[java-idp-testbed] branch main updated: Replace idp-conf dependency with idp-conf-impl
Tom Zeller
tzeller at dragonacea.biz
Wed May 17 13:25:07 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller 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=db269d3ad33085648178e19ce3e237363d524a50
The following commit(s) were added to refs/heads/main by this push:
new db269d3 Replace idp-conf dependency with idp-conf-impl
db269d3 is described below
commit db269d3ad33085648178e19ce3e237363d524a50
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 17 08:24:57 2023 -0500
Replace idp-conf dependency with idp-conf-impl
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6593532..fbed82e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>${idp.groupId}</groupId>
- <artifactId>idp-conf</artifactId>
+ <artifactId>idp-conf-impl</artifactId>
<version>${idp.version}</version>
<type>test-jar</type>
</dependency>
@@ -131,7 +131,7 @@
<!-- Addresses most IdP and lower dependencies. -->
<dependency>
<groupId>${idp.groupId}</groupId>
- <artifactId>idp-conf</artifactId>
+ <artifactId>idp-conf-impl</artifactId>
<version>${idp.version}</version>
<scope>runtime</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list