mirror of https://github.com/apache/archiva.git
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:
parent
28d9a2384a
commit
5e407428a1
|
@ -43,7 +43,6 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.jdo</groupId>
|
<groupId>javax.jdo</groupId>
|
||||||
<artifactId>jdo2-api</artifactId>
|
<artifactId>jdo2-api</artifactId>
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
|
|
|
@ -28,6 +28,10 @@
|
||||||
<artifactId>archiva-repository-layer</artifactId>
|
<artifactId>archiva-repository-layer</artifactId>
|
||||||
<name>Archiva Repository Interface Layer</name>
|
<name>Archiva Repository Interface Layer</name>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.archiva</groupId>
|
||||||
|
<artifactId>archiva-xml-tools</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.archiva</groupId>
|
<groupId>org.apache.archiva</groupId>
|
||||||
<artifactId>archiva-model</artifactId>
|
<artifactId>archiva-model</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue