passed to cdi-api 2.0

This commit is contained in:
Francesco Mangiacrapa 2022-03-24 14:49:48 +01:00
parent 5f5901845c
commit 841909d09a
1 changed files with 2 additions and 1 deletions

View File

@ -152,12 +152,13 @@
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>1.1</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.jboss.weld.servlet</groupId>
<artifactId>weld-servlet-core</artifactId>
<version>3.1.0.Final</version>
<!-- <version>2.2.10.Final</version> -->
</dependency>
<dependency>