[java-identity-provider] branch main updated: Remove idp-tests-bom and fix some outstanding POM issues.
Scott Cantor
cantor.2 at osu.edu
Fri Sep 16 20:30:53 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor 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=cbaba98ce0237b11dd5c7921610c862b7a447c6e
The following commit(s) were added to refs/heads/main by this push:
new cbaba98ce Remove idp-tests-bom and fix some outstanding POM issues.
cbaba98ce is described below
commit cbaba98ce0237b11dd5c7921610c862b7a447c6e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 16 16:30:50 2022 -0400
Remove idp-tests-bom and fix some outstanding POM issues.
---
idp-parent/pom.xml | 1 -
idp-profile-impl/pom.xml | 12 +--
idp-saml-impl/pom.xml | 6 --
idp-session-impl/pom.xml | 6 --
idp-tests-bom/.gitignore | 1 -
idp-tests-bom/pom.xml | 196 -----------------------------------------------
6 files changed, 2 insertions(+), 220 deletions(-)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 776cfb552..4ecab48fb 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -55,7 +55,6 @@
<module>../idp-ui</module>
<module>../idp-bom</module>
- <module>../idp-tests-bom</module>
</modules>
<properties>
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index 5de74fab6..a3806840f 100644
--- a/idp-profile-impl/pom.xml
+++ b/idp-profile-impl/pom.xml
@@ -154,20 +154,12 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-core</artifactId>
- <version>${opensaml.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-profile-api</artifactId>
- <type>test-jar</type>
+ <artifactId>opensaml-storage-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-storage-impl</artifactId>
+ <artifactId>opensaml-testing</artifactId>
<scope>test</scope>
</dependency>
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index e1332eed0..ae6997b53 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -207,12 +207,6 @@
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-profile-api</artifactId>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-storage-impl</artifactId>
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index 0a7f176a5..a03e8265a 100644
--- a/idp-session-impl/pom.xml
+++ b/idp-session-impl/pom.xml
@@ -144,12 +144,6 @@
<artifactId>opensaml-storage-impl</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-profile-api</artifactId>
- <scope>test</scope>
- <type>test-jar</type>
- </dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-testing</artifactId>
diff --git a/idp-tests-bom/.gitignore b/idp-tests-bom/.gitignore
deleted file mode 100644
index ea8c4bf7f..000000000
--- a/idp-tests-bom/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/target
diff --git a/idp-tests-bom/pom.xml b/idp-tests-bom/pom.xml
deleted file mode 100644
index 876e8ebcb..000000000
--- a/idp-tests-bom/pom.xml
+++ /dev/null
@@ -1,196 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>net.shibboleth.idp</groupId>
- <artifactId>idp-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
- <relativePath>../idp-parent</relativePath>
- </parent>
-
- <name>Shibboleth IdP :: Tests BOM</name>
- <description>Bill of Materials for test classes</description>
- <artifactId>idp-tests-bom</artifactId>
- <packaging>pom</packaging>
-
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-core</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-schema</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-admin-api</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-authn-api</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-cas-api</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-profile-api</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-saml-api</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-session-api</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-consent-api</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-admin-impl</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-authn-impl</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-cas-impl</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-profile-impl</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-saml-impl</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-session-impl</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-consent-impl</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-war</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-installer</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-conf</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-distribution</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-ui</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>idp-spring</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
-
- </dependencies>
- </dependencyManagement>
-
- <scm>
- <connection>${shibboleth.scm.connection}java-identity-provider</connection>
- <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
- <url>${shibboleth.scm.url}java-identity-provider.git</url>
- </scm>
-
- <distributionManagement>
- <site>
- <id>site</id>
- <url>scp:${idp-module.site.url}</url>
- </site>
- </distributionManagement>
-
-</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list