mirror of https://github.com/apache/archiva.git
add dependency to oro as it's optionnal in commons-validator
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1140237 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bb80f7ba1a
commit
478506f9ef
|
@ -79,6 +79,10 @@
|
||||||
<groupId>commons-validator</groupId>
|
<groupId>commons-validator</groupId>
|
||||||
<artifactId>commons-validator</artifactId>
|
<artifactId>commons-validator</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>oro</groupId>
|
||||||
|
<artifactId>oro</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-simple</artifactId>
|
<artifactId>slf4j-simple</artifactId>
|
||||||
|
|
5
pom.xml
5
pom.xml
|
@ -992,6 +992,11 @@
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>oro</groupId>
|
||||||
|
<artifactId>oro</artifactId>
|
||||||
|
<version>2.0.8</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.atlassian.xmlrpc</groupId>
|
<groupId>com.atlassian.xmlrpc</groupId>
|
||||||
<artifactId>atlassian-xmlrpc-binder-testing</artifactId>
|
<artifactId>atlassian-xmlrpc-binder-testing</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue