From 9f2a2081b5c6f2e260bedba068052d0476f4584b Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Fri, 1 Mar 2013 08:22:40 +0100 Subject: [PATCH] Avoid the use of operating system specific functions, actually avoid exec as much as possible. --- client/pom.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 74d737d3bec..73b9847e8c2 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -273,15 +273,9 @@ - - - - - - - - - + + +