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

struberg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git

commit 3ba23ab938321533b75a2a798c01a75a5973ffe7
Merge: 3c3effb 06cc7a6
Author: Mark Struberg <[email protected]>
AuthorDate: Mon Oct 21 17:40:45 2024 +0200

    Merge branch 'master'

 .../openwebbeans/MeecrowaveSecurityService.java    |  2 +-
 .../java/org/apache/meecrowave/PrincipalTest.java  | 37 ++++++++++++++++++++++
 .../java/org/apache/meecrowave/TestPrincipal.java  | 23 ++++++++++++++
 .../META-INF/openwebbeans/openwebbeans.properties  |  1 +
 meecrowave-oauth2-minimal/pom.xml                  |  8 +++++
 5 files changed, 70 insertions(+), 1 deletion(-)

diff --cc meecrowave-oauth2-minimal/pom.xml
index d33b0b6,d934f29..12e7801
--- a/meecrowave-oauth2-minimal/pom.xml
+++ b/meecrowave-oauth2-minimal/pom.xml
@@@ -181,6 -152,14 +181,14 @@@
        <version>${h2.version}</version>
        <scope>test</scope>
      </dependency>
+ <!--X TODO check
+     <dependency>
+       <groupId>org.bouncycastle</groupId>
 -      <artifactId>bcprov-jdk15</artifactId>
 -      <version>1.46</version>
++      <artifactId>bcpkix-jdk15on</artifactId>
++      <version>1.64</version>
+       <scope>test</scope>
+     </dependency>
+   -->
      <dependency>
        <groupId>org.bouncycastle</groupId>
        <artifactId>bcpkix-jdk15on</artifactId>

Reply via email to