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 2019/02/19 11:14:09 UTC

[tomee] 01/02: Update OpenSAML to 2.6.5

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

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

commit cc9f94991a35d206430d64a1aa17a4bf741195e1
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Thu Feb 14 10:59:41 2019 +0000

    Update OpenSAML to 2.6.5
---
 pom.xml                    | 12 ++++++++++++
 server/openejb-cxf/pom.xml |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8fa059b..1eb5531 100644
--- a/pom.xml
+++ b/pom.xml
@@ -845,6 +845,18 @@
     <!--<url>http://download.java.net/maven/1</url>-->
     <!--<layout>legacy</layout>-->
     <!--</repository>-->
+
+    <!-- For OpenSAML 2.6.5, required by server/openejb-cxf -->
+    <repository>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+      <id>Shibboleth Releases</id>
+      <url>https://build.shibboleth.net/nexus/content/repositories/releases/</url>
+    </repository>
   </repositories>
   <pluginRepositories>
     <pluginRepository>
diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml
index 68d2c81..debfb34 100644
--- a/server/openejb-cxf/pom.xml
+++ b/server/openejb-cxf/pom.xml
@@ -73,7 +73,7 @@
     <dependency>
       <groupId>org.opensaml</groupId>
       <artifactId>opensaml</artifactId>
-      <version>2.6.4</version>
+      <version>2.6.5</version>
       <exclusions>
         <exclusion>
           <groupId>org.bouncycastle</groupId>