GitHub user josehenriqueventura opened a pull request:
https://github.com/apache/tomee/pull/260
TOMEE-2291 - MicroProfile Fault Tolerance Example for @Retry
pom.xml
- Removed parent examples
- Added properties to hold the versions of which libraries in use.
- Added maven-war-plugin with failOnMissingWebXml to false.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/josehenriqueventura/tomee
fix-pom-faulttolerance-retry
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomee/pull/260.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #260
----
commit 3e84f2261b315082b92e7bc68599ba50dc98ee75
Author: josehenriqueventura <jose.ventura@...>
Date: 2018-12-07T17:30:12Z
TOMEE-2291 - MicroProfile Fault Tolerance Example for @Retry
pom.xml
- Removed parent examples
- Added properties to hold the versions of which libraries in use.
- Added maven-war-plugin with failOnMissingWebXml to false.
----
---