[java-metadata-aggregator] 02/02: MDA-158 - split key blacklists into separate artifact

Ian Young ian at iay.org.uk
Wed Apr 26 10:43:07 EDT 2017


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

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

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

commit 957148a47ae0875941e1aa7222aebdbde9b13bdf
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Apr 26 15:42:52 2017 +0100

    MDA-158 - split key blacklists into separate artifact
---
 aggregator-blacklists/src/main/resources/.gitkeep                   | 0
 .../net/shibboleth/metadata/validate/x509/compromised-1024.txt      | 0
 .../net/shibboleth/metadata/validate/x509/compromised-2048.txt      | 0
 .../resources/net/shibboleth/metadata/validate/x509/debian-1024.txt | 0
 .../resources/net/shibboleth/metadata/validate/x509/debian-2048.txt | 0
 .../resources/net/shibboleth/metadata/validate/x509/debian-4096.txt | 0
 .../resources/net/shibboleth/metadata/validate/x509/debian-512.txt  | 0
 aggregator-cli/pom.xml                                              | 6 ++++++
 aggregator-pipeline/pom.xml                                         | 6 ++++++
 9 files changed, 12 insertions(+)

diff --git a/aggregator-blacklists/src/main/resources/.gitkeep b/aggregator-blacklists/src/main/resources/.gitkeep
deleted file mode 100644
index e69de29..0000000
diff --git a/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/validate/x509/compromised-1024.txt b/aggregator-blacklists/src/main/resources/net/shibboleth/metadata/validate/x509/compromised-1024.txt
similarity index 100%
rename from aggregator-pipeline/src/main/resources/net/shibboleth/metadata/validate/x509/compromised-1024.txt
rename to aggregator-blacklists/src/main/resources/net/shibboleth/metadata/validate/x509/compromised-1024.txt
diff --git a/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/validate/x509/compromised-2048.txt b/aggregator-blacklists/src/main/resources/net/shibboleth/metadata/validate/x509/compromised-2048.txt
similarity index 100%
rename from aggregator-pipeline/src/main/resources/net/shibboleth/metadata/validate/x509/compromised-2048.txt
rename to aggregator-blacklists/src/main/resources/net/shibboleth/metadata/validate/x509/compromised-2048.txt
diff --git a/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/validate/x509/debian-1024.txt b/aggregator-blacklists/src/main/resources/net/shibboleth/metadata/validate/x509/debian-1024.txt
similarity index 100%
rename from aggregator-pipeline/src/main/resources/net/shibboleth/metadata/validate/x509/debian-1024.txt
rename to aggregator-blacklists/src/main/resources/net/shibboleth/metadata/validate/x509/debian-1024.txt
diff --git a/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/validate/x509/debian-2048.txt b/aggregator-blacklists/src/main/resources/net/shibboleth/metadata/validate/x509/debian-2048.txt
similarity index 100%
rename from aggregator-pipeline/src/main/resources/net/shibboleth/metadata/validate/x509/debian-2048.txt
rename to aggregator-blacklists/src/main/resources/net/shibboleth/metadata/validate/x509/debian-2048.txt
diff --git a/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/validate/x509/debian-4096.txt b/aggregator-blacklists/src/main/resources/net/shibboleth/metadata/validate/x509/debian-4096.txt
similarity index 100%
rename from aggregator-pipeline/src/main/resources/net/shibboleth/metadata/validate/x509/debian-4096.txt
rename to aggregator-blacklists/src/main/resources/net/shibboleth/metadata/validate/x509/debian-4096.txt
diff --git a/aggregator-pipeline/src/main/resources/net/shibboleth/metadata/validate/x509/debian-512.txt b/aggregator-blacklists/src/main/resources/net/shibboleth/metadata/validate/x509/debian-512.txt
similarity index 100%
rename from aggregator-pipeline/src/main/resources/net/shibboleth/metadata/validate/x509/debian-512.txt
rename to aggregator-blacklists/src/main/resources/net/shibboleth/metadata/validate/x509/debian-512.txt
diff --git a/aggregator-cli/pom.xml b/aggregator-cli/pom.xml
index 957eaac..97172bd 100644
--- a/aggregator-cli/pom.xml
+++ b/aggregator-cli/pom.xml
@@ -40,6 +40,12 @@
 
         <!-- Runtime Dependencies -->
         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>aggregator-blacklists</artifactId>
+            <version>${project.version}</version>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
             <scope>runtime</scope>
diff --git a/aggregator-pipeline/pom.xml b/aggregator-pipeline/pom.xml
index 59f0895..9d1b262 100644
--- a/aggregator-pipeline/pom.xml
+++ b/aggregator-pipeline/pom.xml
@@ -53,6 +53,12 @@
 
         <!-- Test Dependencies -->
         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>aggregator-blacklists</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>net.shibboleth.ext</groupId>
             <artifactId>spring-extensions</artifactId>
             <scope>test</scope>

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


More information about the commits mailing list