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 974f53b commit a8f52fcCopy full SHA for a8f52fc
pom.xml
@@ -56,7 +56,9 @@
56
<version>${jersey.version}</version>
57
</dependency>
58
59
- <!-- Jersey client Dependency injection IoC framework -->
+ <!-- Jersey client dependency - as of version 2.26 HK2 hard dependency is removed.
60
+ Therefore Jersey HK2 custom InjectionManagerFactory implementation is required.
61
+ Details: https://stackoverflow.com/questions/44088493/jersey-stopped-working-with-injectionmanagerfactory-not-found -->
62
<dependency>
63
<groupId>org.glassfish.jersey.inject</groupId>
64
<artifactId>jersey-hk2</artifactId>
@@ -129,7 +131,6 @@
129
131
</dependencies>
130
132
133
<!-- all of the below is needed for releasing -->
-
134
<build>
135
<plugins>
136
0 commit comments