Skip to content

Commit

Permalink
Add enterprise repositories so we can resolve stable dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktindall committed Dec 6, 2022
1 parent f1d4970 commit 1747a81
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,38 @@
</profile>
</profiles>

<repositories>
<repository>
<id>third-party-release</id>
<name>ThirdParty Repository</name>
<url>
https://nexus.chronicle.software/content/repositories/thirdparty/
</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>chronicle-enterprise-snapshots</id>
<name>Snapshot Repository</name>
<url>
https://nexus.chronicle.software/content/repositories/snapshots
</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>chronicle-enterprise-release</id>
<url>
https://nexus.chronicle.software/content/repositories/releases
</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>

<scm>
<url>scm:git:[email protected]:OpenHFT/Chronicle-Salt.git</url>
<connection>scm:git:[email protected]:OpenHFT/Chronicle-Salt.git</connection>
Expand Down

0 comments on commit 1747a81

Please sign in to comment.