You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2018/08/02 16:41:42 UTC

[camel] branch camel-2.22.x updated (cd6871f -> 830ecd1)

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

jamesnetherton pushed a change to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from cd6871f  CAMEL-12705: Remove unused imports
     new 93279b0  CAMEL-12692: Regen
     new 830ecd1  CAMEL-12707: Make docker integration test profiles respect skipTests property

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bom/camel-bom/pom.xml                        | 5 +++++
 components/camel-consul/pom.xml              | 4 ++--
 components/camel-spring-cloud-consul/pom.xml | 4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)


[camel] 02/02: CAMEL-12707: Make docker integration test profiles respect skipTests property

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 830ecd15aceb4a1c869544065ca06870acfaab6c
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Aug 2 17:41:13 2018 +0100

    CAMEL-12707: Make docker integration test profiles respect skipTests property
---
 components/camel-consul/pom.xml              | 4 ++--
 components/camel-spring-cloud-consul/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/components/camel-consul/pom.xml b/components/camel-consul/pom.xml
index ada3d62..e1650d7 100644
--- a/components/camel-consul/pom.xml
+++ b/components/camel-consul/pom.xml
@@ -138,7 +138,7 @@
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <skipTests>false</skipTests>
+              <skipTests>${skipTests}</skipTests>
               <systemPropertyVariables>
                 <visibleassertions.silence>true</visibleassertions.silence>
               </systemPropertyVariables>
@@ -161,7 +161,7 @@
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <skipTests>false</skipTests>
+              <skipTests>${skipTests}</skipTests>
               <systemPropertyVariables>
                 <visibleassertions.silence>true</visibleassertions.silence>
               </systemPropertyVariables>
diff --git a/components/camel-spring-cloud-consul/pom.xml b/components/camel-spring-cloud-consul/pom.xml
index 87df102..d3fea2e 100644
--- a/components/camel-spring-cloud-consul/pom.xml
+++ b/components/camel-spring-cloud-consul/pom.xml
@@ -166,7 +166,7 @@
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <skipTests>false</skipTests>
+              <skipTests>${skipTests}</skipTests>
               <systemPropertyVariables>
                 <visibleassertions.silence>true</visibleassertions.silence>
               </systemPropertyVariables>
@@ -189,7 +189,7 @@
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <skipTests>false</skipTests>
+              <skipTests>${skipTests}</skipTests>
               <systemPropertyVariables>
                 <visibleassertions.silence>true</visibleassertions.silence>
               </systemPropertyVariables>


[camel] 01/02: CAMEL-12692: Regen

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch camel-2.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 93279b0d25064fd901954791a329d042d1e6233b
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Aug 2 17:40:48 2018 +0100

    CAMEL-12692: Regen
---
 bom/camel-bom/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 006d8d7..2958669 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -78,6 +78,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-as2</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-asn1</artifactId>
         <version>${project.version}</version>
       </dependency>