[java-idp-testbed] branch master updated: Add admin-impl as runtime dep.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 24 08:53:03 EDT 2016
This is an automated email from the git hooks/post-receive script.
scantor 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=6b737c2b4e852e061aecb285b082a059b82b50c5
The following commit(s) were added to refs/heads/master by this push:
new 6b737c2 Add admin-impl as runtime dep.
6b737c2 is described below
commit 6b737c2b4e852e061aecb285b082a059b82b50c5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 24 08:52:58 2016 -0400
Add admin-impl as runtime dep.
---
pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/pom.xml b/pom.xml
index bf758f5..ba819ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,6 +230,13 @@
<!-- Runtime scope -->
<dependency>
<groupId>${idp.groupId}</groupId>
+ <artifactId>idp-admin-impl</artifactId>
+ <version>${idp.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>${idp.groupId}</groupId>
<artifactId>idp-consent-impl</artifactId>
<version>${idp.version}</version>
<scope>runtime</scope>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list