[prev in list] [next in list] [prev in thread] [next in thread] 

List:       activemq-commits
Subject:    [activemq-artemis] branch main updated: ARTEMIS-3447: update test use of bcprov-jdk15on to current 1
From:       robbie () apache ! org
Date:       2021-08-26 16:15:54
Message-ID: 162999455435.567.1176141210945429732 () gitbox ! apache ! org
[Download RAW message or body]

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 539749f  ARTEMIS-3447: update test use of bcprov-jdk15on to current 1.69 release
539749f is described below

commit 539749f0ba1d7415cbf1e4ca98ccb8ab8c390d46
Author: Robbie Gemmell <robbie@apache.org>
AuthorDate: Thu Aug 26 17:13:29 2021 +0100

    ARTEMIS-3447: update test use of bcprov-jdk15on to current 1.69 release
    
    Also, remove stale exclusion that isnt doing anything
---
 pom.xml                         | 9 +++++++++
 tests/integration-tests/pom.xml | 6 ------
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index d4c2a62..77b60b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,6 +211,7 @@
 
       <directory-version>2.0.0.AM25</directory-version>
       <directory-jdbm2-version>2.0.0-M1</directory-jdbm2-version>
+      <bcprov-jdk15on-version>1.69</bcprov-jdk15on-version>
 
       <netty-transport-native-epoll-classifier>linux-x86_64</netty-transport-native-epoll-classifier>
       <netty-transport-native-kqueue-classifier>osx-x86_64</netty-transport-native-kqueue-classifier>
@@ -342,6 +343,14 @@
                </exclusion>
             </exclusions>
          </dependency>
+
+         <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcprov-jdk15on</artifactId>
+            <version>${bcprov-jdk15on-version}</version>
+            <scope>test</scope>
+         </dependency>
+
          <!-- ## End Test Dependencies ## -->
 
          <!-- ### Build Time Dependencies ### -->
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index 25cc29d..11f43ab 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -335,12 +335,6 @@
          <artifactId>apacheds-server-annotations</artifactId>
          <version>${directory-version}</version>
          <scope>test</scope>
-         <exclusions>
-            <exclusion>
-               <groupId>bouncycastle</groupId>
-               <artifactId>bcprov-jdk15</artifactId>
-            </exclusion>
-         </exclusions>
       </dependency>
       <dependency>
           <groupId>org.apache.commons</groupId>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic