[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Sep 5 15:50:06 EDT 2013


Author: scantor
Date: Thu Sep  5 15:50:05 2013
New Revision: 155

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=155&view=rev
Log:
Add BC as a managed dependency and bump vt-crypt to 2.2

Modified:
    java-parent-project-v3/trunk/pom.xml

Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=155&r1=154&r2=155&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Thu Sep  5 15:50:05 2013
@@ -237,13 +237,22 @@
             <dependency>
                 <groupId>edu.vt.middleware</groupId>
                 <artifactId>vt-crypt</artifactId>
-                <version>2.1.5-SNAPSHOT</version>
+                <version>2.2</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>
                         <artifactId>commons-logging</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.bouncycastle</groupId>
+                        <artifactId>bcprov-jdk15</artifactId>
+                    </exclusion>
                 </exclusions>
+            </dependency>
+            <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcprov-jdk15</artifactId>
+                <version>1.45</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.velocity</groupId>



More information about the commits mailing list