File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 872872 <groupId >org.jboss.arquillian.container</groupId >
873873 <artifactId >arquillian-wlp-managed-8.5</artifactId >
874874 <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 >
875893 </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 >
877901
878902 <build >
879903 <plugins >
You can’t perform that action at this time.
0 commit comments