Skip to content

Commit 1f943a3

Browse files
author
Marcus Linke
committed
Enable all tests again
1 parent 6e2a702 commit 1f943a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<jdk.target>1.7</jdk.target>
5050

5151
<jersey.version>2.11</jersey.version>
52-
<jackson-jaxrs.version>2.6.4</jackson-jaxrs.version>
52+
<jackson-jaxrs.version>2.1.2</jackson-jaxrs.version>
5353
<httpclient.version>4.3.1</httpclient.version>
5454
<commons-compress.version>1.5</commons-compress.version>
5555
<commons-codec.version>1.8</commons-codec.version>
@@ -391,7 +391,7 @@
391391
</goals>
392392
<configuration>
393393
<groups>integration</groups>
394-
<excludedGroups>ignoreInCircleCi</excludedGroups>
394+
<!-- <excludedGroups>ignoreInCircleCi</excludedGroups> -->
395395
<includes>
396396
<include>**/*Test.java</include>
397397
</includes>

0 commit comments

Comments
 (0)