Przeglądaj źródła

Change Protocollib's repo to use new namespace & group id (#5232)

Nadie 20 godzin temu
rodzic
commit
5c283fedb3
1 zmienionych plików z 1 dodań i 6 usunięć
  1. 1 6
      pom.xml

+ 1 - 6
pom.xml

@@ -236,11 +236,6 @@
     </pluginRepositories>
 
     <repositories>
-        <!-- Protocol Lib Repository -->
-        <repository>
-            <id>dmulloy2-repo</id>
-            <url>https://repo.dmulloy2.net/repository/public/</url>
-        </repository>
         <repository>
             <id>spigot-repo</id>
             <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
@@ -292,7 +287,7 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>com.comphenix.protocol</groupId>
+            <groupId>net.dmulloy2</groupId>
             <artifactId>ProtocolLib</artifactId>
             <version>5.3.0</version>
             <scope>compile</scope>