Skip to content

Commit c534ac1

Browse files
authored
Fix jedis dependency
1 parent 9657fe7 commit c534ac1

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

pom.xml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,10 @@
2525
<artifactId>jedis</artifactId>
2626
<version>3.0.0</version>
2727
</dependency>
28-
29-
<!--<dependency>-->
30-
<!--<groupId>redis.clients</groupId>-->
31-
<!--<artifactId>jedis</artifactId>-->
32-
<!--<version>3.0.0</version>-->
33-
<!--<type>jar</type>-->
34-
<!--<scope>system</scope>-->
35-
<!--<systemPath>${project.basedir}/lib/jedis-3.0.0.jar</systemPath>-->
36-
<!--</dependency>-->
28+
<dependency>
29+
<groupId>com.redislabs</groupId>
30+
<artifactId>jredisearch-jedis</artifactId>
31+
<version>3.0.0-20180508</version>
32+
</dependency>
3733
</dependencies>
38-
</project>
34+
</project>

0 commit comments

Comments
 (0)