[java-oidc-common] branch main updated: Remove idp-tests-bom from dependency management
Phil Smart
philip.smart at jisc.ac.uk
Wed Sep 13 15:11:50 UTC 2023
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=a48f4fc16d573dc7a9edf2006fcf186b8994690b
The following commit(s) were added to refs/heads/main by this push:
new a48f4fc Remove idp-tests-bom from dependency management
a48f4fc is described below
commit a48f4fc16d573dc7a9edf2006fcf186b8994690b
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Sep 13 16:11:47 2023 +0100
Remove idp-tests-bom from dependency management
---
oidc-common-attribute-impl/pom.xml | 2 ++
oidc-common-crypto-impl/pom.xml | 1 +
oidc-common-metadata-impl/pom.xml | 1 +
oidc-common-profile-impl/pom.xml | 1 +
pom.xml | 8 --------
5 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/oidc-common-attribute-impl/pom.xml b/oidc-common-attribute-impl/pom.xml
index f965a48..7f50084 100644
--- a/oidc-common-attribute-impl/pom.xml
+++ b/oidc-common-attribute-impl/pom.xml
@@ -45,12 +45,14 @@
<dependency>
<groupId>${idp.groupId}</groupId>
<artifactId>idp-profile-api</artifactId>
+ <version>${idp.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${idp.groupId}</groupId>
<artifactId>idp-core</artifactId>
+ <version>${idp.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/oidc-common-crypto-impl/pom.xml b/oidc-common-crypto-impl/pom.xml
index 64210b0..694497a 100644
--- a/oidc-common-crypto-impl/pom.xml
+++ b/oidc-common-crypto-impl/pom.xml
@@ -113,6 +113,7 @@
<dependency>
<groupId>${idp.groupId}</groupId>
<artifactId>idp-profile-api</artifactId>
+ <version>${idp.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
diff --git a/oidc-common-metadata-impl/pom.xml b/oidc-common-metadata-impl/pom.xml
index da5e013..d637b3e 100644
--- a/oidc-common-metadata-impl/pom.xml
+++ b/oidc-common-metadata-impl/pom.xml
@@ -163,6 +163,7 @@
<dependency>
<groupId>${idp.groupId}</groupId>
<artifactId>idp-profile-api</artifactId>
+ <version>${idp.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
diff --git a/oidc-common-profile-impl/pom.xml b/oidc-common-profile-impl/pom.xml
index a51f2a3..c93b40b 100644
--- a/oidc-common-profile-impl/pom.xml
+++ b/oidc-common-profile-impl/pom.xml
@@ -75,6 +75,7 @@
<dependency>
<groupId>${idp.groupId}</groupId>
<artifactId>idp-profile-api</artifactId>
+ <version>${idp.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
diff --git a/pom.xml b/pom.xml
index 3f8a132..2cb89c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,14 +202,6 @@
<scope>import</scope>
</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