Xilai Dai created CAMEL-13241:
---------------------------------

             Summary: Missing backport-util-concurrent-version property defined 
in the parent pom.xml
                 Key: CAMEL-13241
                 URL: https://issues.apache.org/jira/browse/CAMEL-13241
             Project: Camel
          Issue Type: Bug
          Components: karaf
    Affects Versions: 2.23.1
         Environment: Java 8
            Reporter: Xilai Dai


This property is somehow removed from the parent pom.xml

{code}
<backport-util-concurrent-version>3.1</backport-util-concurrent-version>
{code}

As consequence, we have wrong camel-ical feature generated from the 
apache-camel-2.23.1-features.xml

{code}
<feature name="camel-ical" version="2.23.1" resolver="(obr)" start-level="50">
    <feature version="2.23.1">camel-core</feature>
    <bundle dependency="true">mvn:commons-lang/commons-lang/2.6</bundle>
    <bundle dependency="true">mvn:commons-codec/commons-codec/1.11</bundle>
    <bundle 
dependency="true">wrap:mvn:backport-util-concurrent/backport-util-concurrent/${backport-util-concurrent-version}$Bundle-SymbolicName=backport-util-concurrent.backport-util-concurrent&Bundle-Version=${backport-util-concurrent-version}</bundle>
    <bundle dependency="true">mvn:org.mnode.ical4j/ical4j/1.0.7</bundle>
    <bundle>mvn:org.apache.camel/camel-ical/2.23.1</bundle>
</feature>
{code}

This property come back again after the CAMEL-13002 fixed by Guillaume but only 
on the master branch. On camel-2.23.x branch it still has to be fixed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to