diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-18 00:25:11 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-18 11:52:18 +0200 |
commit | 9fb4133b607bb0a47376df86db11262375c8d9f4 (patch) | |
tree | c2438abab8febdbd824ffdd298dab126a4ee484a /sonar-batch/pom.xml | |
parent | 021bf45623b748e70f20d956e86d595191241786 (diff) | |
download | sonarqube-9fb4133b607bb0a47376df86db11262375c8d9f4.tar.gz sonarqube-9fb4133b607bb0a47376df86db11262375c8d9f4.zip |
Drop Hibernate from server
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r-- | sonar-batch/pom.xml | 22 |
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> |