Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 2c71701

Browse files
committed
#3602: missing jersey-hk2 dependency in webapp quickstart archetype.
Change-Id: If4af6115b9e6048f89093c5c772aa4fe2fb67e0a
1 parent 3b31506 commit 2c71701

File tree

1 file changed

+4
-0
lines changed
  • archetypes/jersey-quickstart-webapp/src/main/resources/archetype-resources

1 file changed

+4
-0
lines changed

archetypes/jersey-quickstart-webapp/src/main/resources/archetype-resources/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
<!-- use the following artifactId if you don't need servlet 2.x compatibility -->
4545
<!-- artifactId>jersey-container-servlet</artifactId -->
4646
</dependency>
47+
<dependency>
48+
<groupId>org.glassfish.jersey.inject</groupId>
49+
<artifactId>jersey-hk2</artifactId>
50+
</dependency>
4751
<!-- uncomment this to get JSON support
4852
<dependency>
4953
<groupId>org.glassfish.jersey.media</groupId>

0 commit comments

Comments
 (0)