Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-7776

updated dependency for camel-flatpack

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.14.0
    • camel-flatpack
    • Novice

    Description

      Flatpack itself is a bundle since version 3.4.X so there is no need to depend on servicemix bundle wrapping. Further flatpack is now available on mvn central.

      Dependency has to be updated in camel-flatpacks pom.xml:

      <!-- remove this dependency
      <dependency>
      <groupId>org.apache.servicemix.bundles</groupId>
      <artifactId>org.apache.servicemix.bundles.flatpack</artifactId>
      <version>${flatpack-bundle-version}</version>
      </dependency>
      -->

      to:

      <dependency>
      <groupId>net.sf.flatpack</groupId>
      <artifactId>flatpack</artifactId>
      <version>3.4.2</version>
      </dependency>

      Of course property for flatpack version should be moved into parent pom.

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            SvenNold Sven Nold
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: