You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/10/13 13:36:27 UTC

[tomee] branch tomee-7.0.x updated: TOMEE-2908 update cryptacular

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

jgallimore pushed a commit to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
     new 3369ca4  TOMEE-2908 update cryptacular
3369ca4 is described below

commit 3369ca4bf02308de02ef831e0b2ae82a1e2194b0
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Tue Oct 13 13:20:58 2020 +0100

    TOMEE-2908 update cryptacular
---
 server/openejb-cxf/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml
index c00159c..309117b 100644
--- a/server/openejb-cxf/pom.xml
+++ b/server/openejb-cxf/pom.xml
@@ -76,8 +76,17 @@
           <artifactId>guava</artifactId>
           <groupId>com.google.guava</groupId>
         </exclusion>
+        <exclusion>
+          <groupId>org.cryptacular</groupId>
+          <artifactId>cryptacular</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.cryptacular</groupId>
+      <artifactId>cryptacular</artifactId>
+      <version>1.1.4</version>
+    </dependency>
     <!-- Override the bcprov from the previous artifact -->
     <dependency>
       <groupId>org.bouncycastle</groupId>