File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 772
772
<id >liberty-managed-arquillian</id >
773
773
774
774
<dependencies >
775
- <dependency >
775
+ <dependency >
776
776
<groupId >org.jboss.arquillian.container</groupId >
777
777
<artifactId >arquillian-wlp-managed-8.5</artifactId >
778
778
<version >1.0.0.Beta2</version >
779
- </dependency >
780
- <dependency >
779
+ </dependency >
780
+ <dependency >
781
781
<groupId >org.glassfish.tyrus</groupId >
782
782
<artifactId >tyrus-client</artifactId >
783
783
<version >1.3</version >
784
784
<scope >test</scope >
785
- </dependency >
786
- <dependency >
785
+ </dependency >
786
+ <dependency >
787
787
<groupId >org.glassfish</groupId >
788
788
<artifactId >javax.json</artifactId >
789
789
<version >1.0.4</version >
790
790
<scope >test</scope >
791
- </dependency >
792
- <dependency >
791
+ </dependency >
792
+ <dependency >
793
793
<groupId >org.glassfish.tyrus</groupId >
794
794
<artifactId >tyrus-container-grizzly-client</artifactId >
795
795
<version >1.3</version >
796
796
<scope >test</scope >
797
797
</dependency >
798
- <dependency >
798
+ <dependency >
799
799
<groupId >org.glassfish.jersey.core</groupId >
800
800
<artifactId >jersey-client</artifactId >
801
801
<version >2.4</version >
802
802
<scope >test</scope >
803
803
</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 >
805
811
806
812
<build >
807
813
<plugins >
You can’t perform that action at this time.
0 commit comments