Skip to content

Commit

Permalink
Merge pull request #72 from awoods/vivo-1523
Browse files Browse the repository at this point in the history
Allow retrieval of SNAPSHOT dependencies
  • Loading branch information
roflinn authored Jun 1, 2018
2 parents c7b02eb + 2b63cb4 commit 4d60da8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,17 @@
<name>VIVO Dependencies</name>
<url>https://raw.github.com/vivo-project/dependencies/master/</url>
</repository>

<repository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>

0 comments on commit 4d60da8

Please sign in to comment.