Updated TomEE modules for Arquillian to 1.7.5

Former-commit-id: 88f0afe7e2
pull/3/head
Jens Pelzetter 2020-06-25 11:53:35 +02:00
parent 5c87dc06d1
commit 703eefdfaf
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