mirror of https://github.com/apache/archiva.git
fix for jdk1.5 build jaxb api is not included
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1171206 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4f136bffe8
commit
e7a28da297
|
@ -28,6 +28,10 @@
|
|||
<artifactId>archiva-repository-admin-api</artifactId>
|
||||
<name>Archiva Base :: Repository Admin Api</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
|
|
Loading…
Reference in New Issue