Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Declare jedis and commons-pool2 as optional dependencies #80
Browse files Browse the repository at this point in the history
Jedis and commons-pool2 are now optional dependencies as logstash-gelf works without jedis when not using the Redis transport.
  • Loading branch information
mp911de committed May 19, 2016
1 parent 3ccbe64 commit 4dfec6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,14 @@
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>${jedis.version}</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>${jedis-commons-pool2.version}</version>
<optional>true</optional>
</dependency>

<!--JBoss Logging -->
Expand Down

0 comments on commit 4dfec6f

Please sign in to comment.