(no commit message)
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index 06e2aeb8f5673b6ce70b165368cee797de21ff2d..10886154bd827a0dd27793be5ae003afc2a5c3b5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <artifactId>wamblee-utils</artifactId>
     <packaging>pom</packaging>
     <version>0.2-SNAPSHOT</version>
-    <name>wamblee.org utility libraries</name>
+    <name>/</name>
     <url>http://wamblee.org</url>
     <modules>
         <module>support</module>
                 <artifactId>toplink-essentials</artifactId>
                 <version>2.0-36</version>
             </dependency>
+                       <dependency>
+              <groupId>org.eclipse.persistence</groupId>
+              <artifactId>eclipselink</artifactId>
+              <version>2.0.0</version>
+              <scope>compile</scope>
+            </dependency>
+
             
 
         </dependencies>
             <url>http://download.java.net/maven/1</url>
             <layout>legacy</layout>
         </repository>
+        <repository>
+            <id>EclipseLink Repo</id>
+            <url>http://www.eclipse.org/downloads/download.php?r=1&amp;nf=1&amp;file=/rt/eclipselink/maven.repo</url>
+        </repository>    
+
     </repositories>
 
     <properties>