From 4dfec6f3409d8191730c95eefdc9caa95e1a0bf5 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 19 May 2016 14:55:33 +0200 Subject: [PATCH] Declare jedis and commons-pool2 as optional dependencies #80 Jedis and commons-pool2 are now optional dependencies as logstash-gelf works without jedis when not using the Redis transport. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 9ececabb3..5912f542b 100644 --- a/pom.xml +++ b/pom.xml @@ -327,12 +327,14 @@ redis.clients jedis ${jedis.version} + true org.apache.commons commons-pool2 ${jedis-commons-pool2.version} + true