Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-2552

Maven dependencies added to pom uses explicit (raw) version numbers

XMLWordPrintable

      When working Camel Context (visual tooling) the maven dependency entry added automatically when you drag a new Camel Component to the design area should not use the <version>x.y.z</version>

          <dependency>
            <groupId>org.apache.camel</groupId>
            <artifactId>camel-cxf-starter</artifactId>
            <version>2.18.1.redhat-000012</version>
          </dependency>
      

      as the pom.xml generated by the Fuse Tooling Wizard uses the Fuse BOM:

        <properties>
          <camel.version>2.18.1.redhat-000015</camel.version>
          <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
          <version.maven-bundle-plugin>3.2.0</version.maven-bundle-plugin>
          <jboss.fuse.bom.version>6.3.0.redhat-283</jboss.fuse.bom.version>
          <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        </properties>
      

            Unassigned Unassigned
            rafael.soares Rafael Soares
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: