Skip to content

Commit

Permalink
Use fork instead, fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
PikaMug committed Apr 19, 2024
1 parent 3a4d3ca commit d0c4de0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<repository>
<!-- mcMMO Overhaul -->
<id>neetgames</id>
<url>https://nexus.neetgames.com/repository/maven-releases/</url>
</repository>
<repository>
<!-- Party and Friends -->
<id>simonsators-repo</id>
Expand Down Expand Up @@ -80,9 +75,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.gmail.nossr50.mcMMO</groupId>
<artifactId>mcMMO</artifactId>
<version>2.2.006</version>
<groupId>com.github.PikaMug</groupId>
<artifactId>mcMMO-for-Java-8</artifactId>
<version>dd16fc5496</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -123,6 +118,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>8</source>
<target>8</target>
Expand Down

0 comments on commit d0c4de0

Please sign in to comment.