Skip to content

Commit 2c8c96b

Browse files
authored
Force okhttp logging interceptor(apache-spark-on-k8s#337)
1 parent 2bc8faf commit 2c8c96b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dev/deps/spark-deps-hadoop-palantir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ leveldbjni-all-1.8.jar
172172
libfb303-0.9.3.jar
173173
libthrift-0.9.3.jar
174174
log4j-1.2.17.jar
175-
logging-interceptor-3.8.1.jar
175+
logging-interceptor-3.9.1.jar
176176
lz4-java-1.4.0.jar
177177
machinist_2.11-0.6.1.jar
178178
macro-compat_2.11-1.1.1.jar

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,11 @@
358358
<artifactId>okhttp</artifactId>
359359
<version>${okhttp3.version}</version>
360360
</dependency>
361+
<dependency>
362+
<groupId>com.squareup.okhttp3</groupId>
363+
<artifactId>logging-interceptor</artifactId>
364+
<version>${okhttp3.version}</version>
365+
</dependency>
361366
<dependency>
362367
<groupId>com.squareup.okhttp</groupId>
363368
<artifactId>okhttp</artifactId>

0 commit comments

Comments
 (0)