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

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


The following commit(s) were added to refs/heads/main by this push:
     new 67168959c13 Polished
67168959c13 is described below

commit 67168959c135c3441cbd3dba784280d4d28699dd
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Jul 28 12:47:58 2022 +0200

    Polished
---
 components/camel-hyperledger-aries/pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/components/camel-hyperledger-aries/pom.xml 
b/components/camel-hyperledger-aries/pom.xml
index 17a96f29903..64d0f0776ca 100644
--- a/components/camel-hyperledger-aries/pom.xml
+++ b/components/camel-hyperledger-aries/pom.xml
@@ -33,16 +33,17 @@
     <packaging>jar</packaging>
 
        <dependencies>
+
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-support</artifactId>
+        </dependency>
         <dependency>
             <groupId>io.nessus.aries</groupId>
             <artifactId>nessus-aries-common</artifactId>
             <version>${nessus-hyperledger-aries-version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-support</artifactId>
-        </dependency>
-        
+
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-test-junit5</artifactId>

Reply via email to