commons-dbcp not needed anymore

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1389488 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-09-24 17:10:54 +00:00
parent 37dfe36941
commit 344e30f60b
1 changed files with 4 additions and 0 deletions

View File

@ -798,6 +798,10 @@
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
<exclusion>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>