diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-11-17 20:49:06 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-11-30 11:10:13 +0100 |
commit | 1511b9d96b1690428bd794d13209183e56e26f15 (patch) | |
tree | 603db39cdf8232a5168e64ea628fbe6ba33423d8 /sonar-application/pom.xml | |
parent | 7c5e4417d36b93690629df5fe398028e38740b81 (diff) | |
download | sonarqube-1511b9d96b1690428bd794d13209183e56e26f15.tar.gz sonarqube-1511b9d96b1690428bd794d13209183e56e26f15.zip |
SONAR-7959 Remove ppc64 arch from wrapper
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index c5f6fe98360..d050696f4d7 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -122,13 +122,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.sonatype.jsw-binaries</groupId> - <artifactId>jsw-binaries</artifactId> - <version>3.2.3.6</version> - <type>tar.gz</type> - <scope>provided</scope> - </dependency> - <dependency> <!-- do not upgrade because of licensing change --> <groupId>tanukisoft</groupId> <artifactId>wrapper</artifactId> |