Skip to content

Commit

Permalink
update the version of weld
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Gross committed Dec 13, 2024
1 parent c2fda1a commit efb5a75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-services/deploy/spring-framework-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-spi</artifactId>
<version>3.1.SP1</version>
<version>${version.weld-test}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.weld.module</groupId>
<artifactId>weld-web</artifactId>
<version>3.0.0.CR2</version>
<version>${version.weld-test}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit efb5a75

Please sign in to comment.