Author: tchemit
Date: 2009-08-20 17:09:58 +0200 (Thu, 20 Aug 2009)
New Revision: 218
Modified:
trunk/pom.xml
Log:
use thirdparty artifacts
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2009-08-16 09:22:58 UTC (rev 217)
+++ trunk/pom.xml 2009-08-20 15:09:58 UTC (rev 218)
@@ -39,7 +39,7 @@
</dependency>
<dependency>
- <groupId>externallib</groupId>
+ <groupId>org.nuiton.thirdparty</groupId>
<artifactId>l2fprod-common</artifactId>
<version>0.1</version>
<scope>compile</scope>
@@ -47,14 +47,14 @@
<!-- cl patch is same but without system.out -->
<dependency>
- <groupId>sdoc</groupId>
+ <groupId>org.nuiton.thirdparty</groupId>
<artifactId>sdoc</artifactId>
<version>0.5.0-beta-patchcl</version>
<optional>true</optional>
</dependency>
<dependency>
- <groupId>org.fife</groupId>
+ <groupId>org.nuiton.thirdparty</groupId>
<artifactId>rsyntaxtextarea</artifactId>
<version>1.3.3</version>
<optional>true</optional>