diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-07-04 19:23:31 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-07-04 19:26:01 +0200 |
commit | ccb95087fd7aab08d2e8e057eecd21797ed7f9b6 (patch) | |
tree | 2bcb2aaccbe363ed93dea95e0d96e182692c264c /pom.xml | |
parent | a60604f5d250121fd594bb3d331a0f85fe889797 (diff) | |
download | sonarqube-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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |