Skip to content

Commit

Permalink
Allow retrieval of SNAPSHOT dependencies, in installer
Browse files Browse the repository at this point in the history
With previous commit, resolves: https://jira.duraspace.org/browse/VIVO-1523
  • Loading branch information
Andrew Woods committed Jun 1, 2018
1 parent f2ff4eb commit 2b63cb4
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 2b63cb4

Please sign in to comment.