Author: lukaszlenart Date: Thu Dec 30 10:36:34 2010 New Revision: 1053847 URL: http://svn.apache.org/viewvc?rev=1053847&view=rev Log: Adds missing dependency classifier
Modified: struts/struts2/trunk/plugins/rest/pom.xml Modified: struts/struts2/trunk/plugins/rest/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/rest/pom.xml?rev=1053847&r1=1053846&r2=1053847&view=diff ============================================================================== --- struts/struts2/trunk/plugins/rest/pom.xml (original) +++ struts/struts2/trunk/plugins/rest/pom.xml Thu Dec 30 10:36:34 2010 @@ -41,6 +41,7 @@ <dependency> <groupId>net.sf.json-lib</groupId> <artifactId>json-lib</artifactId> + <classifier>jdk15</classifier> </dependency> <dependency> <groupId>javax.servlet</groupId>