File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 872
872
<groupId >org.jboss.arquillian.container</groupId >
873
873
<artifactId >arquillian-wlp-managed-8.5</artifactId >
874
874
<version >1.0.0.Beta2</version >
875
+ </dependency >
876
+ <dependency >
877
+ <groupId >org.glassfish.tyrus</groupId >
878
+ <artifactId >tyrus-client</artifactId >
879
+ <version >1.3</version >
880
+ <scope >test</scope >
881
+ </dependency >
882
+ <dependency >
883
+ <groupId >org.glassfish</groupId >
884
+ <artifactId >javax.json</artifactId >
885
+ <version >1.0.4</version >
886
+ <scope >test</scope >
887
+ </dependency >
888
+ <dependency >
889
+ <groupId >org.glassfish.tyrus</groupId >
890
+ <artifactId >tyrus-container-grizzly-client</artifactId >
891
+ <version >1.3</version >
892
+ <scope >test</scope >
875
893
</dependency >
876
- </dependencies >
894
+ <dependency >
895
+ <groupId >org.glassfish.jersey.core</groupId >
896
+ <artifactId >jersey-client</artifactId >
897
+ <version >2.4</version >
898
+ <scope >test</scope >
899
+ </dependency >
900
+ </dependencies >
877
901
878
902
<build >
879
903
<plugins >
You can’t perform that action at this time.
0 commit comments