Skip to content

Commit

Permalink
Upgrade to Camel Quarkus 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng committed Jun 20, 2022
1 parent 2a03681 commit 6cae32a
Show file tree
Hide file tree
Showing 17 changed files with 2,748 additions and 3,926 deletions.
2,930 changes: 1,362 additions & 1,568 deletions generated-platform-project/quarkus-camel/bom/pom.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,22 @@
<version>999-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>camel-quarkus-integration-test-msv</artifactId>
<name>Quarkus Platform - Camel - Integration Tests - camel-quarkus-integration-test-msv</name>
<artifactId>camel-quarkus-integration-test-compression-grouped</artifactId>
<name>Quarkus Platform - Camel - Integration Tests - camel-quarkus-integration-test-compression-grouped</name>
<dependencies>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-msv</artifactId>
<artifactId>camel-quarkus-integration-test-compression-grouped</artifactId>
<version>${camel-quarkus.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-msv</artifactId>
<artifactId>camel-quarkus-integration-test-compression-grouped</artifactId>
<version>${camel-quarkus.version}</version>
<type>test-jar</type>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
Expand Down Expand Up @@ -54,6 +49,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
Expand Down Expand Up @@ -83,7 +83,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<dependenciesToScan>
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-msv</dependency>
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-compression-grouped</dependency>
</dependenciesToScan>
<systemPropertyVariables>
<quarkus.http.test-port>${test.http.port.jvm}</quarkus.http.test-port>
Expand Down Expand Up @@ -145,7 +145,7 @@
</executions>
<configuration>
<dependenciesToScan>
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-msv</dependency>
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-compression-grouped</dependency>
</dependenciesToScan>
</configuration>
</plugin>
Expand All @@ -160,7 +160,7 @@
<goal>build</goal>
</goals>
<configuration>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-msv:${camel-quarkus.version}</appArtifact>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-compression-grouped:${camel-quarkus.version}</appArtifact>
</configuration>
</execution>
</executions>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<version>999-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>camel-quarkus-integration-test-jing</artifactId>
<name>Quarkus Platform - Camel - Integration Tests - camel-quarkus-integration-test-jing</name>
<artifactId>camel-quarkus-integration-test-datasonnet</artifactId>
<name>Quarkus Platform - Camel - Integration Tests - camel-quarkus-integration-test-datasonnet</name>
<dependencies>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-jing</artifactId>
<artifactId>camel-quarkus-integration-test-datasonnet</artifactId>
<version>${camel-quarkus.version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-jing</artifactId>
<artifactId>camel-quarkus-integration-test-datasonnet</artifactId>
<version>${camel-quarkus.version}</version>
<type>test-jar</type>
<classifier>tests</classifier>
Expand Down Expand Up @@ -83,7 +83,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<dependenciesToScan>
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-jing</dependency>
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-datasonnet</dependency>
</dependenciesToScan>
<systemPropertyVariables>
<quarkus.http.test-port>${test.http.port.jvm}</quarkus.http.test-port>
Expand Down Expand Up @@ -145,7 +145,7 @@
</executions>
<configuration>
<dependenciesToScan>
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-jing</dependency>
<dependency>org.apache.camel.quarkus:camel-quarkus-integration-test-datasonnet</dependency>
</dependenciesToScan>
</configuration>
</plugin>
Expand All @@ -160,7 +160,7 @@
<goal>build</goal>
</goals>
<configuration>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-jing:${camel-quarkus.version}</appArtifact>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-datasonnet:${camel-quarkus.version}</appArtifact>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.24</version>
<version>2.0.26</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Loading

0 comments on commit 6cae32a

Please sign in to comment.