[java-idp-oidc] branch main updated: Remove idp-tests-bom from dependency management and two test-jar dependencies
Henri Mikkonen
henri.mikkonen at iki.fi
Wed Sep 13 16:59:26 UTC 2023
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=d0e4930087e12807dd666772326e332c8203f2e3
The following commit(s) were added to refs/heads/main by this push:
new d0e49300 Remove idp-tests-bom from dependency management and two test-jar dependencies
d0e49300 is described below
commit d0e4930087e12807dd666772326e332c8203f2e3
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Sep 13 19:59:06 2023 +0300
Remove idp-tests-bom from dependency management and two test-jar dependencies
The idp-saml-impl and idp-authn-api test-jar dependencies were not needed
---
idp-oidc-extension-impl/pom.xml | 13 +------------
pom.xml | 8 --------
2 files changed, 1 insertion(+), 20 deletions(-)
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 2d690f31..3e49c3cc 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -260,12 +260,7 @@
<dependency>
<groupId>${idp.groupId}</groupId>
<artifactId>idp-authn-impl</artifactId>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${idp.groupId}</groupId>
- <artifactId>idp-authn-api</artifactId>
+ <version>${idp.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
@@ -279,12 +274,6 @@
<artifactId>idp-testing</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>${idp.groupId}</groupId>
- <artifactId>idp-saml-impl</artifactId>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>${idp.groupId}</groupId>
<artifactId>idp-conf-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index c30c8010..8ac8992e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,14 +121,6 @@
<artifactId>idp-plugin-oidc-op-api</artifactId>
</dependency>
<!-- Test bom dependencies -->
- <dependency>
- <groupId>${idp.groupId}</groupId>
- <artifactId>idp-tests-bom</artifactId>
- <version>${idp.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- <!-- Test bom dependencies -->
<dependency>
<groupId>${shib-shared.groupId}</groupId>
<artifactId>shib-testing</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list