<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>
</snapshots>
</repository>
</repositories>
+
+ <distributionManagement>
+ <repository>
+ <id>release-repo</id>
+ <url>${dist.release.url}</url>
+ </repository>
+ <snapshotRepository>
+ <id>snapshot-repo</id>
+ <url>${dist.snapshot.url}</url>
+ </snapshotRepository>
+ </distributionManagement>
<dependencies>
<!-- Compile dependencies -->
<dependency>
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-common</artifactId>
- <version>1.1.0</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.5.0</version>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>jcl104-over-slf4j</artifactId>
- <version>1.5.0</version>
+ <version>1.1.3</version>
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>log4j-over-slf4j</artifactId>
- <version>1.5.0</version>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
- <version>0.9.8</version>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-core</artifactId>
- <version>0.9.8</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>
</execution>
</executions>
</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>
+ <index>true</index>
+ <manifestEntries>
+ <Main-Class>edu.internet2.middleware.shibboleth.idp.Version</Main-Class>
+ </manifestEntries>
+ <manifestSections>
+ <manifestSection>
+ <name>edu/internet2/middleware/shibboleth/idp/</name>
+ <manifestEntries>
+ <Implementation-Title>${pom.artifactId}</Implementation-Title>
+ <Implementation-Version>${pom.version}</Implementation-Version>
+ <Implementation-Vendor>www.opensaml.org</Implementation-Vendor>
+ </manifestEntries>
+ </manifestSection>
+ </manifestSections>
+ </archive>
+ </configuration>
+ </plugin>
</plugins>
</build>
<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>