improving service
This commit is contained in:
parent
d6498f19be
commit
a3382ff578
7
pom.xml
7
pom.xml
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue