[idwsfconsumer] branch master updated: Fill in missing dependencies from mvn dependency:analyze

Ian Young ian at iay.org.uk
Tue Jan 7 11:45:42 EST 2020


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

iay pushed a commit to branch master
in repository idwsfconsumer.

View the commit online:
http://git.shibboleth.net/view/?p=idwsfconsumer.git;a=commit;h=cf5b9a583579a9a030142541e4f2d5524498b4c7

The following commit(s) were added to refs/heads/master by this push:
       new  cf5b9a5   Fill in missing dependencies from mvn dependency:analyze
cf5b9a5 is described below

commit cf5b9a583579a9a030142541e4f2d5524498b4c7
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jan 7 16:45:38 2020 +0000

    Fill in missing dependencies from mvn dependency:analyze
---
 pom.xml | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/pom.xml b/pom.xml
index b93f0b2..44087bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,6 +24,7 @@
         -->
         <doclint>none</doclint>
 
+        <java-support.version>8.0.0-SNAPSHOT</java-support.version>
         <opensaml.version>4.0.0-SNAPSHOT</opensaml.version>
     </properties>
 
@@ -48,6 +49,18 @@
     
         <!-- Compile -->
         <dependency>
+            <groupId>net.shibboleth.utilities</groupId>
+            <artifactId>java-support</artifactId>
+            <version>${java-support.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.opensaml</groupId>
+            <artifactId>opensaml-core</artifactId>
+            <version>${opensaml.version}</version>
+        </dependency>
+
+        <dependency>
             <groupId>org.opensaml</groupId>
             <artifactId>opensaml-saml-api</artifactId>
             <version>${opensaml.version}</version>
@@ -55,6 +68,18 @@
         
         <dependency>
             <groupId>org.opensaml</groupId>
+            <artifactId>opensaml-soap-api</artifactId>
+            <version>${opensaml.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.opensaml</groupId>
+            <artifactId>opensaml-xmlsec-api</artifactId>
+            <version>${opensaml.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.opensaml</groupId>
             <artifactId>opensaml-xmlsec-impl</artifactId>
             <version>${opensaml.version}</version>
         </dependency>
@@ -65,6 +90,16 @@
         </dependency>
         
         <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
             <version>1.4</version>

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


More information about the commits mailing list