Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP [KARAF-6489] Upgrade to Camel 2.24.2 & CXF 3.3.4 #104

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions collector/rest/pom.xml
Expand Up @@ -33,10 +33,6 @@
<packaging>bundle</packaging>
<name>Apache Karaf :: Decanter :: Collector :: REST</name>

<properties>
<cxf.version>3.2.6</cxf.version>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.karaf.decanter</groupId>
Expand Down Expand Up @@ -118,4 +114,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
6 changes: 1 addition & 5 deletions collector/soap/pom.xml
Expand Up @@ -33,10 +33,6 @@
<packaging>bundle</packaging>
<name>Apache Karaf :: Decanter :: Collector :: SOAP</name>

<properties>
<cxf.version>3.2.6</cxf.version>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.karaf.decanter</groupId>
Expand Down Expand Up @@ -111,4 +107,4 @@
</plugins>
</build>

</project>
</project>
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -39,9 +39,10 @@
<baseline.skip>true</baseline.skip>

<activemq.version>5.15.10</activemq.version>
<camel.version>2.16.2</camel.version>
<camel.version>2.24.2</camel.version>
<cassandra.version>3.11.4</cassandra.version>
<cassandra.driver.version>4.1.0</cassandra.driver.version>
<cxf.version>3.3.4</cxf.version>
<elasticsearch1.version>1.7.4</elasticsearch1.version>
<elasticsearch1.bundle.version>1.7.4_1</elasticsearch1.bundle.version>
<elasticsearch22.version>2.2.0</elasticsearch22.version>
Expand Down