Updated Branches: refs/heads/master fe601a969 -> 7cbedb6b2
CAMEL-5880: Removed the hack of forking always as the weired OOM caused by QuickfixjSpringTest is not given anymore. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7cbedb6b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7cbedb6b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7cbedb6b Branch: refs/heads/master Commit: 7cbedb6b26e424876dfb1e43ba6e68b859452452 Parents: fe601a9 Author: Babak Vahdat <bvah...@apache.org> Authored: Wed Aug 21 15:39:25 2013 +0200 Committer: Babak Vahdat <bvah...@apache.org> Committed: Wed Aug 21 15:39:25 2013 +0200 ---------------------------------------------------------------------- components/camel-quickfix/pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/7cbedb6b/components/camel-quickfix/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-quickfix/pom.xml b/components/camel-quickfix/pom.xml index 390d151..914bd5e 100644 --- a/components/camel-quickfix/pom.xml +++ b/components/camel-quickfix/pom.xml @@ -79,23 +79,6 @@ </exclusion> </exclusions> </dependency> - </dependencies> - <build> - <plugins> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <!-- - TODO: should fork always as otherwise running tests would cause 'java.lang.OutOfMemoryError: PermGen space'. - interestingly there's a quick & dirty solution for this which would be to remove the <filter> tag inside the - test resource QuickfixjSpringTest-context.xml then the build would run perfectly without a need to fork always! - --> - <forkMode>always</forkMode> - </configuration> - </plugin> - </plugins> - </build> - </project>