diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-19 10:52:40 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-24 18:36:49 +0100 |
commit | cb1bf8f96e441de011ad58f6495049933a9dbace (patch) | |
tree | 63407bb1997ffa00cc3b215cdb38bd927053c664 /server/sonar-server/pom.xml | |
parent | a3f80ce874727b55c9a1ece2daf7d76c36d735ca (diff) | |
download | sonarqube-cb1bf8f96e441de011ad58f6495049933a9dbace.tar.gz sonarqube-cb1bf8f96e441de011ad58f6495049933a9dbace.zip |
SONAR-8684 Remove Rails files
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index fe686bff205..129faac8c14 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -140,10 +140,6 @@ <artifactId>picocontainer</artifactId> </dependency> <dependency> - <groupId>org.jruby</groupId> - <artifactId>jruby-complete</artifactId> - </dependency> - <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> @@ -152,10 +148,6 @@ <artifactId>commons-dbcp</artifactId> </dependency> <dependency> - <groupId>org.jruby.rack</groupId> - <artifactId>jruby-rack</artifactId> - </dependency> - <dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> </dependency> |