mirror of https://github.com/apache/archiva.git
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:
parent
37dfe36941
commit
344e30f60b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue