You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/03/06 07:41:55 UTC

[camel-quarkus] 01/01: Upgrade to Quarkus 1.3.0.CR1

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch quarkus-master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit fc4bd959318d213fa8e9eb03c2650ce08bfbefbb
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Mar 6 07:40:44 2020 +0000

    Upgrade to Quarkus 1.3.0.CR1
---
 integration-tests/infinispan/pom.xml | 5 +++++
 pom.xml                              | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/integration-tests/infinispan/pom.xml b/integration-tests/infinispan/pom.xml
index d20bd1a..e4f51fb 100644
--- a/integration-tests/infinispan/pom.xml
+++ b/integration-tests/infinispan/pom.xml
@@ -82,6 +82,11 @@
         </dependency>
         <dependency>
             <groupId>org.infinispan</groupId>
+            <artifactId>infinispan-component-annotations</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.infinispan</groupId>
             <artifactId>infinispan-server-hotrod</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
diff --git a/pom.xml b/pom.xml
index 9013464..cd89f9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
         <camel.version>3.1.0</camel.version>
         <guava.version>26.0-jre</guava.version>
         <hapi.version>4.1.0</hapi.version>
-        <quarkus.version>1.3.0.Alpha2</quarkus.version>
+        <quarkus.version>1.3.0.CR1</quarkus.version>
         <httpmime.version>4.1.3</httpmime.version>
         <jackson.version>2.10.2</jackson.version>
         <jetty.version>9.4.18.v20190429</jetty.version>