[java-idp-testbed] branch master updated: Add cas-client-core dependency
Tom Zeller
tzeller at dragonacea.biz
Fri Nov 22 14:20:31 EST 2019
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-testbed.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=b52ebc56de298458c0340c2ff8631539cfeb6f50
The following commit(s) were added to refs/heads/master by this push:
new b52ebc5 Add cas-client-core dependency
b52ebc5 is described below
commit b52ebc56de298458c0340c2ff8631539cfeb6f50
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Nov 22 13:20:27 2019 -0600
Add cas-client-core dependency
Used in src/main/webapp/WEB-INF/web.xml
https://issues.shibboleth.net/jira/browse/IDP-1494
---
pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index 26d5ecb..5914e4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,7 @@
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>4.0.0-SNAPSHOT</opensaml.version>
<spring-extensions.version>6.0.0-SNAPSHOT</spring-extensions.version>
+ <cas-client.version>3.5.1</cas-client.version>
</properties>
<repositories>
@@ -275,6 +276,13 @@
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.jasig.cas.client</groupId>
+ <artifactId>cas-client-core</artifactId>
+ <version>${cas-client.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+
<!-- Test scope -->
<dependency>
<groupId>${spring.groupId}</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list