We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6abf314 + 32d1dc0 commit 52d6112Copy full SHA for 52d6112
pom.xml
@@ -86,6 +86,10 @@
86
<groupId>org.jetbrains.kotlin</groupId>
87
<artifactId>kotlin-reflect</artifactId>
88
</exclusion>
89
+ <exclusion>
90
+ <groupId>org.jetbrains.kotlin</groupId>
91
+ <artifactId>kotlin-stdlib</artifactId>
92
+ </exclusion>
93
</exclusions>
94
</dependency>
95
<dependency>
@@ -261,7 +265,7 @@
261
265
<plugin>
262
266
<groupId>org.apache.maven.plugins</groupId>
263
267
<artifactId>maven-enforcer-plugin</artifactId>
264
- <version>3.0.0-M3</version>
268
+ <version>3.0.0</version>
269
<executions>
270
<execution>
271
<id>enforce</id>
0 commit comments