mirror of https://github.com/apache/archiva.git
jaxb annotation is now use here so declare it for 1.5 build
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1299261 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
86931f78c3
commit
2fbd26375b
|
@ -29,6 +29,10 @@
|
|||
<packaging>bundle</packaging>
|
||||
<name>Archiva Base :: Repository Scanner</name>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.archiva</groupId>
|
||||
<artifactId>archiva-consumer-api</artifactId>
|
||||
|
|
Loading…
Reference in New Issue