Skip to content

Commit

Permalink
Merge pull request #547 from gsmet/quarkus-2.9.1
Browse files Browse the repository at this point in the history
Quarkus 2.9.1.Final
  • Loading branch information
gsmet authored May 17, 2022
2 parents c3255b2 + 62cdda6 commit a3fffa7
Show file tree
Hide file tree
Showing 12 changed files with 2,752 additions and 2,092 deletions.
8 changes: 4 additions & 4 deletions generated-platform-project/quarkus-camel/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -359,17 +359,17 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.7.1</version>
<version>2.8.3</version>
</dependency>
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<version>1.5.3</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-support</artifactId>
<version>0.10.0</version>
<version>0.14.0</version>
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
Expand Down Expand Up @@ -10561,7 +10561,7 @@
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threetenbp</artifactId>
<version>1.5.2</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.web3j</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
</parent>
<artifactId>camel-quarkus-integration-test-csimple</artifactId>
<name>Quarkus Platform - Camel - Integration Tests - camel-quarkus-integration-test-csimple</name>
<properties>
<maven.test.skip>true</maven.test.skip>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
Expand Down Expand Up @@ -160,6 +163,7 @@
<goal>build</goal>
</goals>
<configuration>
<skip>true</skip>
<appArtifact>org.apache.camel.quarkus:camel-quarkus-integration-test-csimple:${camel-quarkus.version}</appArtifact>
</configuration>
</execution>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<name>Quarkus Platform - Camel - Integration Tests - Parent</name>
<modules>
<module>camel-quarkus-integration-test-cassandraql</module>
<module>camel-quarkus-integration-test-csimple</module>
<module>camel-quarkus-integration-test-kafka-oauth</module>
<module>camel-quarkus-integration-test-file</module>
<module>camel-quarkus-integration-test-debezium</module>
Expand Down Expand Up @@ -40,7 +41,6 @@
<module>camel-quarkus-integration-test-core-discovery-disabled</module>
<module>camel-quarkus-integration-test-couchdb</module>
<module>camel-quarkus-integration-test-crypto</module>
<module>camel-quarkus-integration-test-csimple</module>
<module>camel-quarkus-integration-test-csv</module>
<module>camel-quarkus-integration-test-dataformat</module>
<module>camel-quarkus-integration-test-dataformats-json</module>
Expand Down
Loading

0 comments on commit a3fffa7

Please sign in to comment.