aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-06-27 17:31:44 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-07-11 12:09:16 +0200
commite087cc91969df3e16be5be1dc421ffb0f2be830e (patch)
tree952019e129ef9ab4b0b0809d4e4291963bf9ad94 /sonar-ws/pom.xml
parentb653291c29b67f522ff167ae51cf0ab0ddd7bf30 (diff)
downloadsonarqube-e087cc91969df3e16be5be1dc421ffb0f2be830e.tar.gz
sonarqube-e087cc91969df3e16be5be1dc421ffb0f2be830e.zip
SONAR-7741 upgrade OK HTTP to 3.3.1
Diffstat (limited to 'sonar-ws/pom.xml')
-rw-r--r--sonar-ws/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml
index 553c52f8314..bdb55eb3106 100644
--- a/sonar-ws/pom.xml
+++ b/sonar-ws/pom.xml
@@ -27,7 +27,7 @@
<artifactId>guava</artifactId>
</dependency>
<dependency>
- <groupId>com.squareup.okhttp</groupId>
+ <groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
</dependency>
<dependency>
@@ -54,7 +54,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.squareup.okhttp</groupId>
+ <groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<scope>test</scope>
</dependency>