diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-24 21:50:19 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-07-24 21:50:19 +0200 |
commit | f07a28f60ad0cc18f4e318109389032fb30bba06 (patch) | |
tree | 0829512c5500ba10048ff7134cca1efe0d161a89 /sonar-batch-protocol/pom.xml | |
parent | cde4bd7a61e5a9a8c27d115f07f53b691445d0ff (diff) | |
download | sonarqube-f07a28f60ad0cc18f4e318109389032fb30bba06.tar.gz sonarqube-f07a28f60ad0cc18f4e318109389032fb30bba06.zip |
SONAR-4898 move sonar-server-app to sonar-server
Diffstat (limited to 'sonar-batch-protocol/pom.xml')
-rw-r--r-- | sonar-batch-protocol/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml index e596ef0ab90..35cc8af069a 100644 --- a/sonar-batch-protocol/pom.xml +++ b/sonar-batch-protocol/pom.xml @@ -14,11 +14,6 @@ <dependencies> <dependency> - <groupId>com.esotericsoftware.kryo</groupId> - <artifactId>kryo</artifactId> - <version>2.24.0</version> - </dependency> - <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> </dependency> |