aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-02 20:13:22 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-02 21:29:42 +0200
commit29ae9b385a7bf720ae89637582c862df43b7fd0d (patch)
treec42098461a73b77d0fa8f2d91b09dac10250efdc /sonar-plugin-api/pom.xml
parent25ff4124dbb2e2e5455fe94a4726c8b4d841f860 (diff)
downloadsonarqube-29ae9b385a7bf720ae89637582c862df43b7fd0d.tar.gz
sonarqube-29ae9b385a7bf720ae89637582c862df43b7fd0d.zip
SONAR-6588 drop db connection from batch
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r--sonar-plugin-api/pom.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml
index c8d352db49a..bb4634befcb 100644
--- a/sonar-plugin-api/pom.xml
+++ b/sonar-plugin-api/pom.xml
@@ -124,28 +124,6 @@
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
-
-
- <!-- TODO we can't remove hibernate-annotations, because currently it's used
- moreover it contains transitive dependency on dom4j, which is used in some plugins
- -->
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-annotations</artifactId>
- <scope>provided</scope>
- <exclusions>
- <exclusion>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
-
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>