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 a0cf0575a8ebab297385c5a1d10f2ff8aea90701
Author: Babak Vahdat <bvah...@apache.org>
AuthorDate: Wed Aug 14 22:51:09 2019 +0200

    Revert "polish"
    
    This reverts commit ac218558d1fde1f4fe2139178359b53312e4ec32.
---
 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 c926b52..b073fe1 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>apt</artifactId>
+            <artifactId>camel-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-api</artifactId>
+            <artifactId>apt</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>

Reply via email to