Remotion of attribute "type" with setter and getter ("feature" is the right attribute...
[cdmlib.git] / cdmlib-model / pom.xml
index 8ffb4b5da19e36867c3974f106c4054dee42e35e..373f4b3a4a8684ffbd078c46773150aca2e8636f 100644 (file)
   </build>
   
   <dependencies>
+
+       <dependency>
+      <groupId>eu.etaxonomy</groupId>
+      <artifactId>cdmlib-commons</artifactId>
+    </dependency>
     <dependency>
       <groupId>javax.xml.bind</groupId>
       <artifactId>jaxb-api</artifactId>
@@ -84,7 +89,6 @@
       <groupId>xml-resolver</groupId>
       <artifactId>xml-resolver</artifactId>
     </dependency>
-
     <dependency>
       <groupId>javax.activation</groupId>
       <artifactId>activation</artifactId>
     <dependency>
       <groupId>com.sun.xml.bind</groupId>
       <artifactId>jaxb-xjc</artifactId>
-    </dependency>
-       <dependency>
-      <groupId>eu.etaxonomy</groupId>
-      <artifactId>cdmlib-commons</artifactId>
     </dependency>
     <dependency>
       <groupId>aspectj</groupId>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-annotations</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.unitils</groupId>
+      <artifactId>unitils</artifactId>
+      <version>1.0</version>
+      <!--<scope>test</scope>-->
+    </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
       <groupId>net.sf.opencsv</groupId>
       <artifactId>opencsv</artifactId>
     </dependency>
+    
+    <dependency>\r
+      <groupId>joda-time</groupId>\r
+      <artifactId>joda-time</artifactId>    \r
+    </dependency>\r
+    <dependency>\r
+      <groupId>joda-time</groupId>\r
+      <artifactId>joda-time-hibernate</artifactId>\r
+      <exclusions>\r
+        <exclusion>\r
+          <artifactId>ehcache</artifactId>\r
+          <groupId>ehcache</groupId>\r
+        </exclusion>\r
+        <exclusion>\r
+          <groupId>cglib</groupId>\r
+          <artifactId>cglib-full</artifactId>\r
+        </exclusion>\r
+      </exclusions>\r
+    </dependency>
 
     <!-- joda-time perhaps needed in future for JAXB binding -->
     <!--