Skip to content

Commit 12b66d1

Browse files
committed
switch downed maven repo to jitpack
1 parent 47906a6 commit 12b66d1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pom.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,6 @@
344344
<id>sonatype-oss</id>
345345
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
346346
</repository>
347-
<repository>
348-
<id>minebench-repo</id>
349-
<url>https://repo.minebench.de/</url>
350-
</repository>
351347
<repository>
352348
<id>papermc</id>
353349
<url>https://papermc.io/repo/repository/maven-public/</url>
@@ -713,9 +709,9 @@
713709
<artifactId>rollbar-java</artifactId>
714710
</dependency>
715711
<dependency>
716-
<groupId>de.themoep</groupId>
717-
<artifactId>minedown</artifactId>
718-
<version>1.7.1-SNAPSHOT</version>
712+
<groupId>com.github.Phoenix616</groupId>
713+
<artifactId>MineDown</artifactId>
714+
<version>211f6e6789</version>
719715
<scope>compile</scope>
720716
</dependency>
721717
<dependency>

0 commit comments

Comments
 (0)