Skip to content

Commit 719445b

Browse files
jansupolsenivam
authored andcommitted
Enable tests/osgi/functional Jackson dependency
Signed-off-by: jansupol <[email protected]>
1 parent 4aa8007 commit 719445b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/osgi/functional/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@
208208
<version>${httpclient.version}</version>
209209
</dependency>
210210

211-
<!-- <dependency>-->
212-
<!-- <groupId>org.glassfish.jersey.media</groupId>-->
213-
<!-- <artifactId>jersey-media-json-jackson</artifactId>-->
214-
<!-- <scope>test</scope>-->
215-
<!-- </dependency>-->
211+
<dependency>
212+
<groupId>org.glassfish.jersey.media</groupId>
213+
<artifactId>jersey-media-json-jackson</artifactId>
214+
<scope>test</scope>
215+
</dependency>
216216
<dependency>
217217
<groupId>org.glassfish.jersey.media</groupId>
218218
<artifactId>jersey-media-json-jettison</artifactId>

0 commit comments

Comments
 (0)