diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-02-16 16:59:08 +0300 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-02-21 00:10:55 +0300 |
commit | 4dbfb6d655ee368db2b27767a7f532074d52a7be (patch) | |
tree | 860cf43d972958479cc3d5af08c450be2e6705e1 /sonar-application/pom.xml | |
parent | ede312df67174193caae2ec087a5319a36e0d647 (diff) | |
download | sonarqube-4dbfb6d655ee368db2b27767a7f532074d52a7be.tar.gz sonarqube-4dbfb6d655ee368db2b27767a7f532074d52a7be.zip |
SONAR-2163 Change service wrapper
* Use JSW binaries from Sonatype
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 949cc837479..cf4f63b6262 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -216,5 +216,18 @@ <version>${project.version}</version> <scope>runtime</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> + <groupId>tanukisoft</groupId> + <artifactId>wrapper</artifactId> + <version>3.2.3</version> + <scope>runtime</scope> + </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |