[java-idp-integration-tests] 03/04: POM cleanup
Tom Zeller
tzeller at dragonacea.biz
Fri Dec 1 01:08:44 EST 2017
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=9c31af541ab756ce76605a6700a8f11cb186fcec
commit 9c31af541ab756ce76605a6700a8f11cb186fcec
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Nov 15 13:43:19 2017 -0600
POM cleanup
Add idp-installer dependency and change scopes.
---
pom.xml | 30 +++++++++++++++++++-----------
1 file changed, 19 insertions(+), 11 deletions(-)
diff --git a/pom.xml b/pom.xml
index 01aff3b..8c2688e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,17 +53,6 @@
<dependencies>
<!-- Compile Dependencies -->
- <dependency>
- <groupId>net.shibboleth.utilities</groupId>
- <artifactId>java-support</artifactId>
- <version>${java-support.version}</version>
- </dependency>
- <dependency>
- <groupId>net.shibboleth.idp</groupId>
- <artifactId>idp-conf</artifactId>
- <version>${idp.version}</version>
- <type>test-jar</type>
- </dependency>
<!-- Provided Dependencies -->
<dependency>
@@ -101,6 +90,18 @@
<!-- Test Dependencies -->
<dependency>
+ <groupId>net.shibboleth.utilities</groupId>
+ <artifactId>java-support</artifactId>
+ <version>${java-support.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.idp</groupId>
+ <artifactId>idp-installer</artifactId>
+ <version>${idp.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>net.shibboleth.idp</groupId>
<artifactId>idp-distribution</artifactId>
<version>${idp.version}</version>
@@ -109,6 +110,13 @@
</dependency>
<dependency>
<groupId>net.shibboleth.idp</groupId>
+ <artifactId>idp-conf</artifactId>
+ <version>${idp.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.idp</groupId>
<artifactId>idp-testbed</artifactId>
<version>${testbed.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