You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/09/23 11:14:15 UTC

[syncope] branch master updated: NOJIRA: Update opensaml dependency w/ minor clean up (#119)

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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new eaab1bc  NOJIRA: Update opensaml dependency w/ minor clean up (#119)
eaab1bc is described below

commit eaab1bc826a871af07cd449e74e6db4e9b908bf8
Author: Misagh Moayyed <mm...@gmail.com>
AuthorDate: Mon Sep 23 15:14:09 2019 +0400

    NOJIRA: Update opensaml dependency w/ minor clean up (#119)
    
    Note: adding Shibboleth's Maven repository as indicated by https://wiki.shibboleth.net/confluence/display/DEV/Use+of+Maven+Central
---
 pom.xml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 625f955..4f9dae1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@ under the License.
     <camel.version>3.0.0-RC1</camel.version>
 
     <slf4j.version>1.7.28</slf4j.version>
-    <opensaml.version>3.3.1</opensaml.version>
+    <opensaml.version>3.4.4</opensaml.version>
 
     <elasticsearch.version>7.3.2</elasticsearch.version>
 
@@ -1802,6 +1802,16 @@ under the License.
       <id>jitpack.io</id>
       <url>https://jitpack.io</url>
     </repository>
+    <repository>
+      <id>shibboleth-releases</id>
+      <url>https://build.shibboleth.net/nexus/content/repositories/releases</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
   </repositories>
 
   <pluginRepositories>
@@ -2420,7 +2430,7 @@ under the License.
             <link>https://docs.spring.io/spring/docs/current/javadoc-api/</link>
             <link>https://docs.spring.io/spring-security/site/docs/current/api/</link>
             <link>http://www.flowable.org/docs/javadocs/</link>
-            <link>https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/3.3.1/apidocs/</link>
+            <link>https://build.shibboleth.net/nexus/content/sites/site/java-opensaml/3.4.4/apidocs/</link>
             <link>https://artifacts.elastic.co/javadoc/org/elasticsearch/elasticsearch/7.3.2/index.html</link>
             <link>http://docs.swagger.io/swagger-core/v2.0.9/apidocs/</link>
           </links>