You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/12/09 13:05:43 UTC

[camel] branch master updated: CAMEL-14268: Upgrade to smallrye-config 1.5. Use the new groupId name

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f01a61f  CAMEL-14268: Upgrade to smallrye-config 1.5. Use the new groupId name
f01a61f is described below

commit f01a61f4f55ae928e28f3d8eb0e12edadb364409
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Dec 9 14:05:29 2019 +0100

    CAMEL-14268: Upgrade to smallrye-config 1.5. Use the new groupId name
---
 components/camel-microprofile-config/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-microprofile-config/pom.xml b/components/camel-microprofile-config/pom.xml
index 4bb6dd5..c05ecb1 100644
--- a/components/camel-microprofile-config/pom.xml
+++ b/components/camel-microprofile-config/pom.xml
@@ -59,7 +59,7 @@
         </dependency>
 
         <dependency>
-            <groupId>io.smallrye</groupId>
+            <groupId>io.smallrye.config</groupId>
             <artifactId>smallrye-config</artifactId>
             <version>${smallrye-config-version}</version>
             <scope>test</scope>