Author: tchemit Date: 2009-08-20 17:10:13 +0200 (Thu, 20 Aug 2009) New Revision: 1621 Modified: trunk/pom.xml trunk/topia-soa/pom.xml Log: use thirdparty artifacts Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-18 16:43:52 UTC (rev 1620) +++ trunk/pom.xml 2009-08-20 15:10:13 UTC (rev 1621) @@ -87,9 +87,9 @@ <!-- Dependencies for class generation --> <dependency> - <groupId>asm</groupId> + <groupId>org.nuiton.thirdparty</groupId> <artifactId>asm</artifactId> - <version>1.5.3</version> + <version>1.5.4-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> Modified: trunk/topia-soa/pom.xml =================================================================== --- trunk/topia-soa/pom.xml 2009-08-18 16:43:52 UTC (rev 1620) +++ trunk/topia-soa/pom.xml 2009-08-20 15:10:13 UTC (rev 1621) @@ -72,7 +72,7 @@ <!-- Dependencies for class generation --> <dependency> - <groupId>asm</groupId> + <groupId>org.nuiton.thirdparty</groupId> <artifactId>asm</artifactId> </dependency>
participants (1)
-
tchemit@users.nuiton.org