Repository: activemq
Updated Branches:
  refs/heads/trunk bfb177821 -> a20c3a07a


https://issues.apache.org/jira/browse/AMQ-5175

Substitute a working bouncy castle lib for needed by some of the ldap
tests.  This one works on newer JDK 1.7 releases 

Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/a20c3a07
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/a20c3a07
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/a20c3a07

Branch: refs/heads/trunk
Commit: a20c3a07a25dd9238e18e9781b840cf0bdb767e9
Parents: bfb1778
Author: Timothy Bish <[email protected]>
Authored: Tue May 6 16:58:31 2014 -0400
Committer: Timothy Bish <[email protected]>
Committed: Tue May 6 16:58:31 2014 -0400

----------------------------------------------------------------------
 activemq-jaas/pom.xml       | 6 ++++++
 activemq-unit-tests/pom.xml | 6 ++++++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/a20c3a07/activemq-jaas/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-jaas/pom.xml b/activemq-jaas/pom.xml
index 9bd147f..a188510 100644
--- a/activemq-jaas/pom.xml
+++ b/activemq-jaas/pom.xml
@@ -81,6 +81,12 @@
       </exclusions>
     </dependency>
     <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15</artifactId>
+      <version>1.46</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-server-integ</artifactId>
       <version>${directory-version}</version>

http://git-wip-us.apache.org/repos/asf/activemq/blob/a20c3a07/activemq-unit-tests/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index eefee66..b513641 100755
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -290,6 +290,12 @@
       </exclusions>
     </dependency>
     <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15</artifactId>
+      <version>1.46</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-server-integ</artifactId>
       <version>${directory-version}</version>

Reply via email to