ref #7859 fix update script for CdmPreference.value => CLOB
[cdmlib.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 025f20cf9b169913c774b3ae791d20da1f903dd9..fe653e795445f2556723887a72defe5910763021 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>cdmlib-parent</artifactId>
-  <version>4.8.0</version>
+  <version>5.6.0-SNAPSHOT</version>
   <name>CDM Library</name>
   <description>The Java implementation of the Common Data Model (CDM), the data model for EDIT's internet platform for cybertaxonomy.</description>
   <url>http://cybertaxonomy.eu/cdmlib/</url>
@@ -21,6 +21,7 @@
     <module>cdmlib-remote</module>
     <module>cdmlib-print</module>
     <module>cdmlib-remote-webapp</module>
+    <module>cdmlib-cache</module>
   </modules>
   <properties>    
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </licenses>
   <organization>
     <name>EDIT</name>
-    <url>http://www.e-taxonomy.eu/</url>
+    <url>https://cybertaxonomy.eu/</url>
   </organization>
   <developers>
-    <developer>
-      <!-- your SVN account id please! -->
-      <id>ben.clark</id>
-      <name>
-                Ben Clark
-            </name>
-      <email>b.clark [at] kew.org</email>
-      <organization>
-                Royal Botanic Gardens, Kew
-            </organization>
-      <organizationUrl>http://www.kew.org/computing/</organizationUrl>
-      <timezone>0</timezone>
-      <roles>
-        <role>Architect</role>
-        <role>Java Developer</role>
-      </roles>
-      <url />
-    </developer>
     <developer>
       <!-- your SVN account id please! -->
       <id>a.kohlbecker</id>
     </developer>
     <developer>
       <!-- your SVN account id please! -->
-      <id>c.mathew</id>
+      <id>k.luther</id>
       <name>
-                Cherian Mathew 
+                Katja Luther
             </name>
-      <email>c.mathew [at] bgbm.org</email>
+      <email>k.luther [at] bgbm.org</email>
       <organization>
                 Botanical Garden Botanical Museum Berlin
             </organization>
     </developer>
     <developer>
       <!-- your SVN account id please! -->
-      <id>k.luther</id>
+      <id>a.mueller</id>
       <name>
-                Katja Luther
+                Andreas Müller
             </name>
-      <email>k.luther [at] bgbm.org</email>
+      <email>a.mueller [at] bgbm.org</email>
       <organization>
                 Botanical Garden Botanical Museum Berlin
             </organization>
       <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
       <timezone>+1</timezone>
       <roles>
+        <role>Architect</role>
         <role>Java Developer</role>
+        <role>Release Manager</role>
       </roles>
       <url />
     </developer>
-    <developer>
+          <developer>
       <!-- your SVN account id please! -->
-      <id>a.mueller</id>
+      <id>p.plitzner</id>
       <name>
-                Andreas Müller
+               Patrick Plitzner
             </name>
-      <email>a.mueller [at] bgbm.org</email>
+      <email>p.plitzner [at] bgbm.org</email>
       <organization>
                 Botanical Garden Botanical Museum Berlin
             </organization>
       <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
       <timezone>+1</timezone>
       <roles>
-        <role>Architect</role>
         <role>Java Developer</role>
-        <role>Release Manager</role>
       </roles>
       <url />
     </developer>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.12</version>
         <configuration>
-          <argLine>-Xmx512M -XX:MaxPermSize=128M</argLine>
+          <argLine>-Xmx512M</argLine>
           <runOrder>alphabetical</runOrder>
           <includes>
             <include>**/*Test.java</include>
         <groupId>io.swagger</groupId>
         <artifactId>swagger-annotations</artifactId>
         <!-- should match the springfox-swagger2 depends on -->
-        <version>1.5.6</version>
+        <version>1.5.10</version>
       </dependency>
 
       <!-- dependencies for swagger-springmvc, added explicitely -->
       <dependency>
         <groupId>io.springfox</groupId>
         <artifactId>springfox-swagger2</artifactId>
-        <version>2.4.0</version>
+        <version>2.6.1</version>
       </dependency>
       
       <!-- ******* DATABASES DRIVER ******* -->
       <dependency>
         <groupId>mysql</groupId>
         <artifactId>mysql-connector-java</artifactId>
-        <version>5.1.38</version>
+        <version>8.0.15</version>
+      </dependency>
+      <dependency>
+        <groupId>org.mariadb.jdbc</groupId>
+        <artifactId>mariadb-java-client</artifactId>
+        <version>2.4.0</version>
       </dependency>
       <dependency>
          <groupId>org.postgresql</groupId>
         <groupId>ojdbc</groupId>
         <artifactId>ojdbc</artifactId>
         <version>14</version>
-    </dependency>   -->      
-    </dependencies>
+        </dependency>   -->      
+      <dependency>
+        <groupId>com.taskadapter</groupId>
+        <artifactId>redmine-java-api</artifactId>
+        <version>3.1.0</version>
+      </dependency>
+    </dependencies>    
   </dependencyManagement>
 </project>