Author: chatellier Date: 2010-12-10 16:33:23 +0000 (Fri, 10 Dec 2010) New Revision: 394 Log: Fix dependencies Modified: trunk/coser-web/pom.xml trunk/pom.xml Modified: trunk/coser-web/pom.xml =================================================================== --- trunk/coser-web/pom.xml 2010-12-10 16:33:11 UTC (rev 393) +++ trunk/coser-web/pom.xml 2010-12-10 16:33:23 UTC (rev 394) @@ -25,10 +25,14 @@ <artifactId>nuiton-utils</artifactId> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> </dependency> <dependency> + <groupId>org.apache.struts.xwork</groupId> + <artifactId>xwork-core</artifactId> + </dependency> + <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> </dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-12-10 16:33:11 UTC (rev 393) +++ trunk/pom.xml 2010-12-10 16:33:23 UTC (rev 394) @@ -194,14 +194,14 @@ <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> <version>${struts.version}</version> - <scope>compile</scope> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-convention-plugin</artifactId> <version>${struts.version}</version> - <scope>compile</scope> + <scope>runtime</scope> </dependency> <dependency>