ref #8812 upgrading httpcomponents to 4.5.11
[taxeditor.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 088daa3cda6dda11da44fa8ac9f996b4097ed58a..d7b1e93783f50f77999c6b2bc41141222eac3a61 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
   </prerequisites>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>taxeditor-parent</artifactId>
-  <version>5.3.0</version>
+  <version>5.13.0-SNAPSHOT</version>
   <name>EDIT Taxonomic Editor</name>
   <description>The Taxonomic Editor for EDIT's platform for
     cybertaxonomy
   <properties>
     <java.codelevel>1.8</java.codelevel>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <cdmlib.version>5.3.0</cdmlib.version>
+    <cdmlib.version>5.13.0-SNAPSHOT</cdmlib.version>
     <!-- TODO can we use project.version ????? -->
     <!-- Increasing tycho above 0.22.0 will fail for the macosx build because 
       for higher version numbers tycho needs to be build against Eclipse Mars or 
       higher -->
     <tycho.version>1.0.0</tycho.version>
-    <taxeditor.version>5.3.0</taxeditor.version>
+    <taxeditor.version>5.13.0-SNAPSHOT</taxeditor.version>
     <update.dir>snapshot</update.dir>
     <unitils.version>3.4.2</unitils.version>
     <log4j.version>1.2.17</log4j.version>
     <javadoc.opts>-Xdoclint:none</javadoc.opts>
+    <httpcomponents.version>4.5.11</httpcomponents.version>
   </properties>
   <modules>
     <module>eu.etaxonomy.taxeditor.cdmlib</module>
         <artifactId>itextpdf</artifactId>
         <version>5.5.8</version>
       </dependency>
+            <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpclient</artifactId>
+        <version>${httpcomponents.version}</version>
+      </dependency>
+<!--       <dependency> -->
+<!--         <groupId>org.apache.httpcomponents</groupId> -->
+<!--         <artifactId>httpcore</artifactId> -->
+<!--         <version>4.4.13</version> -->
+<!--       </dependency> -->
     </dependencies>
   </dependencyManagement>
 </project>