Skip to content

Commit

Permalink
Use GitHub pages to host the Maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pgj committed Feb 6, 2025
1 parent 083dbdb commit 6d7d066
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 @@ -21,6 +21,14 @@
<slf4j.version>1.7.32</slf4j.version>
</properties>

<repositories>
<repository>
<id>CloudantPublicRepo</id>
<name>Cloudant Public Repo</name>
<url>https://pgj.github.io/maven/repo/</url>
</repository>
</repositories>

<dependencies>
<!-- Lucene -->
<dependency>
Expand Down

0 comments on commit 6d7d066

Please sign in to comment.