]> source.dussan.org Git - archiva.git/commitdiff
add jpa dependency
authorOlivier Lamy <olamy@apache.org>
Tue, 21 May 2013 10:43:55 +0000 (10:43 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 21 May 2013 10:43:55 +0000 (10:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1484744 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index a544adf509c7e1b48ac57823eaeb9b12597be80e..f1eeb36ae6a8e196dd0218788144e9b4c94a16d0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>