Skip to content

Commit

Permalink
Add public datastax repository to download BookKeeper dependencies
Browse files Browse the repository at this point in the history
(cherry picked from commit 9c98d75)
  • Loading branch information
nicoloboschi authored and lhotari committed Apr 22, 2022
1 parent 151a986 commit 61e9748
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,16 @@ flexible messaging model and an intuitive client API.</description>
<enabled>false</enabled>
</snapshots>
</repository>

<repository>
<id>public-datastax-releases</id>
<url>https://repo.datastax.com/datastax-public-releases-local</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>

<distributionManagement>
Expand Down

0 comments on commit 61e9748

Please sign in to comment.