You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2018/03/21 02:23:42 UTC

[kylin] branch master updated: KYLIN-3301 Upgrade opensaml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3282faf  KYLIN-3301 Upgrade opensaml
3282faf is described below

commit 3282fafb77c43729a241f99a50f010350db0f95d
Author: shaofengshi <sh...@apache.org>
AuthorDate: Wed Mar 21 10:21:28 2018 +0800

    KYLIN-3301 Upgrade opensaml
    
    Signed-off-by: shaofengshi <sh...@apache.org>
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d222ec1..de3b12a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,7 +121,7 @@
         <spring.framework.version>4.3.10.RELEASE</spring.framework.version>
         <spring.framework.security.version>4.2.3.RELEASE</spring.framework.security.version>
         <spring.framework.security.extensions.version>1.0.2.RELEASE</spring.framework.security.extensions.version>
-        <opensaml.version>2.6.4</opensaml.version>
+        <opensaml.version>2.6.6</opensaml.version>
         <aspectj.version>1.8.9</aspectj.version>
 
         <!-- Sonar -->
@@ -920,6 +920,11 @@
         </repository>
 
         <repository>
+            <id>shibboleth</id>
+            <url>https://build.shibboleth.net/nexus/content/repositories/releases/</url>
+        </repository>
+
+        <repository>
             <id>nexus</id>
             <name>Kyligence Repository</name>
             <url>http://repository.kyligence.io:8081/repository/maven-public/

-- 
To stop receiving notification emails like this one, please contact
shaofengshi@apache.org.