2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-05-02 03:00:27 +00:00

due velocity including some libs by default, had to move depends to api than the parent, and exlude it from being included in shade

This commit is contained in:
2022-07-09 14:43:31 +04:00
parent 70d1aadd56
commit 86f2d89cf4
3 changed files with 39 additions and 38 deletions

33
pom.xml
View File

@@ -26,37 +26,4 @@
<module>RedisBungee-Velocity</module>
</modules>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.1-jre</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>4.2.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.11.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<version>2.7.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>