[java-idp-plugin-oidc-rp] branch main updated: Remove idp-tests-bom import

Phil Smart philip.smart at jisc.ac.uk
Wed Sep 13 20:30:51 UTC 2023


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=f2da4dd4ac7230799e016533b2236f6c08828661

The following commit(s) were added to refs/heads/main by this push:
     new f2da4dd  Remove idp-tests-bom import
f2da4dd is described below

commit f2da4dd4ac7230799e016533b2236f6c08828661
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Sep 13 21:30:49 2023 +0100

    Remove idp-tests-bom import
---
 idp-oidc-rp-impl/pom.xml | 6 ------
 pom.xml                  | 9 +--------
 2 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/idp-oidc-rp-impl/pom.xml b/idp-oidc-rp-impl/pom.xml
index cfdfe8a..f29ae7c 100644
--- a/idp-oidc-rp-impl/pom.xml
+++ b/idp-oidc-rp-impl/pom.xml
@@ -302,12 +302,6 @@
             <artifactId>shib-profile-testing</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>${idp.groupId}</groupId>
-            <artifactId>idp-profile-api</artifactId>
-            <scope>test</scope>
-            <type>test-jar</type>
-        </dependency>
         <dependency>
             <groupId>net.shibboleth.idp.plugin.authn</groupId>
             <artifactId>idp-plugin-oidc-rp-api</artifactId>
diff --git a/pom.xml b/pom.xml
index 1040120..b57d34b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,20 +115,13 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>       
-            <!-- Test bom dependencies -->
+            <!-- Test dependencies -->
             <dependency>
                 <groupId>${shib-shared.groupId}</groupId>
                 <artifactId>shib-testing</artifactId>
                 <version>${shib.shared.testing.version}</version>
                 <type>pom</type>
                 <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>${idp.groupId}</groupId>
-                <artifactId>idp-tests-bom</artifactId>
-                <version>${idp.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
             </dependency>
              <dependency>
                 <groupId>com.squareup.okhttp3</groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list