Updated TomEE modules for Arquillian to 1.7.5

ccm-docs
Jens Pelzetter 2020-06-25 11:53:35 +02:00
parent 4a30ae58ff
commit 8f608e33bc
1 changed files with 9 additions and 9 deletions

18
pom.xml
View File

@ -812,15 +812,15 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.openejb</groupId> <groupId>org.apache.openejb</groupId>
<artifactId>arquillian-tomee-remote</artifactId> <artifactId>arquillian-tomee-remote</artifactId>
<version>1.7.3</version> <version>1.7.5</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.openejb</groupId> <groupId>org.apache.openejb</groupId>
<artifactId>apache-tomee</artifactId> <artifactId>apache-tomee</artifactId>
<version>1.7.3</version> <version>1.7.5</version>
</dependency> </dependency>
<!-- <!--
JaCoCo is used to measure the test coverage JaCoCo is used to measure the test coverage