We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d1754 commit ae94dc0Copy full SHA for ae94dc0
1 file changed
pom.xml
@@ -19,10 +19,6 @@
19
<id>spigot-repo</id>
20
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
21
</repository>
22
- <repository>
23
- <id>elmakers-repo</id>
24
- <url>http://maven.elmakers.com/repository</url>
25
- </repository>
26
</repositories>
27
28
<dependencies>
@@ -32,12 +28,6 @@
32
<version>1.15.2-R0.1-SNAPSHOT</version>
33
29
<scope>provided</scope>
34
30
</dependency>
35
- <dependency>
36
- <groupId>org.spigotmc</groupId>
37
- <artifactId>spigot</artifactId>
38
- <version>1.15.2-R0.1-SNAPSHOT</version>
39
- <scope>provided</scope>
40
- </dependency>
41
31
</dependencies>
42
43
<build>
0 commit comments