Skip to content

Commit

Permalink
update maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Jul 23, 2024
1 parent 232134b commit 6bad6b9
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,24 @@

<repositories>
<repository>
<id>Jitpack</id>
<url>https://jitpack.io</url>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>maven.2b2t.vc</id>
<url>https://maven.2b2t.vc/releases</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.github.rfresh2.Discord4j</groupId>
<groupId>com.github.rfresh2.discord4j</groupId>
<artifactId>discord4j-core</artifactId>
<version>778616c1bb</version>
<version>3.4.2.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 6bad6b9

Please sign in to comment.