Jiri Ondrusek created CAMEL-20566:
-------------------------------------
Summary: Jaxb version should be present in parent/pom.xml not
pom/xml
Key: CAMEL-20566
URL: https://issues.apache.org/jira/browse/CAMEL-20566
Project: Camel
Issue Type: Bug
Affects Versions: 4.5.0
Reporter: Jiri Ondrusek
Assignee: Jiri Ondrusek
I'd like to reuse a version `jaxb-core-version` in camel-quarkus project. I
noticed, that the definition of version is placed in pom.xml (not
parent/pom.xml), therefore can not be reused.
I dug up a little bit into the history and found a comment from pom.xml
{code:java}
<!-- 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 --> {code}
, which was removed during removal of maven-eclipse-plugin ( that is retired
since 2015)
Based on that comment, the fact that eclipse plugin was removed and successful
local build with the fix, I think that those version definition should be moved
to parent/pom.xml (where other version resides).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)