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 2017/08/09 14:58:27 UTC

[8/8] tomee git commit: Fixing exclusions

Fixing exclusions


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

Branch: refs/heads/tomee-1.7.x
Commit: 1e002be983379626e41ab9a066ae5d1c27637b25
Parents: c9d2329
Author: Jonathan Gallimore <jo...@jrg.me.uk>
Authored: Wed Aug 9 15:54:30 2017 +0100
Committer: Jonathan Gallimore <jo...@jrg.me.uk>
Committed: Wed Aug 9 15:54:30 2017 +0100

----------------------------------------------------------------------
 server/openejb-cxf/pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/1e002be9/server/openejb-cxf/pom.xml
----------------------------------------------------------------------
diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml
index 722d8fa..a97876c 100644
--- a/server/openejb-cxf/pom.xml
+++ b/server/openejb-cxf/pom.xml
@@ -69,6 +69,24 @@
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml</artifactId>
       <version>2.6.4</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.bouncycastle</groupId>
+          <artifactId>bcprov-jdk15on</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ca.juliusdavies</groupId>
+          <artifactId>not-yet-commons-ssl</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-httpclient</groupId>
+          <artifactId>commons-httpclient</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.owasp.esapi</groupId>
+          <artifactId>esapi</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.xbean</groupId>