improving service

This commit is contained in:
Luca Frosini 2024-05-30 12:18:54 +02:00
parent d6498f19be
commit a3382ff578
1 changed files with 7 additions and 0 deletions

View File

@ -129,6 +129,13 @@
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-cdi2-se</artifactId>
</dependency>
<!-- One of jersey-hk2 or jersey-cdi2-se is needed to allow ResourceIntializer working -->
<!-- <dependency>-->
<!-- <groupId>org.glassfish.jersey.inject</groupId>-->
<!-- <artifactId>jersey-hk2</artifactId>-->
<!-- </dependency>-->
<!-- add jackson as json provider -->