Skip to content

Commit

Permalink
Removed unnecessary repositories in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Feb 25, 2013
1 parent ea71627 commit 7126adb
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,31 +170,6 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>codehaus</id>
<url>http://snapshots.repository.codehaus.org/</url>
<layout>default</layout>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>sonatype</id>
<url>https://repository.sonatype.org/</url>
<layout>default</layout>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<build>
<plugins>
<plugin>
Expand All @@ -216,3 +191,4 @@
</plugins>
</build>
</project>

0 comments on commit 7126adb

Please sign in to comment.