Skip to content

Commit 901eb4c

Browse files
committed
Exclude java-cup-runtime from weka-dev
The weka-dev artifact depends on both java-cup and java-cup-runtime, but java-cup is a superset of java-cup-runtime.
1 parent 2cad800 commit 901eb4c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3824,6 +3824,11 @@
38243824
<groupId>com.github.fommil.netlib</groupId>
38253825
<artifactId>all</artifactId>
38263826
</exclusion>
3827+
<exclusion>
3828+
<!-- Conflicts with com.github.vbmacher:java-cup -->
3829+
<groupId>com.github.vbmacher</groupId>
3830+
<artifactId>java-cup-runtime</artifactId>
3831+
</exclusion>
38273832
<exclusion>
38283833
<groupId>com.googlecode.netlib-java</groupId>
38293834
<artifactId>netlib-java</artifactId>

0 commit comments

Comments
 (0)