aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7823fecb393..e8450774379 100644
--- a/pom.xml
+++ b/pom.xml
@@ -685,6 +685,11 @@
<version>1.3.9</version>
</dependency>
<dependency>
+ <groupId>commons-dbutils</groupId>
+ <artifactId>commons-dbutils</artifactId>
+ <version>1.5</version>
+ </dependency>
+ <dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>