Skip to content

Commit

Permalink
Adding sonatype resolver for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwanthkumar committed Jul 30, 2016
1 parent 15e2787 commit 90b1895
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@
</dependency>
</dependencies>

<repositories>
<repository>
<id>oss-sonatype</id>
<name>oss-sonatype</name>
<url>https://oss.sonatype.org/content/repositories/releases</url>
</repository>
</repositories>

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 90b1895

Please sign in to comment.