Minor problems discovered whilst refactoring CATE:
[cdmlib.git] / cdmlib-model / pom.xml
index 9e7889a918aabad465f22d934d9ee1ae1cc832cb..54957505850ee9deec1b093b097840d22c06dedb 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>2.0</version>
+    <version>2.1</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -45,7 +45,7 @@
                 </iajc>
               </tasks>
           </configuration>
-        </execution>
+        </execution> 
         <execution>
             <id>aspectj-test</id>
             <goals>
@@ -69,7 +69,7 @@
           </configuration>
         </execution>
       </executions>
-        <dependencies>
+      <dependencies>
           <dependency>
             <groupId>org.aspectj</groupId>
                        <artifactId>aspectjtools</artifactId>
@@ -80,7 +80,7 @@
                        <artifactId>aspectjrt</artifactId>
                        <version>1.5.4</version>
           </dependency>
-        </dependencies>
+      </dependencies>
       </plugin>
       
     <!-- JAXB Schema compiler task (xjc) not used at this point -->
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-annotations</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-envers</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-search</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.unitils</groupId>
       <artifactId>unitils</artifactId>
-      <version>1.0</version>
-      <!--<scope>test</scope>-->
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
         <exclusion>\r
           <groupId>cglib</groupId>\r
           <artifactId>cglib-full</artifactId>\r
+        </exclusion>
+        <exclusion>
+          <groupId>org.hibernate</groupId>
+          <artifactId>hibernate</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>hibernate</groupId>
+          <artifactId>hibernate</artifactId>
         </exclusion>\r
       </exclusions>\r
     </dependency>
-
+    <dependency>
+       <groupId>org.springframework.security</groupId>
+       <artifactId>spring-security-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>com.ibm.lsid</groupId>
+      <artifactId>lsid-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>wsdl4j</groupId>
+      <artifactId>wsdl4j</artifactId>
+    </dependency>
     <!-- joda-time perhaps needed in future for JAXB binding -->
     <!--
     <dependency>