Repository: camel Updated Branches: refs/heads/master e34eef70e -> 8cd7ceb7b
camel-netty4-http fork the vm per test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8cd7ceb7 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8cd7ceb7 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8cd7ceb7 Branch: refs/heads/master Commit: 8cd7ceb7b611098740cafe886c7e6959c1e96d8c Parents: e34eef7 Author: Willem Jiang <willem.ji...@gmail.com> Authored: Sun Sep 7 16:59:22 2014 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Sun Sep 7 16:59:22 2014 +0800 ---------------------------------------------------------------------- components/camel-netty4-http/pom.xml | 35 +++++++++++++++++++------------ 1 file changed, 22 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8cd7ceb7/components/camel-netty4-http/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-netty4-http/pom.xml b/components/camel-netty4-http/pom.xml index 47e8269..f680b7a 100644 --- a/components/camel-netty4-http/pom.xml +++ b/components/camel-netty4-http/pom.xml @@ -62,17 +62,17 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <!-- for testing rest-dsl --> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-jackson</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-jaxb</artifactId> - <scope>test</scope> - </dependency> + <!-- for testing rest-dsl --> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-jackson</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-jaxb</artifactId> + <scope>test</scope> + </dependency> <!-- logging --> <dependency> @@ -80,7 +80,16 @@ <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> - - </dependencies> + </dependencies> + <build> + <plugins> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <forkMode>perTest</forkMode> + </configuration> + </plugin> + </plugins> + </build> </project>