[java-identity-provider COMMIT] in /trunk: idp-attribute-api/pom.xml idp-core/pom.xml idp-parent/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Oct 1 09:25:16 EDT 2013


Author: rdw
Date: Tue Oct  1 09:25:16 2013
New Revision: 4811

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4811&view=rev
Log:
IDP-315 Start a pass over the IDP mvn dependencies.

Modified:
    trunk/idp-attribute-api/pom.xml
    trunk/idp-core/pom.xml
    trunk/idp-parent/pom.xml

Modified: trunk/idp-attribute-api/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-api/pom.xml?rev=4811&r1=4810&r2=4811&view=diff
==============================================================================
--- trunk/idp-attribute-api/pom.xml (original)
+++ trunk/idp-attribute-api/pom.xml Tue Oct  1 09:25:16 2013
@@ -18,9 +18,19 @@
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>idp-core</artifactId>
-            <version>${project.version}</version>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+        </dependency>
+
+        <dependency>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>${opensaml.groupId}</groupId>
+            <artifactId>opensaml-core</artifactId>
+            <version>${opensaml.version}</version>
         </dependency>
 
         <!-- Provided Dependencies -->
@@ -31,4 +41,4 @@
 
     </dependencies>
     
-</project>
+</project>

Modified: trunk/idp-core/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/pom.xml?rev=4811&r1=4810&r2=4811&view=diff
==============================================================================
--- trunk/idp-core/pom.xml (original)
+++ trunk/idp-core/pom.xml Tue Oct  1 09:25:16 2013
@@ -48,12 +48,6 @@
           <artifactId>spring-context</artifactId>
         </dependency>
 
-        <dependency>
-          <groupId>ch.qos.logback</groupId>
-          <artifactId>logback-core</artifactId>
-          <version>1.0.11</version>
-        </dependency>
-
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->

Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=4811&r1=4810&r2=4811&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Tue Oct  1 09:25:16 2013
@@ -83,6 +83,10 @@
     <dependencies>
         <!-- Compile Dependencies -->
         <dependency>
+            <groupId>com.google.code.findbugs</groupId>
+            <artifactId>jsr305</artifactId>
+        </dependency>
+        <dependency>
             <!-- needed for logback SMTP appender -->
             <groupId>org.codehaus.janino</groupId>
             <artifactId>janino</artifactId>
@@ -94,6 +98,12 @@
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-core</artifactId>
+            <!-- TODO : move to java-parent -->
+            <version>1.0.11</version>
         </dependency>
         <dependency>
             <!-- needed for logback SMTP appender -->



More information about the commits mailing list