mirror of https://github.com/apache/archiva.git
commons-logging-api is actually required by some client libraries, add back to main webapp dependencies
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@674463 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
366036cdee
commit
2a68a704a6
|
@ -216,6 +216,11 @@
|
|||
<artifactId>wagon-file</artifactId>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging-api</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<resources>
|
||||
|
@ -347,11 +352,6 @@
|
|||
<artifactId>derby</artifactId>
|
||||
<version>10.1.3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging-api</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<!-- Enable the following if you want JSP 2.0 or JVM version < 1.5
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -75,7 +75,6 @@
|
|||
<bannedDependencies>
|
||||
<excludes>
|
||||
<exclude>org.codehaus.plexus:plexus-container-default</exclude>
|
||||
<exclude>commons-logging:commons-logging-api</exclude>
|
||||
<exclude>commons-logging:commons-logging</exclude>
|
||||
<exclude>velocity:velocity-dep</exclude>
|
||||
<exclude>classworlds:classworlds</exclude>
|
||||
|
|
Loading…
Reference in New Issue