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 7cb2b1f commit 78063eeCopy full SHA for 78063ee
pom.xml
@@ -1533,6 +1533,22 @@
1533
<groupId>org.tomlj</groupId>
1534
<artifactId>tomlj</artifactId>
1535
</exclude>
1536
+ <exclude>
1537
+ <groupId>org.mozilla</groupId>
1538
+ <artifactId>rhino</artifactId>
1539
+ </exclude>
1540
1541
+ <groupId>org.sonatype.sisu</groupId>
1542
+ <artifactId>sisu-inject-plexus</artifactId>
1543
1544
1545
1546
+ <artifactId>sisu-inject-bean</artifactId>
1547
1548
1549
1550
+ <artifactId>sisu-guice</artifactId>
1551
1552
</excludes>
1553
</configuration>
1554
<executions>
0 commit comments