Skip to content

Commit

Permalink
Exclude dependencies from test dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldimir committed Mar 22, 2024
1 parent ce103be commit e5e1326
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drools-examples-cdi/cdi-example-scopes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</exclusion>
<exclusion>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-cipher</artifactId>
</exclusion>
<exclusion>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-sec-dispatcher</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit e5e1326

Please sign in to comment.