Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Fetch mcshared dependency from JitPack
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Sep 28, 2020
1 parent d6fde76 commit d98e701
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions advanced-achievements-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
<artifactId>VaultAPI</artifactId>
</dependency>
<dependency>
<groupId>com.hm.mcshared</groupId>
<artifactId>MCShared</artifactId>
<groupId>com.github.pyvesb</groupId>
<artifactId>mcshared</artifactId>
</dependency>
<dependency>
<groupId>codecrafter47.bungeetablistplus</groupId>
Expand Down
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,6 @@
<id>essentials-repo</id>
<url>https://ci.ender.zone/plugin/repository/everything/</url>
</repository>
<repository>
<id>mcshared-repo</id>
<url>https://raw.github.com/PyvesB/MCShared/mvn-repo/</url>
</repository>
<repository>
<id>placeholderapi-repo</id>
<url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
Expand All @@ -78,7 +74,7 @@
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
<repository>
<id>vault-repo</id>
<id>jitpack-repo</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Expand Down Expand Up @@ -119,8 +115,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.hm.mcshared</groupId>
<artifactId>MCShared</artifactId>
<groupId>com.github.pyvesb</groupId>
<artifactId>mcshared</artifactId>
<version>1.1.7</version>
</dependency>
<dependency>
Expand Down

0 comments on commit d98e701

Please sign in to comment.