We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01e92c commit b0169fbCopy full SHA for b0169fb
1 file changed
hadoop-project/pom.xml
@@ -226,12 +226,22 @@
226
<version>${okhttp3.version}</version>
227
<scope>test</scope>
228
<exclusions>
229
+ <exclusion>
230
+ <groupId>org.jetbrains.kotlin</groupId>
231
+ <artifactId>kotlin-stdlib-common</artifactId>
232
+ </exclusion>
233
<exclusion>
234
<groupId>org.jetbrains.kotlin</groupId>
235
<artifactId>kotlin-stdlib-jdk8</artifactId>
236
</exclusion>
237
</exclusions>
238
</dependency>
239
+ <dependency>
240
241
242
+ <version>${kotlin-stdlib.version}</version>
243
+ <scope>test</scope>
244
+ </dependency>
245
<dependency>
246
247
0 commit comments