Author: lukaszlenart Date: Sun Mar 14 10:51:29 2010 New Revision: 922812 URL: http://svn.apache.org/viewvc?rev=922812&view=rev Log: Removed Struts Core direct dependency
Modified: struts/struts2/trunk/plugins/convention/pom.xml Modified: struts/struts2/trunk/plugins/convention/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/convention/pom.xml?rev=922812&r1=922811&r2=922812&view=diff ============================================================================== --- struts/struts2/trunk/plugins/convention/pom.xml (original) +++ struts/struts2/trunk/plugins/convention/pom.xml Sun Mar 14 10:51:29 2010 @@ -49,11 +49,6 @@ </build> <dependencies> <dependency> - <groupId>org.apache.struts</groupId> - <artifactId>struts2-core</artifactId> - <version>2.2.0-SNAPSHOT</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope>