Skip to content

Commit

Permalink
Merge pull request #1 from gkorland/patch-1
Browse files Browse the repository at this point in the history
Fix jedis dependency
  • Loading branch information
swilly22 authored Aug 7, 2018
2 parents 9657fe7 + ffee843 commit 387a944
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,9 @@
<version>2.0</version>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.0.0</version>
<groupId>com.redislabs</groupId>
<artifactId>jredisearch-jedis</artifactId>
<version>3.0.0-20180508</version>
</dependency>

<!--<dependency>-->
<!--<groupId>redis.clients</groupId>-->
<!--<artifactId>jedis</artifactId>-->
<!--<version>3.0.0</version>-->
<!--<type>jar</type>-->
<!--<scope>system</scope>-->
<!--<systemPath>${project.basedir}/lib/jedis-3.0.0.jar</systemPath>-->
<!--</dependency>-->
</dependencies>
</project>
</project>

0 comments on commit 387a944

Please sign in to comment.