[java-metadata-aggregator] 02/03: Add a missing compile-time dependency

Ian Young ian at iay.org.uk
Mon Jul 17 11:27:23 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=5e0f1b522d09abbd10ecd8019727c1cedf032f2a

commit 5e0f1b522d09abbd10ecd8019727c1cedf032f2a
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Jul 17 16:22:14 2017 +0100

    Add a missing compile-time dependency
---
 aggregator-pipeline/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/aggregator-pipeline/pom.xml b/aggregator-pipeline/pom.xml
index 028265b..8d85928 100644
--- a/aggregator-pipeline/pom.xml
+++ b/aggregator-pipeline/pom.xml
@@ -23,6 +23,10 @@
             <artifactId>guava</artifactId>
         </dependency>
         <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15on</artifactId>
         </dependency>

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


More information about the commits mailing list