[java-opensaml] branch main updated: Remove opensaml-test-bom.

Scott Cantor cantor.2 at osu.edu
Fri Sep 16 20:22:37 UTC 2022


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

scantor pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=d140b39f7d30670ded496461cd52e26a5371e16b

The following commit(s) were added to refs/heads/main by this push:
     new d140b39f7 Remove opensaml-test-bom.
d140b39f7 is described below

commit d140b39f7d30670ded496461cd52e26a5371e16b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 16 16:22:11 2022 -0400

    Remove opensaml-test-bom.
---
 opensaml-parent/pom.xml       |   1 -
 opensaml-tests-bom/.gitignore |   1 -
 opensaml-tests-bom/pom.xml    | 184 ------------------------------------------
 3 files changed, 186 deletions(-)

diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index af583e0a4..065092173 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -54,7 +54,6 @@
         <module>../opensaml-testing</module>
 
         <module>../opensaml-bom</module>
-        <module>../opensaml-tests-bom</module>
     </modules>
 
     <properties>
diff --git a/opensaml-tests-bom/.gitignore b/opensaml-tests-bom/.gitignore
deleted file mode 100644
index ea8c4bf7f..000000000
--- a/opensaml-tests-bom/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/target
diff --git a/opensaml-tests-bom/pom.xml b/opensaml-tests-bom/pom.xml
deleted file mode 100644
index 91ea7d1f2..000000000
--- a/opensaml-tests-bom/pom.xml
+++ /dev/null
@@ -1,184 +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>org.opensaml</groupId>
-        <artifactId>opensaml-parent</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
-        <relativePath>../opensaml-parent</relativePath>
-    </parent>
-
-    <name>OpenSAML :: Tests BOM</name>
-    <description>Bill of Materials for test classes</description>
-    <artifactId>opensaml-tests-bom</artifactId>
-    <packaging>pom</packaging>
-    
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-core-api</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-core-impl</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-messaging-api</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-messaging-impl</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-profile-api</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-profile-impl</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-saml-api</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-saml-impl</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-security-api</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-security-impl</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-soap-api</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-soap-impl</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-spring</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-storage-api</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-storage-impl</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-xacml-api</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-xacml-impl</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-xacml-saml-api</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-xacml-saml-impl</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-xmlsec-api</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>opensaml-xmlsec-impl</artifactId>
-                <version>${project.version}</version>
-                <type>test-jar</type>
-                <scope>test</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-    
-    <scm>
-        <connection>${shibboleth.scm.connection}java-opensaml</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
-        <url>${shibboleth.scm.url}java-opensaml.git</url>
-    </scm>
-
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${opensaml-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