Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-17574

properties in camel-dependencies not getting aligned

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • camel-quarkus-2.2-GA
    • Camel-3
    • None
    • False
    • False
    • % %
    • Todo

    Description

      James brought up that the properties in camel-dependencies (https://github.com/jboss-fuse/camel/blob/camel-3.11.1-branch/camel-dependencies/pom.xml#L37-L582) end up unaligned at the end of the build.    

      The way PNC alignment works is that PNC looks at dependency entries, and if you have a property specified for a version (ex : cassandra-version) the property will be changed :

      <dependency>
       <groupId>org.apache.cassandra</groupId>
       <artifactId>cassandra-all</artifactId>
       <version>${cassandra-version}</version>
       </dependency>

      camel-dependencies is an edge case in that there are no dependencies within it, so nothing is getting aligned.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tcunning@redhat.com Thomas Cunningham
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: