[
https://issues.apache.org/jira/browse/CAMEL-7776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sven Nold updated CAMEL-7776:
-----------------------------
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.
was:
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.1</version>
</dependency>
Of course property for flatpack version should be moved into parent pom.
> updated dependency for camel-flatpack
> -------------------------------------
>
> Key: CAMEL-7776
> URL: https://issues.apache.org/jira/browse/CAMEL-7776
> Project: Camel
> Issue Type: Improvement
> Components: camel-flatpack
> Reporter: Sven Nold
> Labels: flatpack
> Fix For: 2.15.0
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)