You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2016/02/22 13:23:26 UTC

svn commit: r1731630 - /directory/apacheds/trunk/pom.xml

Author: seelmann
Date: Mon Feb 22 12:23:25 2016
New Revision: 1731630

URL: http://svn.apache.org/viewvc?rev=1731630&view=rev
Log:
Revert BC version till DIRSTUDIO-1093 is fixed, update to latest Mina version

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1731630&r1=1731629&r2=1731630&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Mon Feb 22 12:23:25 2016
@@ -55,7 +55,8 @@
     
     <!-- Set versions for depending jars -->
     <ant.version>1.9.6</ant.version>
-    <bcprov.version>1.54</bcprov.version>
+    <!-- Keep BC 1.52 till DIRSTUDIO-1093 is fixed -->
+    <bcprov.version>1.52</bcprov.version>
     <commons.cli.version>1.3.1</commons.cli.version>
     <commons.collections.version>3.2.2</commons.collections.version>
     <commons.daemon.version>1.0.15</commons.daemon.version>
@@ -74,7 +75,7 @@
     <maven.artifact.version>3.3.9</maven.artifact.version>
     <maven.plugin.api.version>3.3.9</maven.plugin.api.version>
     <maven.project.version>3.0-alpha-2</maven.project.version>
-    <mina.core.version>2.0.11</mina.core.version>
+    <mina.core.version>2.0.13</mina.core.version>
     <plexus.utils.version>3.0.22</plexus.utils.version>
     <slf4j.api.version>1.7.14</slf4j.api.version>
     <slf4j.log4j12.version>1.7.14</slf4j.log4j12.version>