[java-identity-provider] branch master updated: Add cas-client dependency.

Scott Cantor cantor.2 at osu.edu
Tue Jun 25 13:02:25 EDT 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=52bc32c7a9d725de24fec6f1337eb04fa8ffa00a

The following commit(s) were added to refs/heads/master by this push:
       new  52bc32c   Add cas-client dependency.
52bc32c is described below

commit 52bc32c7a9d725de24fec6f1337eb04fa8ffa00a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 25 13:02:22 2019 -0400

    Add cas-client dependency.
---
 idp-authn-impl/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index b4cf885..2e1fba2 100644
--- a/idp-authn-impl/pom.xml
+++ b/idp-authn-impl/pom.xml
@@ -163,6 +163,12 @@
             <artifactId>DuoWeb</artifactId>
             <version>${duoweb.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.jasig.cas.client</groupId>
+            <artifactId>cas-client-core</artifactId>
+            <version>${cas-client.version}</version>
+        </dependency>        
+        
 
         <!-- DEPRECATED - remove in V5 -->
         <dependency>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list