Skip to content

Commit f0111fb

Browse files
committed
KTLN-860: Fixed unit tests
Signed-off-by: Diego Torres <[email protected]>
1 parent 48c8b1d commit f0111fb

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

kotlin-libraries-http/pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -71,33 +71,13 @@
7171
<scope>test</scope>
7272
</dependency>
7373

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-
8174
<!-- Retrofit Gson Converter -->
8275
<dependency>
8376
<groupId>com.squareup.retrofit2</groupId>
8477
<artifactId>converter-gson</artifactId>
8578
<version>2.9.0</version>
8679
</dependency>
8780

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>
10181
</dependencies>
10282

10383
<properties>

0 commit comments

Comments
 (0)