ref #10322 javadoc on name relation annotations
[cdmlib.git] / cdmlib-model / pom.xml
index 82b3065250a98cf3687aaa08a7c0a6ad334101ba..b0f9ea26608be49e0820a9b992db3eb28a4a8259 100644 (file)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>cdmlib-parent</artifactId>
     <groupId>eu.etaxonomy</groupId>
-    <version>5.29.0-SNAPSHOT</version>
+    <version>5.43.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
             <artifactId>aspectjrt</artifactId>
             <version>${aspectj.version}</version>
           </dependency>
-      </dependencies>
+        </dependencies>
       </plugin>
-    </plugins>
+      </plugins>       
+      <pluginManagement>
+               <plugins>
+                       <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+                       <plugin>
+                               <groupId>org.eclipse.m2e</groupId>
+                               <artifactId>lifecycle-mapping</artifactId>
+                               <version>1.0.0</version>
+                               <configuration>
+                                       <lifecycleMappingMetadata>
+                                               <pluginExecutions>
+                                                       <pluginExecution>
+                                                               <pluginExecutionFilter>
+                                                                       <groupId>
+                                                                               org.apache.maven.plugins
+                                                                       </groupId>
+                                                                       <artifactId>
+                                                                               maven-antrun-plugin
+                                                                       </artifactId>
+                                                                       <versionRange>
+                                                                               [3.0.0,)
+                                                                       </versionRange>
+                                                                       <goals>
+                                                                               <goal>run</goal>
+                                                                       </goals>
+                                                               </pluginExecutionFilter>
+                                                               <action>
+                                                                       <ignore />
+                                                               </action>
+                                                       </pluginExecution>
+                                               </pluginExecutions>
+                                       </lifecycleMappingMetadata>
+                               </configuration>
+                       </plugin>
+               </plugins>
+      </pluginManagement>
   </build>
   <dependencies>
     <dependency>
     </dependency>
     <dependency>
                <groupId>org.jadira.usertype</groupId>
-               <artifactId>usertype.jodatime</artifactId>
+               <artifactId>usertype.core</artifactId>
        </dependency>
     <dependency>
       <groupId>org.springframework.security</groupId>
       <groupId>org.hibernate.validator</groupId>
       <artifactId>hibernate-validator</artifactId>
     </dependency>
-<!-- these 2 are also required for hibernate validator according to http://hibernate.org/validator/documentation/getting-started/
+<!-- these 2 are also required for hibernate validator according to https://hibernate.org/validator/documentation/getting-started/
      but cdmlib-model tests require only for javax.el -->
     <dependency>
        <groupId>org.glassfish.web</groupId>
 <!--        <artifactId>hibernate-validator-cdi</artifactId> -->
 <!--     </dependency> -->
 <!-- end validator -->    
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <exclusions>
-        <exclusion>
-            <groupId>net.sf.ehcache</groupId>
-            <artifactId>ehcache-core</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-         <groupId>net.sf.ehcache</groupId>
-         <artifactId>ehcache</artifactId>        
-       </dependency>
     <dependency>
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-annotations</artifactId>
-  </dependency>
+    </dependency>
+    <dependency>
+      <groupId>org.passay</groupId>
+      <artifactId>passay</artifactId>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file