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:
Olivier Lamy 2013-05-21 10:43:55 +00:00
parent 491aeb849d
commit 81af14c206
1 changed files with 5 additions and 0 deletions

View File

@ -1131,6 +1131,11 @@
<artifactId>commons-logging-api</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jpa_2.0_spec</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>