1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-05 23:22:47 +00:00

Fixes dependency convergence issue

This commit is contained in:
2011-12-17 19:12:14 -02:00
parent cea66c9363
commit 9879578173
2 changed files with 5 additions and 14 deletions

View File

@@ -52,19 +52,5 @@
<type>jar</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>20030825.184428</version>
<type>jar</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>20030825.183949</version>
<type>jar</type>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>