aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2021-05-27 15:10:28 +0200
committersonartech <sonartech@sonarsource.com>2021-05-28 20:21:38 +0000
commit95d416a5748d0dd9255d730b6ebf357c5edc628e (patch)
tree4d6a6d5771494d9d59f81e0a544ad1d4f4719bdf /server/sonar-db-migration
parent2fb8b360e3eb2252ea9c2e3f984f1ddd0130fc90 (diff)
downloadsonarqube-95d416a5748d0dd9255d730b6ebf357c5edc628e.tar.gz
sonarqube-95d416a5748d0dd9255d730b6ebf357c5edc628e.zip
SONAR-14882 Remove Staxmate and Woodstox dependencies from plugin API
Diffstat (limited to 'server/sonar-db-migration')
-rw-r--r--server/sonar-db-migration/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-db-migration/build.gradle b/server/sonar-db-migration/build.gradle
index bdf5e2b38d1..466b47e251b 100644
--- a/server/sonar-db-migration/build.gradle
+++ b/server/sonar-db-migration/build.gradle
@@ -10,6 +10,7 @@ dependencies {
compile 'com.google.guava:guava'
compile 'commons-lang:commons-lang'
compile 'commons-codec:commons-codec'
+ compile 'com.fasterxml.staxmate:staxmate'
compile 'org.picocontainer:picocontainer'
compile project(':server:sonar-db-core')