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 8fa6041 commit 9870de4Copy full SHA for 9870de4
samples/jersey/pet-store/pom.xml
@@ -48,6 +48,18 @@
48
<version>${jersey.version}</version>
49
</dependency>
50
51
+ <dependency>
52
+ <groupId>org.glassfish.jersey.inject</groupId>
53
+ <artifactId>jersey-hk2</artifactId>
54
+ <version>${jersey.version}</version>
55
+ <exclusions>
56
+ <exclusion>
57
+ <groupId>javax.inject</groupId>
58
+ <artifactId>javax.inject</artifactId>
59
+ </exclusion>
60
+ </exclusions>
61
+ </dependency>
62
+
63
<!-- https://mvnrepository.com/artifact/io.symphonia/lambda-logging -->
64
<dependency>
65
<groupId>io.symphonia</groupId>
0 commit comments