This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new a6baf54  Explicitly set jakarta-jaxb-version property placeholder
a6baf54 is described below

commit a6baf54dfa85666fe8925965446c321da7e0c5b3
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu May 7 07:59:21 2020 +0200

    Explicitly set jakarta-jaxb-version property placeholder
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 165a1d1..5aa46fba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,6 +124,7 @@
         <groovy-version>3.0.3</groovy-version>
         <hadoop2-version>2.7.4</hadoop2-version>
         
<infinispan-spring-boot-version>2.2.3.Final</infinispan-spring-boot-version>
+        <jakarta-jaxb-version>2.3.2</jakarta-jaxb-version>
         <jaxb-version>2.3.0</jaxb-version>
         <jetty9-version>9.4.20.v20190813</jetty9-version>
         <kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version>

Reply via email to