(no commit message)
[utils] / support / pom.xml
index 8f6bd46001e6d045064bf95f4f290ebca7943059..f5791a43feb328d169da0071867e039be57b8c34 100644 (file)
@@ -4,13 +4,13 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>utils</artifactId>
+    <artifactId>wamblee-utils</artifactId>
     <version>0.2-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.wamblee</groupId>
-  <artifactId>support</artifactId>
+  <artifactId>wamblee-support</artifactId>
   <packaging>jar</packaging>
   <name>wamblee.org support library</name>
   <url>http://wamblee.org</url>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
-      <artifactId>spring-hibernate</artifactId>
+      <artifactId>spring-hibernate3</artifactId>
+    </dependency>
+       <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-aop</artifactId>
     </dependency>
     <!-- should be possible to remove the dependence on log4j -->
     <dependency>
@@ -46,7 +50,7 @@
     </dependency>
     <dependency>
       <groupId>xerces</groupId>
-      <artifactId>xerces</artifactId>
+      <artifactId>xercesImpl</artifactId>
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>