File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
src/main/java/com/cevheri/blog/service/medium Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 106
106
</dependencyManagement >
107
107
108
108
<dependencies >
109
-
109
+ <dependency >
110
+ <groupId >com.squareup.okhttp3</groupId >
111
+ <artifactId >okhttp-urlconnection</artifactId >
112
+ <version >4.9.3</version >
113
+ <scope >compile</scope >
114
+ </dependency >
115
+ <dependency >
116
+ <groupId >com.squareup.okhttp3</groupId >
117
+ <artifactId >okhttp</artifactId >
118
+ <version >4.9.3</version >
119
+ </dependency >
110
120
<dependency >
111
121
<groupId >ch.qos.logback</groupId >
112
122
<artifactId >logback-classic</artifactId >
Original file line number Diff line number Diff line change 1
1
package com .cevheri .blog .service .medium ;
2
2
3
3
import com .fasterxml .jackson .databind .ObjectMapper ;
4
- import org .testcontainers .shaded .okhttp3 .*;
4
+ import okhttp3 .*;
5
+
5
6
6
7
import java .io .IOException ;
7
8
Original file line number Diff line number Diff line change 1
1
package com .cevheri .blog .service .medium ;
2
2
3
3
import com .fasterxml .jackson .databind .ObjectMapper ;
4
- import org . testcontainers . shaded . okhttp3 .*;
4
+ import okhttp3 .*;
5
5
6
6
import java .io .IOException ;
7
7
import java .util .Arrays ;
You can’t perform that action at this time.
0 commit comments