You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2010/05/04 17:07:27 UTC

svn commit: r940890 - in /mina/vysper/trunk: dist/pom.xml pom.xml

Author: ngn
Date: Tue May  4 15:07:27 2010
New Revision: 940890

URL: http://svn.apache.org/viewvc?rev=940890&view=rev
Log:
Remove use of BC provider

Modified:
    mina/vysper/trunk/dist/pom.xml
    mina/vysper/trunk/pom.xml

Modified: mina/vysper/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/dist/pom.xml?rev=940890&r1=940889&r2=940890&view=diff
==============================================================================
--- mina/vysper/trunk/dist/pom.xml (original)
+++ mina/vysper/trunk/dist/pom.xml Tue May  4 15:07:27 2010
@@ -94,11 +94,6 @@
     </dependency>
 
     <dependency>
-      <groupId>bouncycastle</groupId>
-      <artifactId>bcprov-jdk15</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
     </dependency>

Modified: mina/vysper/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/pom.xml?rev=940890&r1=940889&r2=940890&view=diff
==============================================================================
--- mina/vysper/trunk/pom.xml (original)
+++ mina/vysper/trunk/pom.xml Tue May  4 15:07:27 2010
@@ -143,12 +143,6 @@
       </dependency>
 
       <dependency>
-        <groupId>bouncycastle</groupId>
-        <artifactId>bcprov-jdk15</artifactId>
-        <version>140</version>
-      </dependency>
-
-      <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
         <version>1.3</version>