File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
src/test/kotlin/com/baeldung/retrofit Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 71
71
<scope >test</scope >
72
72
</dependency >
73
73
74
- <!-- Retrofit for network requests -->
75
- <dependency >
76
- <groupId >com.squareup.retrofit2</groupId >
77
- <artifactId >retrofit</artifactId >
78
- <version >2.9.0</version >
79
- </dependency >
80
-
81
74
<!-- Retrofit Gson Converter -->
82
75
<dependency >
83
76
<groupId >com.squareup.retrofit2</groupId >
84
77
<artifactId >converter-gson</artifactId >
85
78
<version >2.9.0</version >
86
79
</dependency >
87
80
88
- <!-- OkHttp (used internally by Retrofit) -->
89
- <dependency >
90
- <groupId >com.squareup.okhttp3</groupId >
91
- <artifactId >okhttp</artifactId >
92
- <version >4.9.3</version >
93
- </dependency >
94
-
95
- <!-- Kotlin Coroutines -->
96
- <dependency >
97
- <groupId >org.jetbrains.kotlinx</groupId >
98
- <artifactId >kotlinx-coroutines-core</artifactId >
99
- <version >1.6.0</version >
100
- </dependency >
101
81
</dependencies >
102
82
103
83
<properties >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments