Skip to content

Commit

Permalink
Use jitpack for libraryloader
Browse files Browse the repository at this point in the history
  • Loading branch information
ceze88 committed Jan 7, 2024
1 parent bbb9806 commit 0a76ad4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,9 @@
</dependency>

<dependency>
<groupId>com.georgev22.api</groupId>
<artifactId>libraryloader</artifactId>
<version>1.6.1</version>
<groupId>com.github.GeorgeV220</groupId>
<artifactId>LibraryLoader</artifactId>
<version>v1.6.1</version>
<scope>compile</scope>
</dependency>

Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,6 @@
<url>https://maven.enginehub.org/repo/</url>
</repository>

<repository>
<id>github-georgev220-libraryloader</id>
<url>https://maven.pkg.github.com/GeorgeV220/LibraryLoader</url>
</repository>

<repository>
<id>songoda-public</id>
<url>https://repo.craftaro.com/repository/public/</url>
Expand Down

0 comments on commit 0a76ad4

Please sign in to comment.