better definition of spring dependencies
[utils] / support / pom.xml
index 909ee00bc9d7ad92800fe7c82115dc81d739f651..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>