Skip to content

Commit

Permalink
add Sonatype repository and snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Kruse committed Sep 8, 2016
1 parent 31eb832 commit c1bc0a8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,17 @@
<hadoop.version>2.2.0</hadoop.version>
<rheem.version>0.2.0</rheem.version>
</properties>

<repositories>
<repository>
<id>sonatype</id>
<name>Sonatype</name>
<url>http://repository.sonatype.org/content/groups/public/</url>
</repository>
<repository>
<id>sonatype-snapshot</id>
<name>Sonatype Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
</project>

0 comments on commit c1bc0a8

Please sign in to comment.