diff options
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/pom.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index 457bfa77dbb..4374b542758 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -30,7 +30,6 @@ <dependency> <groupId>com.squareup.okhttp</groupId> <artifactId>okhttp</artifactId> - <version>${okhttp.version}</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> @@ -52,7 +51,6 @@ <dependency> <groupId>com.squareup.okhttp</groupId> <artifactId>mockwebserver</artifactId> - <version>${okhttp.version}</version> <scope>test</scope> </dependency> </dependencies> |