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.
1 parent 2cad800 commit 901eb4cCopy full SHA for 901eb4c
1 file changed
pom.xml
@@ -3824,6 +3824,11 @@
3824
<groupId>com.github.fommil.netlib</groupId>
3825
<artifactId>all</artifactId>
3826
</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>
3832
<exclusion>
3833
<groupId>com.googlecode.netlib-java</groupId>
3834
<artifactId>netlib-java</artifactId>
0 commit comments