Author: dkulp
Date: Wed Sep 26 16:19:59 2012
New Revision: 1390587

URL: http://svn.apache.org/viewvc?rev=1390587&view=rev
Log:
Fix pom parsing issue

Modified:
    
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/sts_issue_operation/pom.xml

Modified: 
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/sts_issue_operation/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/sts_issue_operation/pom.xml?rev=1390587&r1=1390586&r2=1390587&view=diff
==============================================================================
--- 
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/sts_issue_operation/pom.xml
 (original)
+++ 
cxf/branches/2.4.x-fixes/distribution/src/main/release/samples/sts_issue_operation/pom.xml
 Wed Sep 26 16:19:59 2012
@@ -62,7 +62,7 @@
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15</artifactId>
+            <artifactId>bcprov-jdk15on</artifactId>
         </dependency>
 
         <!-- Test dependencies  -->


Reply via email to