mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
removed unused dependencies in the POM
This commit is contained in:
parent
766bf7f71d
commit
63e49bafd4
17
pom.xml
17
pom.xml
@ -21,10 +21,6 @@
|
||||
<id>bungeecord-repo</id>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>bungeeyaml-repo</id>
|
||||
<url>http://repo.craftminecraft.net/content/repositories/releases</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<inceptionYear>2013</inceptionYear>
|
||||
@ -114,18 +110,5 @@
|
||||
<type>jar</type>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.craftminecraft.bungee</groupId>
|
||||
<artifactId>bungeeyaml</artifactId>
|
||||
<version>1.2.3</version>
|
||||
<type>jar</type>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>0.12.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user