[java-identity-provider] branch master updated: Add a test dependency on attribute-impl.
Scott Cantor
cantor.2 at osu.edu
Wed Dec 4 16:21:00 EST 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=b4279ab94ec4c18c952ec31e5abeaecfe9efafdd
The following commit(s) were added to refs/heads/master by this push:
new b4279ab Add a test dependency on attribute-impl.
b4279ab is described below
commit b4279ab94ec4c18c952ec31e5abeaecfe9efafdd
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 4 16:20:56 2019 -0500
Add a test dependency on attribute-impl.
---
idp-cas-impl/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index ce5aa30..694dfab 100644
--- a/idp-cas-impl/pom.xml
+++ b/idp-cas-impl/pom.xml
@@ -166,6 +166,12 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>idp-attribute-impl</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
<artifactId>idp-attribute-filter-spring</artifactId>
<version>${project.version}</version>
<scope>test</scope>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list