Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Update pom.xml to work with changed shibboleth URLs and IdP version b…
Browse files Browse the repository at this point in the history
…ump to 2.4.

I also needed to add compiler target/source 1.5 properties with OpenJDK7 but not sure that belongs in here.
  • Loading branch information
Peter Schober committed Jan 15, 2014
1 parent 45b4cb5 commit ae2319e
Showing 1 changed file with 30 additions and 5 deletions.
35 changes: 30 additions & 5 deletions pom.xml
Expand Up @@ -28,18 +28,43 @@

<repositories>
<repository>
<id>shibboleth.internet2.edu</id>
<name>Internet2</name>
<id>shibboleth.net.releases</id>
<name>shibboleth</name>
<layout>default</layout>
<url>http://shibboleth.internet2.edu/downloads/maven2</url>
<url>https://build.shibboleth.net/nexus/content/repositories/releases</url>
<releases>
<updatePolicy>always</updatePolicy>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>shibboleth.net.public</id>
<name>shibboleth</name>
<layout>default</layout>
<url>https://build.shibboleth.net/nexus/content/repositories/public</url>
<releases>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>shibboleth.net.thirdparty</id>
<name>shibboleth</name>
<layout>default</layout>
<url>https://build.shibboleth.net/nexus/content/repositories/thirdparty</url>
<releases>
<updatePolicy>always</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
Expand All @@ -52,7 +77,7 @@
<dependency>
<groupId>edu.internet2.middleware</groupId>
<artifactId>shibboleth-identityprovider</artifactId>
<version>2.2.1</version>
<version>2.4.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ae2319e

Please sign in to comment.