(no commit message)
[utils] / support / pom.xml
index 13ba039116f84a80b5fc28690e6bdf5bf88ace78..8f6bd46001e6d045064bf95f4f290ebca7943059 100644 (file)
       <artifactId>commons-beanutils</artifactId>
     </dependency>
     <dependency>
-      <groupId>springframework</groupId>
+      <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
     </dependency>
     <dependency>
-      <groupId>springframework</groupId>
+      <groupId>org.springframework</groupId>
       <artifactId>spring-hibernate</artifactId>
     </dependency>
     <!-- should be possible to remove the dependence on log4j -->
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate</artifactId>
     </dependency>
-   
+    <dependency>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>oro</groupId>
+      <artifactId>oro</artifactId>
+    </dependency>
 
   </dependencies>