aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-18 00:25:11 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-18 11:52:18 +0200
commit9fb4133b607bb0a47376df86db11262375c8d9f4 (patch)
treec2438abab8febdbd824ffdd298dab126a4ee484a /sonar-batch/pom.xml
parent021bf45623b748e70f20d956e86d595191241786 (diff)
downloadsonarqube-9fb4133b607bb0a47376df86db11262375c8d9f4.tar.gz
sonarqube-9fb4133b607bb0a47376df86db11262375c8d9f4.zip
Drop Hibernate from server
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r--sonar-batch/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index 5396ebe1448..c1b2b197c32 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -107,6 +107,28 @@
<artifactId>freemarker</artifactId>
</dependency>
+ <!-- hibernate -->
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-annotations</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-commons-annotations</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-entitymanager</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>geronimo-spec</groupId>
+ <artifactId>geronimo-spec-jta</artifactId>
+ </dependency>
+
<!-- unit tests -->
<dependency>
<groupId>org.codehaus.sonar</groupId>