Skip to content

Commit

Permalink
Merge pull request #726 from zbendhiba/cq-2.15.0
Browse files Browse the repository at this point in the history
Upgrade to Camel Quarkus 2.15.0
  • Loading branch information
gsmet committed Dec 12, 2022
2 parents 8f4b691 + 3404f21 commit 7e43c52
Show file tree
Hide file tree
Showing 8 changed files with 1,470 additions and 1,396 deletions.
1,423 changes: 728 additions & 695 deletions generated-platform-project/quarkus-camel/bom/pom.xml

Large diffs are not rendered by default.

Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>io.quarkiverse.cxf</groupId>
<artifactId>quarkus-cxf-test-util</artifactId>
<version>1.5.6</version>
<version>1.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-sftp</artifactId>
<version>2.8.0</version>
<version>2.9.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-scp</artifactId>
<version>2.8.0</version>
<version>2.9.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>io.quarkiverse.artemis</groupId>
<artifactId>quarkus-test-artemis</artifactId>
<version>2.0.0</version>
<version>2.0.3</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Expand Up @@ -8,6 +8,9 @@
</parent>
<artifactId>camel-quarkus-integration-test-tika</artifactId>
<name>Quarkus Platform - Camel - Integration Tests - camel-quarkus-integration-test-tika</name>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
Expand Down Expand Up @@ -166,6 +169,7 @@
<goal>build</goal>
</goals>
<configuration>
<skip>true</skip>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-tika:${camel-quarkus.version}</appArtifact>
</configuration>
</execution>
Expand Down
Expand Up @@ -16,6 +16,7 @@
<module>camel-quarkus-integration-test-file</module>
<module>camel-quarkus-integration-test-debezium</module>
<module>camel-quarkus-integration-test-kudu</module>
<module>camel-quarkus-integration-test-tika</module>
<module>camel-quarkus-integration-test-activemq</module>
<module>camel-quarkus-integration-test-amqp</module>
<module>camel-quarkus-integration-test-arangodb</module>
Expand Down Expand Up @@ -173,7 +174,6 @@
<module>camel-quarkus-integration-test-syslog</module>
<module>camel-quarkus-integration-test-tarfile</module>
<module>camel-quarkus-integration-test-telegram</module>
<module>camel-quarkus-integration-test-tika</module>
<module>camel-quarkus-integration-test-twilio</module>
<module>camel-quarkus-integration-test-twitter</module>
<module>camel-quarkus-integration-test-univocity-parsers</module>
Expand Down

0 comments on commit 7e43c52

Please sign in to comment.