[java-idp-testbed] branch main updated: Add idp-cas-api as dependency, seems to be needed.

Scott Cantor cantor.2 at osu.edu
Thu Feb 18 19:01:00 UTC 2021


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

scantor pushed a commit to branch main
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=8caa5b8bd9430a81ddc602673a0b9f7c56519cbe

The following commit(s) were added to refs/heads/main by this push:
       new  8caa5b8   Add idp-cas-api as dependency, seems to be needed.
8caa5b8 is described below

commit 8caa5b8bd9430a81ddc602673a0b9f7c56519cbe
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 18 14:00:58 2021 -0500

    Add idp-cas-api as dependency, seems to be needed.
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index e9a3665..ef237a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,6 +98,12 @@
             <version>${idp.version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>${idp.groupId}</groupId>
+            <artifactId>idp-cas-api</artifactId>
+            <version>${idp.version}</version>
+        </dependency>
+
         <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-cas-impl</artifactId>

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


More information about the commits mailing list