diff options
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r-- | sonar-batch/pom.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index db21e928a97..fdc637497e1 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -107,28 +107,6 @@ <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> |