<modelVersion>4.0.0</modelVersion>
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-identityprovider</artifactId>
- <version>2.1.0</version>
+ <version>2.1.3</version>
<!-- We bundle as a jar here, the installer creates the WAR -->
<packaging>jar</packaging>
<distributionManagement>
<repository>
- <id>ssh-repository</id>
- <url>scpexe://www.internet2.edu/home/htdocs/shibboleth.internet2.edu/downloads/maven2</url>
+ <id>release-repo</id>
+ <url>${dist.release.url}</url>
</repository>
+ <snapshotRepository>
+ <id>snapshot-repo</id>
+ <url>${dist.snapshot.url}</url>
+ </snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-common</artifactId>
- <version>1.1.0</version>
+ <version>1.1.3</version>
</dependency>
-
- <!-- Provided dependencies -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
- <scope>provided</scope>
</dependency>
+
+ <!-- Provided dependencies -->
<!-- Runtime dependencies -->
<dependency>
<version>13Apr2008</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>edu.internet2.middleware</groupId>
+ <artifactId>shibboleth-jce</artifactId>
+ <version>1.1.0</version>
+ <scope>runtime</scope>
+ </dependency>
<!-- Test dependencies -->
<dependency>
<descriptor>src/main/assembly/bin.xml</descriptor>
<descriptor>src/main/assembly/src.xml</descriptor>
</descriptors>
+ <tarLongFileMode>gnu</tarLongFileMode>
</configuration>
<executions>
<execution>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <argLine>-Xmx256m</argLine>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<configuration>
<links>
<link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+ <link>http://joda-time.sourceforge.net/apidocs/</link>
+ <link>http://static.springsource.org/spring/docs/2.0.x/api/</link>
</links>
<quiet>true</quiet>
<author>false</author>