Skip to content

Commit b0169fb

Browse files
committed
kotlin-stdlib-common dependency convergence issue
1 parent a01e92c commit b0169fb

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

hadoop-project/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,12 +226,22 @@
226226
<version>${okhttp3.version}</version>
227227
<scope>test</scope>
228228
<exclusions>
229+
<exclusion>
230+
<groupId>org.jetbrains.kotlin</groupId>
231+
<artifactId>kotlin-stdlib-common</artifactId>
232+
</exclusion>
229233
<exclusion>
230234
<groupId>org.jetbrains.kotlin</groupId>
231235
<artifactId>kotlin-stdlib-jdk8</artifactId>
232236
</exclusion>
233237
</exclusions>
234238
</dependency>
239+
<dependency>
240+
<groupId>org.jetbrains.kotlin</groupId>
241+
<artifactId>kotlin-stdlib-common</artifactId>
242+
<version>${kotlin-stdlib.version}</version>
243+
<scope>test</scope>
244+
</dependency>
235245
<dependency>
236246
<groupId>org.jetbrains.kotlin</groupId>
237247
<artifactId>kotlin-stdlib-jdk8</artifactId>

0 commit comments

Comments
 (0)