You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/07/05 09:25:24 UTC

[2/3] camel git commit: CAMEL-10118: Enabled mongodb tests after check

CAMEL-10118: Enabled mongodb tests after check


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/65c4ff82
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/65c4ff82
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/65c4ff82

Branch: refs/heads/master
Commit: 65c4ff826a58bf118cddec3b3b248a3e3896beab
Parents: b62c5de
Author: Nicola Ferraro <ni...@gmail.com>
Authored: Tue Jul 5 10:43:53 2016 +0200
Committer: Nicola Ferraro <ni...@gmail.com>
Committed: Tue Jul 5 10:43:53 2016 +0200

----------------------------------------------------------------------
 tests/camel-itest-spring-boot/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/65c4ff82/tests/camel-itest-spring-boot/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-spring-boot/pom.xml b/tests/camel-itest-spring-boot/pom.xml
index cf3afd3..38a6eb1 100644
--- a/tests/camel-itest-spring-boot/pom.xml
+++ b/tests/camel-itest-spring-boot/pom.xml
@@ -133,11 +133,6 @@
                     <childDelegation>false</childDelegation>
                     <forkedProcessTimeoutInSeconds>15000</forkedProcessTimeoutInSeconds>
                     <rerunFailingTestsCount>0</rerunFailingTestsCount>
-                    <excludes>
-                        <!-- For Mongodb and MongodbGridfs, spring-boot 1.3.5.RELEASE asks for an unnecessary additional library -->
-                        <exclude>org.apache.camel.itest.springboot.CamelMongodbTest</exclude>
-                        <exclude>org.apache.camel.itest.springboot.CamelMongodbGridfsTest</exclude>
-                    </excludes>
                     <includes>
                         <include>**/*Test.java</include>
                     </includes>