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 0c201da  Fixing latest added CAS dependencies declaration
0c201da is described below

commit 0c201daaaa5d47cea509c839931762b9419a0895
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Apr 27 12:41:00 2020 +0200

    Fixing latest added CAS dependencies declaration
---
 pom.xml            | 15 +++++++++++++++
 wa/starter/pom.xml |  3 ---
 2 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3b3fd7d..cd24cde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1640,6 +1640,21 @@ under the License.
       </dependency>
       <dependency>
         <groupId>org.apereo.cas</groupId>
+        <artifactId>cas-server-support-oidc-services</artifactId>
+        <version>${cas.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apereo.cas</groupId>
+        <artifactId>cas-server-core-authentication-attributes</artifactId>
+        <version>${cas.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apereo.cas</groupId>
+        <artifactId>cas-server-core-services-authentication</artifactId>
+        <version>${cas.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apereo.cas</groupId>
         <artifactId>cas-server-webapp-config</artifactId>
         <version>${cas.version}</version>
       </dependency>
diff --git a/wa/starter/pom.xml b/wa/starter/pom.xml
index 5d0fe8a..1ebee71 100644
--- a/wa/starter/pom.xml
+++ b/wa/starter/pom.xml
@@ -209,17 +209,14 @@ under the License.
     <dependency>
       <groupId>org.apereo.cas</groupId>
       <artifactId>cas-server-support-oidc-services</artifactId>
-      <version>6.2.0-SNAPSHOT</version>
     </dependency>   
     <dependency>
       <groupId>org.apereo.cas</groupId>
       <artifactId>cas-server-core-authentication-attributes</artifactId>
-      <version>6.2.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apereo.cas</groupId>
       <artifactId>cas-server-core-services-authentication</artifactId>
-      <version>6.2.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>

Reply via email to