better definition of spring dependencies
[utils] / support / pom.xml
index 13ba039116f84a80b5fc28690e6bdf5bf88ace78..4030050d81871647725e57b529b3121a1724a683 100644 (file)
       <artifactId>commons-beanutils</artifactId>
     </dependency>
     <dependency>
-      <groupId>springframework</groupId>
+      <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
     </dependency>
     <dependency>
-      <groupId>springframework</groupId>
-      <artifactId>spring-hibernate</artifactId>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-orm</artifactId>
     </dependency>
     <!-- should be possible to remove the dependence on log4j -->
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate</artifactId>
     </dependency>
+    <dependency>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+    </dependency>
    
 
   </dependencies>