This is an automated email from the ASF dual-hosted git repository.
jlmonteiro 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 22e7c1e Revert OpenAPI upgrade as it generates a StackOverflow
22e7c1e is described below
commit 22e7c1ea11b41a0aae262bad7ef16b7bf10dc696
Author: Jean-Louis Monteiro <[email protected]>
AuthorDate: Tue Jan 15 18:21:26 2019 +0100
Revert OpenAPI upgrade as it generates a StackOverflow
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2c2da1c..ccc5f7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@
<microprofile.rest-client.version>1.1</microprofile.rest-client.version>
<microprofile.rest-client.impl.version>${cxf.version}</microprofile.rest-client.impl.version>
<microprofile.openapi.version>1.0.1</microprofile.openapi.version>
-
<microprofile.openapi.impl.version>1.0.4</microprofile.openapi.impl.version>
+
<microprofile.openapi.impl.version>1.0.3</microprofile.openapi.impl.version>
<microprofile.opentracing.version>1.1</microprofile.opentracing.version>
<microprofile.opentracing.impl.version>1.0.0</microprofile.opentracing.impl.version>
<opentracing.api>0.31.0</opentracing.api>