aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-07-04 19:23:31 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-07-04 19:26:01 +0200
commitccb95087fd7aab08d2e8e057eecd21797ed7f9b6 (patch)
tree2bcb2aaccbe363ed93dea95e0d96e182692c264c /sonar-core/pom.xml
parenta60604f5d250121fd594bb3d331a0f85fe889797 (diff)
downloadsonarqube-ccb95087fd7aab08d2e8e057eecd21797ed7f9b6.tar.gz
sonarqube-ccb95087fd7aab08d2e8e057eecd21797ed7f9b6.zip
SONAR-4470 Performance issue when migrating DB from 3.5 to 3.6 (mainly with Oracle)
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r--sonar-core/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index c7c65fa9e66..7047fc7d230 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -61,6 +61,10 @@
<artifactId>commons-dbcp</artifactId>
</dependency>
<dependency>
+ <groupId>commons-dbutils</groupId>
+ <artifactId>commons-dbutils</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-classworlds</artifactId>
</dependency>