Skip to content

Commit

Permalink
Updating to use release version of Apache Oltu
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Jul 4, 2013
1 parent 885c7fe commit 5c595d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
13 changes: 2 additions & 11 deletions fcrepo-auth-oauth/pom.xml
Expand Up @@ -11,7 +11,7 @@
<description>Fedora OAuth 2.0 module</description>
<packaging>bundle</packaging>
<properties>
<oltu.version>0.31-SNAPSHOT</oltu.version>
<oltu.version>0.31</oltu.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -40,7 +40,7 @@
</dependency>
<dependency>
<groupId>org.apache.oltu.oauth2</groupId>
<artifactId>oltu-oauth2-resourceserver-filter</artifactId>
<artifactId>org.apache.oltu.oauth2.resourceserver-filter</artifactId>
<version>${oltu.version}</version>
<exclusions>
<!-- Dependency convergence: fcrepo-http-api (via jersey-json:1.17.1)
Expand Down Expand Up @@ -160,13 +160,4 @@
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>Apache Snapshots</id>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>
7 changes: 0 additions & 7 deletions pom.xml
Expand Up @@ -997,13 +997,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>Apache Snapshots</id>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
Expand Down

0 comments on commit 5c595d6

Please sign in to comment.