summaryrefslogtreecommitdiffstats
path: root/vespajlib/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 /vespajlib/pom.xml
parentd37abf742d3fa48ad564ab72689c91a1a1c81209 (diff)
Add a configurable process executor based on commons-exec.
Diffstat (limited to 'vespajlib/pom.xml')
-rw-r--r--vespajlib/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index 0282cc94ff6..1d9bdfb452d 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -79,6 +79,10 @@
<artifactId>jackson-databind</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-exec</artifactId>
+ </dependency>
</dependencies>
<build>
<plugins>