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:
Olivier Lamy 2012-03-10 19:46:45 +00:00
parent 86931f78c3
commit 2fbd26375b
1 changed files with 4 additions and 0 deletions

View File

@ -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>