diff options
Diffstat (limited to 'id/server/stork2-commons/pom.xml')
-rw-r--r-- | id/server/stork2-commons/pom.xml | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml index 1a8dfd786..c4eea5152 100644 --- a/id/server/stork2-commons/pom.xml +++ b/id/server/stork2-commons/pom.xml @@ -20,21 +20,13 @@ The STORKCommons library provides beans, Java Interfaces and utility classes to integrate PEPS and SAML Engine. </description> - <repositories> - <repository> - <id>shibboleth.internet2.edu</id> - <name>Internet2</name> - <url>https://build.shibboleth.net/nexus/content/groups/public/</url> - </repository> - </repositories> - <dependencies> <!-- Joda --> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> - <version>${jodatime.version}</version> + <version>2.3</version> </dependency> <!-- Log4J --> @@ -62,8 +54,9 @@ </dependency> <dependency> - <groupId>org.opensaml</groupId> - <artifactId>opensaml</artifactId> + <groupId>org.opensaml</groupId> + <artifactId>opensaml</artifactId> + <version>${opensaml.version}</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> @@ -88,12 +81,6 @@ </exclusions> </dependency> - <!-- Bouncy Castle --> - <dependency> - <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk16</artifactId> - </dependency> - <!-- Servlet API --> <!-- provided by Application Server --> <dependency> @@ -128,7 +115,6 @@ <configuration> <source>1.7</source> <target>1.7</target> - <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> @@ -136,7 +122,7 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <runOrder>reversealphabetical</runOrder> - <skip>false</skip> + <skip>true</skip> <includes> <runOrder>reversealphabetical</runOrder> <include>**/PEPSUtilTest.java</include> @@ -178,8 +164,9 @@ <configuration> <links> <link>http://commons.apache.org/lang/api/</link> + <link>http://java.sun.com/j2se/1.6.0/docs/api/</link> <link>http://www.bouncycastle.org/docs/docs1.6/</link> - <link>http://docs.oracle.com/javase/7/docs/api/</link> + <link>http://docs.oracle.com/javase/6/docs/api/</link> </links> </configuration> </plugin> |