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 /sonar-core/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 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 4 |
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> |