Skip to content

Commit b41160d

Browse files
committed
runtime-v2: remove redundant dependency
maven-share-plugin complained about overlapping classes between javax.activation-1.2.0.jar and javax.activation-api-1.2.0.jar.
1 parent ff4b8e7 commit b41160d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

runtime/v2/runner/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@
200200
<dependency>
201201
<groupId>javax.xml.bind</groupId>
202202
<artifactId>jaxb-api</artifactId>
203+
<exclusions>
204+
<exclusion>
205+
<groupId>javax.activation</groupId>
206+
<artifactId>javax.activation-api</artifactId>
207+
</exclusion>
208+
</exclusions>
203209
</dependency>
204210
<dependency>
205211
<groupId>com.sun.xml.bind</groupId>

0 commit comments

Comments
 (0)