Skip to content

Commit e5e1326

Browse files
committed
Exclude dependencies from test dependency.
1 parent ce103be commit e5e1326

File tree

1 file changed

+8
-0
lines changed
  • drools-examples-cdi/cdi-example-scopes

1 file changed

+8
-0
lines changed

drools-examples-cdi/cdi-example-scopes/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@
8787
<groupId>javax.inject</groupId>
8888
<artifactId>javax.inject</artifactId>
8989
</exclusion>
90+
<exclusion>
91+
<groupId>org.sonatype.plexus</groupId>
92+
<artifactId>plexus-cipher</artifactId>
93+
</exclusion>
94+
<exclusion>
95+
<groupId>org.sonatype.plexus</groupId>
96+
<artifactId>plexus-sec-dispatcher</artifactId>
97+
</exclusion>
9098
</exclusions>
9199
</dependency>
92100

0 commit comments

Comments
 (0)