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/03 14:55:52 UTC

svn commit: r940438 - /mina/vysper/trunk/server/core/pom.xml

Author: ngn
Date: Mon May  3 12:55:52 2010
New Revision: 940438

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

Modified:
    mina/vysper/trunk/server/core/pom.xml

Modified: mina/vysper/trunk/server/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/vysper/trunk/server/core/pom.xml?rev=940438&r1=940437&r2=940438&view=diff
==============================================================================
--- mina/vysper/trunk/server/core/pom.xml (original)
+++ mina/vysper/trunk/server/core/pom.xml Mon May  3 12:55:52 2010
@@ -79,11 +79,6 @@
     </dependency>
 
     <dependency>
-      <groupId>bouncycastle</groupId>
-      <artifactId>bcprov-jdk15</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
     </dependency>