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:25:29 UTC

[kylin] 02/02: KYLIN-3301 Upgrade opensaml

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

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

commit c407ce6ab09a279f8aea925674b4befe98d5e99b
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 81dd751..f430abf 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.