You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/11/17 17:48:54 UTC

[tomee] branch master updated: Fix test

This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f1580b  Fix test
2f1580b is described below

commit 2f1580b26168ff1e884680117866a1f859680bbd
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Tue Nov 17 17:48:22 2020 +0000

    Fix test
---
 examples/mvc-resteasy/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/examples/mvc-resteasy/pom.xml b/examples/mvc-resteasy/pom.xml
index 09a8564..317768f 100644
--- a/examples/mvc-resteasy/pom.xml
+++ b/examples/mvc-resteasy/pom.xml
@@ -118,6 +118,12 @@
       <version>${tomee.version}</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>4.4.7</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.arquillian.graphene</groupId>
       <artifactId>graphene-webdriver</artifactId>
       <version>${version.graphene.webdriver}</version>