We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4112d commit 06a1498Copy full SHA for 06a1498
pom.xml
@@ -59,6 +59,21 @@
59
<artifactId>jersey-media-json-jackson</artifactId>
60
<version>2.27</version>
61
</dependency>
62
+ <dependency>
63
+ <groupId>org.glassfish.jersey.core</groupId>
64
+ <artifactId>jersey-server</artifactId>
65
+ <version>2.27</version>
66
+ </dependency>
67
68
+ <groupId>org.glassfish.jersey.containers</groupId>
69
+ <artifactId>jersey-container-grizzly2-http</artifactId>
70
71
72
73
+ <groupId>org.glassfish.jersey.inject</groupId>
74
+ <artifactId>jersey-hk2</artifactId>
75
76
77
<dependency>
78
<groupId>com.rabbitmq</groupId>
79
<artifactId>amqp-client</artifactId>
0 commit comments