[java-metadata-aggregator] branch main updated: MDA-181 - revert "add a BOM artifact"

Ian Young ian at iay.org.uk
Tue Nov 28 16:12:39 UTC 2023


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

iay pushed a commit to branch main
in repository java-metadata-aggregator.

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

The following commit(s) were added to refs/heads/main by this push:
     new b954efb  MDA-181 - revert "add a BOM artifact"
b954efb is described below

commit b954efb08c234dfaaf05cccba80c23384dd5f379
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Nov 27 16:45:08 2023 +0000

    MDA-181 - revert "add a BOM artifact"
    
    https://shibboleth.atlassian.net/browse/MDA-181
---
 mda-bom/.gitignore |  1 -
 mda-bom/pom.xml    | 51 ---------------------------------------------------
 pom.xml            |  1 -
 3 files changed, 53 deletions(-)

diff --git a/mda-bom/.gitignore b/mda-bom/.gitignore
deleted file mode 100644
index ea8c4bf..0000000
--- a/mda-bom/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/target
diff --git a/mda-bom/pom.xml b/mda-bom/pom.xml
deleted file mode 100644
index c6ece94..0000000
--- a/mda-bom/pom.xml
+++ /dev/null
@@ -1,51 +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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>net.shibboleth.metadata</groupId>
-        <artifactId>mda-parent</artifactId>
-        <version>0.10.0-SNAPSHOT</version>
-    </parent>
-
-    <name>Bill of Materials</name>
-    <description>Bill of Materials</description>
-    <artifactId>mda-bom</artifactId>
-    <packaging>pom</packaging>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>mda-keylists-rsa</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>mda-keylists-rsa-legacy</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>mda-framework</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
-    <distributionManagement>
-        <site>
-            <id>site</id>
-            <url>scp:${aggregator-module.site.url}</url>
-        </site>
-    </distributionManagement>
-
-    <scm>
-        <connection>${shibboleth.scm.connection}java-metadata-aggregator</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-metadata-aggregator</developerConnection>
-        <url>${shibboleth.scm.url}java-metadata-aggregator.git</url>
-    </scm>
-
-</project>
diff --git a/pom.xml b/pom.xml
index c8a4059..d1bdd08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,6 @@
         <module>mda-framework</module>
         <module>mda-cli</module>
         <module>mda-distribution</module>
-        <module>mda-bom</module>
     </modules>
 
     <properties>

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


More information about the commits mailing list