fix overzealous dependency trim

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@645559 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2008-04-07 15:15:24 +00:00
parent 28d9a2384a
commit 5e407428a1
2 changed files with 4 additions and 1 deletions

View File

@ -43,7 +43,6 @@
<dependency>
<groupId>javax.jdo</groupId>
<artifactId>jdo2-api</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
<build>

View File

@ -28,6 +28,10 @@
<artifactId>archiva-repository-layer</artifactId>
<name>Archiva Repository Interface Layer</name>
<dependencies>
<dependency>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-xml-tools</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-model</artifactId>