Removed the fork per test setting of camel-netty4 and camel-netty4-http

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

Branch: refs/heads/camel-2.14.x
Commit: 48823ddf1ab4f47a04fb461a2bb70978ac6efaef
Parents: 64389b1
Author: Willem Jiang <willem.ji...@gmail.com>
Authored: Tue Oct 14 10:41:09 2014 +0800
Committer: Willem Jiang <willem.ji...@gmail.com>
Committed: Fri Oct 17 11:26:25 2014 +0800

----------------------------------------------------------------------
 components/camel-netty4-http/pom.xml | 12 +-----------
 components/camel-netty4/pom.xml      | 12 ------------
 2 files changed, 1 insertion(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/48823ddf/components/camel-netty4-http/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-netty4-http/pom.xml 
b/components/camel-netty4-http/pom.xml
index 58074e8..bd44ef0 100644
--- a/components/camel-netty4-http/pom.xml
+++ b/components/camel-netty4-http/pom.xml
@@ -81,15 +81,5 @@
                        <scope>test</scope>
                </dependency>
     </dependencies>
-    <build>
-      <plugins>
-        <plugin>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-            <forkMode>perTest</forkMode>
-          </configuration>
-        </plugin>
-      </plugins>
-    </build>
-
+    
 </project>

http://git-wip-us.apache.org/repos/asf/camel/blob/48823ddf/components/camel-netty4/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-netty4/pom.xml b/components/camel-netty4/pom.xml
index 39dd5a0..179866b 100644
--- a/components/camel-netty4/pom.xml
+++ b/components/camel-netty4/pom.xml
@@ -90,17 +90,5 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-  
-   <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <forkMode>perTest</forkMode>
-          <enableAssertions>false</enableAssertions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 
 </project>

Reply via email to