1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

Fix maven build missing dependency

This commit is contained in:
2011-10-24 00:24:55 -02:00
parent d2bfca5700
commit 1e66cd6209

View File

@@ -58,6 +58,12 @@
<artifactId>jcl-over-slf4j</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<type>jar</type>
</dependency>
<!-- database -->
<dependency>
<groupId>commons-dbcp</groupId>