Skip to content

Commit

Permalink
Merge pull request #984 from apache/fic/WW-5438-weld
Browse files Browse the repository at this point in the history
WW-5438 Fixes scope of Weld dependencies
  • Loading branch information
lukaszlenart committed Jul 11, 2024
2 parents 713fd3b + 8c8bf6b commit b16ae04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-impl</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jboss.weld.se</groupId>
<artifactId>weld-se-core</artifactId>
<scope>test</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit b16ae04

Please sign in to comment.