added weld support

This commit is contained in:
Fabio Sinibaldi 2020-10-13 16:28:00 +02:00
parent 7a9edfa796
commit 07cc61f096
1 changed files with 8 additions and 0 deletions

View File

@ -127,6 +127,14 @@
<artifactId>jersey-cdi1x</artifactId>
</dependency>
<!-- WELD -->
<dependency>
<groupId>org.glassfish.jersey.ext.cdi</groupId>
<artifactId>jersey-weld2-se</artifactId>
</dependency>
<!-- swagger -->
<!-- <dependency> -->