(no commit message)
[utils] / support / general / pom.xml
index 8354f98fd8b8165179d13efc89c2072c59613612..0644027a06df5373f82586a730cdd737f5aaf80a 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
-    <version>0.2.5-SNAPSHOT</version>
+    <version>0.4-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <url>http://wamblee.org</url>
   <dependencies>
     <dependency>
-      <groupId>javax</groupId>
-      <artifactId>javaee-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>oro</groupId>
-      <artifactId>oro</artifactId>
+      <groupId>javax.persistence</groupId>
+      <artifactId>persistence-api</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
+      <groupId>javax</groupId>
+      <artifactId>javaee-api</artifactId>
+      <scope>provided</scope>
     </dependency>
+   
     <dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>