You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2019/08/14 21:32:28 UTC

[camel] 02/04: polish

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

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

commit 4665b506125920852cd63c780d22c7f5bd3f2e81
Author: Babak Vahdat <bv...@apache.org>
AuthorDate: Wed Aug 14 21:10:03 2019 +0200

    polish
---
 core/camel-core/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-core/pom.xml b/core/camel-core/pom.xml
index b073fe1..c926b52 100644
--- a/core/camel-core/pom.xml
+++ b/core/camel-core/pom.xml
@@ -61,11 +61,11 @@
         <!-- required dependencies by camel-core -->
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-api</artifactId>
+            <artifactId>apt</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>apt</artifactId>
+            <artifactId>camel-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>