mirror of https://github.com/apache/archiva.git
add jpa dependency
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1484744 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
491aeb849d
commit
81af14c206
5
pom.xml
5
pom.xml
|
@ -1131,6 +1131,11 @@
|
||||||
<artifactId>commons-logging-api</artifactId>
|
<artifactId>commons-logging-api</artifactId>
|
||||||
<version>1.1</version>
|
<version>1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.geronimo.specs</groupId>
|
||||||
|
<artifactId>geronimo-jpa_2.0_spec</artifactId>
|
||||||
|
<version>1.1</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
<artifactId>servlet-api</artifactId>
|
<artifactId>servlet-api</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue