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 ce103be commit e5e1326Copy full SHA for e5e1326
drools-examples-cdi/cdi-example-scopes/pom.xml
@@ -87,6 +87,14 @@
87
<groupId>javax.inject</groupId>
88
<artifactId>javax.inject</artifactId>
89
</exclusion>
90
+ <exclusion>
91
+ <groupId>org.sonatype.plexus</groupId>
92
+ <artifactId>plexus-cipher</artifactId>
93
+ </exclusion>
94
95
96
+ <artifactId>plexus-sec-dispatcher</artifactId>
97
98
</exclusions>
99
</dependency>
100
0 commit comments