8000 Update Liberty Container with reference clients · coder1650/javaee7-samples@4ec30e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ec30e2

Browse files
committed
Update Liberty Container with reference clients
1 parent 5135f03 commit 4ec30e2

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

pom.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,8 +872,32 @@
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>

0 commit comments

Comments
 (0)
0