Author: tchemit Date: 2009-08-20 17:09:52 +0200 (Thu, 20 Aug 2009) New Revision: 141 Modified: trunk/pom.xml Log: use thirdparty artifacts Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-16 09:08:48 UTC (rev 140) +++ trunk/pom.xml 2009-08-20 15:09:52 UTC (rev 141) @@ -25,26 +25,26 @@ </dependency> <!-- dependency> - <groupId>externallib</groupId> + <groupId>org.nuiton.thirdparty</groupId> <artifactId>JRclient</artifactId> <version>RF503</version> <scope>compile</scope> </dependency--> <dependency> - <groupId>externallib</groupId> + <groupId>org.nuiton.thirdparty</groupId> <artifactId>JRI</artifactId> <version>0.7-0</version> <scope>compile</scope> </dependency> <dependency> - <groupId>externallib</groupId> + <groupId>org.nuiton.thirdparty</groupId> <artifactId>REngine</artifactId> <version>${r.version}</version> <scope>compile</scope> </dependency> <dependency> - <groupId>externallib</groupId> + <groupId>org.nuiton.thirdparty</groupId> <artifactId>Rserve</artifactId> <version>${r.version}</version> <scope>compile</scope>