feature_23113 #4

Merged
francesco.mangiacrapa merged 58 commits from feature_23113 into master 2022-04-06 09:59:06 +02:00
1 changed files with 14 additions and 6 deletions
Showing only changes of commit 169ca49479 - Show all commits

View File

@ -147,6 +147,14 @@
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.interceptor/javax.interceptor-api -->
<dependency>
<groupId>javax.interceptor</groupId>
<artifactId>javax.interceptor-api</artifactId>
<version>1.2.2</version>
</dependency>
<!-- weld -->
<dependency>
<groupId>javax.enterprise</groupId>