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 6335fcb  Polished
6335fcb is described below

commit 6335fcb686a5fb839865de903c430f8468e0a542
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Mar 2 11:01:26 2020 +0100

    Polished
---
 components/camel-weka/pom.xml | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/components/camel-weka/pom.xml b/components/camel-weka/pom.xml
index dea87fc..525aec8 100644
--- a/components/camel-weka/pom.xml
+++ b/components/camel-weka/pom.xml
@@ -17,7 +17,8 @@
     limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -25,13 +26,14 @@
         <groupId>org.apache.camel</groupId>
         <version>3.2.0-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>camel-weka</artifactId>
 
     <name>Camel :: Weka</name>
     <description>Camel Weka support</description>
 
     <dependencies>
+
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-support</artifactId>
@@ -40,12 +42,13 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-file</artifactId>
         </dependency>
+
         <dependency>
-               <groupId>io.nessus.weka</groupId>
-               <artifactId>nessus-weka-api</artifactId>
-               <version>${nessus-weka-version}</version>
+            <groupId>io.nessus.weka</groupId>
+            <artifactId>nessus-weka-api</artifactId>
+            <version>${nessus-weka-version}</version>
         </dependency>
-        
+
         <!-- Test -->
         <dependency>
             <groupId>org.apache.camel</groupId>
@@ -73,7 +76,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    
+
     <repositories>
         <repository>
             <id>jboss.thirdparty</id>

Reply via email to