Skip to content

Commit b376ada

Browse files
committed
2 parents 06dbcfb + a05d7eb commit b376ada

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

pom.xml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -772,36 +772,42 @@
772772
<id>liberty-managed-arquillian</id>
773773

774774
<dependencies>
775-
<dependency>
775+
<dependency>
776776
<groupId>org.jboss.arquillian.container</groupId>
777777
<artifactId>arquillian-wlp-managed-8.5</artifactId>
778778
<version>1.0.0.Beta2</version>
779-
</dependency>
780-
<dependency>
779+
</dependency>
780+
<dependency>
781781
<groupId>org.glassfish.tyrus</groupId>
782782
<artifactId>tyrus-client</artifactId>
783783
<version>1.3</version>
784784
<scope>test</scope>
785-
</dependency>
786-
<dependency>
785+
</dependency>
786+
<dependency>
787787
<groupId>org.glassfish</groupId>
788788
<artifactId>javax.json</artifactId>
789789
<version>1.0.4</version>
790790
<scope>test</scope>
791-
</dependency>
792-
<dependency>
791+
</dependency>
792+
<dependency>
793793
<groupId>org.glassfish.tyrus</groupId>
794794
<artifactId>tyrus-container-grizzly-client</artifactId>
795795
<version>1.3</version>
796796
<scope>test</scope>
797797
</dependency>
798-
<dependency>
798+
<dependency>
799799
<groupId>org.glassfish.jersey.core</groupId>
800800
<artifactId>jersey-client</artifactId>
801801
<version>2.4</version>
802802
<scope>test</scope>
803803
</dependency>
804-
</dependencies>
804+
<dependency>
805+
<groupId>org.glassfish.jersey.media</groupId>
806+
<artifactId>jersey-media-json-processing</artifactId>
807+
<version>2.4</version>
808+
<scope>test</scope>
809+
</dependency>
810+
</dependencies>
805811

806812
<build>
807813
<plugins>

0 commit comments

Comments
 (0)