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 10 additions and 10 deletions
Showing only changes of commit e4b38f7436 - Show all commits

20
pom.xml
View File

@ -141,18 +141,18 @@
</dependency>
<!-- java melody -->
<dependency>
<groupId>net.bull.javamelody</groupId>
<artifactId>javamelody-core</artifactId>
<version>1.82.0</version>
</dependency>
<!-- <dependency> -->
<!-- <groupId>net.bull.javamelody</groupId> -->
<!-- <artifactId>javamelody-core</artifactId> -->
<!-- <version>1.82.0</version> -->
<!-- </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>
<!-- <dependency> -->
<!-- <groupId>javax.interceptor</groupId> -->
<!-- <artifactId>javax.interceptor-api</artifactId> -->
<!-- <version>1.2.2</version> -->
<!-- </dependency> -->
<!-- weld -->
<dependency>