File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 </dependency >
9797
9898 <dependency >
99- <groupId >com.squareup.retrofit2 </groupId >
100- <artifactId >retrofit </artifactId >
99+ <groupId >com.squareup.okio </groupId >
100+ <artifactId >okio </artifactId >
101101 </dependency >
102102
103103 <dependency >
104104 <groupId >com.squareup.okhttp3</groupId >
105105 <artifactId >okhttp</artifactId >
106+ <exclusions >
107+ <exclusion >
108+ <groupId >com.squareup.okio</groupId >
109+ <artifactId >okio</artifactId >
110+ </exclusion >
111+ </exclusions >
112+ </dependency >
113+
114+ <dependency >
115+ <groupId >com.squareup.retrofit2</groupId >
116+ <artifactId >retrofit</artifactId >
117+ <exclusions >
118+ <exclusion >
119+ <groupId >com.squareup.okhttp3</groupId >
120+ <artifactId >okhttp</artifactId >
121+ </exclusion >
122+ </exclusions >
106123 </dependency >
107124
108125 <dependency >
109126 <groupId >com.squareup.okhttp3</groupId >
110127 <artifactId >logging-interceptor</artifactId >
128+ <exclusions >
129+ <exclusion >
130+ <groupId >com.squareup.okhttp3</groupId >
131+ <artifactId >okhttp</artifactId >
132+ </exclusion >
133+ </exclusions >
111134 </dependency >
112135
113136 <dependency >
Original file line number Diff line number Diff line change 101101 <dependency >
102102 <groupId >com.squareup.retrofit2</groupId >
103103 <artifactId >adapter-rxjava2</artifactId >
104+ <exclusions >
105+ <exclusion >
106+ <groupId >com.squareup.okhttp3</groupId >
107+ <artifactId >okhttp</artifactId >
108+ </exclusion >
109+ <exclusion >
110+ <groupId >com.squareup.retrofit2</groupId >
111+ <artifactId >retrofit</artifactId >
112+ </exclusion >
113+ <exclusion >
114+ <groupId >io.reactivex.rxjava2</groupId >
115+ <artifactId >rxjava</artifactId >
116+ </exclusion >
117+ </exclusions >
104118 </dependency >
105119
106120 <dependency >
Original file line number Diff line number Diff line change 127127 <artifactId >rxjava</artifactId >
128128 </dependency >
129129
130- <dependency >
131- <groupId >com.squareup.okio</groupId >
132- <artifactId >okio</artifactId >
133- </dependency >
134-
135130 <dependency >
136131 <groupId >io.swagger</groupId >
137132 <artifactId >swagger-annotations</artifactId >
You can’t perform that action at this time.
0 commit comments