[java-idp-testbed] branch master updated: Add idp-conf-impl dependency.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 27 16:05:01 UTC 2020
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=48efd2e2d889b864cce19d3b60e546e32e7e07c6
The following commit(s) were added to refs/heads/master by this push:
new 48efd2e Add idp-conf-impl dependency.
48efd2e is described below
commit 48efd2e2d889b864cce19d3b60e546e32e7e07c6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 27 12:05:52 2020 -0400
Add idp-conf-impl dependency.
---
pom.xml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0f57f06..71f8d48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,12 +47,19 @@
<groupId>${idp.groupId}</groupId>
<artifactId>idp-conf</artifactId>
<version>${idp.version}</version>
- <type>test-jar</type>
</dependency>
+
<dependency>
<groupId>${idp.groupId}</groupId>
<artifactId>idp-conf</artifactId>
<version>${idp.version}</version>
+ <type>test-jar</type>
+ </dependency>
+
+ <dependency>
+ <groupId>${idp.groupId}</groupId>
+ <artifactId>idp-conf-impl</artifactId>
+ <version>${idp.version}</version>
</dependency>
<dependency>
@@ -171,7 +178,6 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
- <scope>compile</scope>
</dependency>
<dependency>
@@ -244,12 +250,6 @@
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>net.shibboleth.utilities.jetty9</groupId>
- <artifactId>jetty9-dta-ssl</artifactId>
- <version>1.0.0</version>
- <scope>runtime</scope>
- </dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
@@ -302,7 +302,7 @@
<build>
<plugins>
- <!-- Build a jar in addition to a war. -->
+ <!-- Build a war in addition to a jar. -->
<plugin>
<artifactId>maven-war-plugin</artifactId>
<configuration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list