summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@yahoo-inc.com>2017-03-02 00:15:38 +0100
committergjoranv <gv@yahoo-inc.com>2017-03-02 00:29:09 +0100
commitf238d6793d32e139b1c3f17857da6ea492ed2c70 (patch)
tree10b971bdecfa4265f90edcc44fc3b0a134a307ab /pom.xml
parentd37abf742d3fa48ad564ab72689c91a1a1c81209 (diff)
Add a configurable process executor based on commons-exec.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7775ea5a6f9..1ec0f6951bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -534,6 +534,11 @@
<version>1.8</version>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-exec</artifactId>
+ <version>1.3</version>
+ </dependency>
+ <dependency>
<groupId>io.airlift</groupId>
<artifactId>airline</artifactId>
<version>0.7</version>