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

[camel-quarkus] branch master updated: chore: cleanup poms

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6b7ba88  chore: cleanup poms
6b7ba88 is described below

commit 6b7ba8811cfe2004f1ef9716dcf7ff50b16c8b8a
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Fri Dec 6 09:54:49 2019 +0100

    chore: cleanup poms
---
 integration-tests/pom.xml | 14 ++++++++++++++
 poms/build-parent/pom.xml | 17 ++---------------
 2 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index fe1c863..7d71a17 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -37,6 +37,8 @@
         <ftpserver.version>1.1.1</ftpserver.version>
         <sshd.version>2.3.0</sshd.version>
         <testcontainers.version>1.12.0</testcontainers.version>
+        <mock-javamail.version>1.9</mock-javamail.version>
+        <hapi.version>4.1.0</hapi.version>
     </properties>
 
     <dependencyManagement>
@@ -75,6 +77,7 @@
                 <artifactId>quarkus-core-deployment</artifactId>
                 <version>${quarkus.version}</version>
             </dependency>
+
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-kahadb-store</artifactId>
@@ -120,6 +123,17 @@
                 <artifactId>kafka</artifactId>
                 <version>${testcontainers.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.jvnet.mock-javamail</groupId>
+                <artifactId>mock-javamail</artifactId>
+                <version>${mock-javamail.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>javax.mail</groupId>
+                        <artifactId>mail</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
diff --git a/poms/build-parent/pom.xml b/poms/build-parent/pom.xml
index 4ea7620..9455da8 100644
--- a/poms/build-parent/pom.xml
+++ b/poms/build-parent/pom.xml
@@ -34,9 +34,6 @@
     <description>Maven plugins configuration</description>
 
     <properties>
-        <mock-javamail.version>1.9</mock-javamail.version>
-        <hapi.version>4.1.0</hapi.version>
-
         <!-- maven-surefire-plugin -->
         <failIfNoTests>false</failIfNoTests>
 
@@ -44,6 +41,7 @@
         <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
         <docker-maven-plugin.version>0.3.0</docker-maven-plugin.version>
         <directory-maven-plugin.version>0.3.1</directory-maven-plugin.version>
+        <formatter-maven-plugin.version>2.10.0</formatter-maven-plugin.version>
     </properties>
 
     <dependencyManagement>
@@ -56,17 +54,6 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <dependency>
-                <groupId>org.jvnet.mock-javamail</groupId>
-                <artifactId>mock-javamail</artifactId>
-                <version>${mock-javamail.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>javax.mail</groupId>
-                        <artifactId>mail</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
         </dependencies>
     </dependencyManagement>
     <build>
@@ -181,7 +168,7 @@
             <plugin>
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
-                <version>2.10.0</version>
+                <version>${formatter-maven-plugin.version}</version>
                 <executions>
                     <execution>
                         <goals>