This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 80c680239623087027be9f74fe45ffa0f14d7461 Author: Pascal Schumacher <[email protected]> AuthorDate: Tue Oct 16 20:48:21 2018 +0200 Update JaxB to version 2.3.1 and remove outdated comments related to JaxB version. --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d39506e..fcd1bee 100644 --- a/pom.xml +++ b/pom.xml @@ -57,9 +57,7 @@ <!-- 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> - <!-- 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> + <jaxb-version>2.3.1</jaxb-version> <errorprone-version>2.5</errorprone-version> <mycila-license-version>3.0</mycila-license-version> <gmavenplus-plugin-version>1.5</gmavenplus-plugin-version>
