[java-identity-provider] branch main updated: Remove idp-conf test dependency from idp-installer
Phil Smart
philip.smart at jisc.ac.uk
Wed Sep 13 11:47:57 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=a99882b92b51bde829855db30aa238b9065886bc
The following commit(s) were added to refs/heads/main by this push:
new a99882b92 Remove idp-conf test dependency from idp-installer
a99882b92 is described below
commit a99882b92b51bde829855db30aa238b9065886bc
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Sep 13 11:21:12 2023 +0000
Remove idp-conf test dependency from idp-installer
---
idp-installer/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index e587c6afa..796e1c553 100644
--- a/idp-installer/pom.xml
+++ b/idp-installer/pom.xml
@@ -178,12 +178,6 @@
</dependency>
<!-- Test Dependencies -->
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-conf</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>idp-conf-impl</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list