[java-identity-provider COMMIT] /trunk/idp-core/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Sep 27 12:51:07 EDT 2013
Author: rdw
Date: Fri Sep 27 12:51:07 2013
New Revision: 4806
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4806&view=rev
Log:
IDP-315 Fix pom dependencies for now: Add in inherited dependencies
Modified:
trunk/idp-core/pom.xml
Modified: trunk/idp-core/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-core/pom.xml?rev=4806&r1=4805&r2=4806&view=diff
==============================================================================
--- trunk/idp-core/pom.xml (original)
+++ trunk/idp-core/pom.xml Fri Sep 27 12:51:07 2013
@@ -18,6 +18,41 @@
<dependencies>
<!-- Compile Dependencies -->
+ <dependency>
+ <groupId>com.google.code.findbugs</groupId>
+ <artifactId>jsr305</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-core</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-beans</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-context</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>ch.qos.logback</groupId>
+ <artifactId>logback-core</artifactId>
+ <version>1.0.11</version>
+ </dependency>
<!-- Provided Dependencies -->
@@ -27,4 +62,4 @@
</dependencies>
-</project>
+</project>
More information about the commits
mailing list