Skip to content

Commit

Permalink
Use jitpack.io for the pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav-Rao authored Aug 3, 2024
1 parent 588794c commit 3e1ef66
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.sobotics</groupId>
<groupId>com.github.SOBotics</groupId>
<artifactId>chatexchange</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<version>605ffcb</version>
</dependency>
<dependency>
<groupId>com.optimaize.languagedetector</groupId>
<artifactId>language-detector</artifactId>
<version>0.5</version>
Expand Down Expand Up @@ -51,14 +51,10 @@
</dependency>
</dependencies>
<repositories>
<repository>
<id>Tunaki-mvn-repo</id>
<url>https://raw.github.com/Tunaki/chatexchange/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<build>
<plugins>
Expand Down

0 comments on commit 3e1ef66

Please sign in to comment.