This is an automated email from the ASF dual-hosted git repository. pascalschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 0561a55 Revert "Update JaxB to version 2.3.1 and remove outdated comments related to JaxB version.", because jaxb-core 2.3.1 does not exists. 0561a55 is described below commit 0561a55bb699e682f39fb976967eea3f236698dd Author: Pascal Schumacher <pascalschumac...@gmx.net> AuthorDate: Wed Oct 17 08:28:09 2018 +0200 Revert "Update JaxB to version 2.3.1 and remove outdated comments related to JaxB version.", because jaxb-core 2.3.1 does not exists. This reverts commit d7eb5e6db7d6d520ca89aee96acea4d09193cb40. --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index db09e97..01d9684 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,9 @@ <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent --> <surefire.version>${maven-surefire-plugin-version}</surefire.version> - <jaxb-version>2.3.1</jaxb-version> + <!-- eclipse plugin need the jaxb in this pom.xml file --> + <!-- Make sure to keep JAXB version up to date in parent/pom.xml in the bottom of the file --> + <jaxb-version>2.3.0</jaxb-version> <errorprone-version>2.5</errorprone-version> <mycila-license-version>3.0</mycila-license-version> <gmavenplus-plugin-version>1.5</gmavenplus-plugin-version>