Skip to content

Commit 559b796

Browse files
committed
Exclude jetbrains annotations dependency from kotlin-stdlib.
1 parent d81cd5a commit 559b796

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,17 @@
291291
<artifactId>kotlin-reflect</artifactId>
292292
<optional>true</optional>
293293
</dependency>
294+
<dependency>
295+
<groupId>org.jetbrains.kotlin</groupId>
296+
<artifactId>kotlin-stdlib</artifactId>
297+
<optional>true</optional>
298+
<exclusions>
299+
<exclusion>
300+
<groupId>org.jetbrains</groupId>
301+
<artifactId>annotations</artifactId>
302+
</exclusion>
303+
</exclusions>
304+
</dependency>
294305
<dependency>
295306
<groupId>org.jetbrains.kotlin</groupId>
296307
<artifactId>kotlin-stdlib-jdk8</artifactId>

0 commit comments

Comments
 (0)