We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9657fe7 commit c534ac1Copy full SHA for c534ac1
pom.xml
@@ -25,14 +25,10 @@
25
<artifactId>jedis</artifactId>
26
<version>3.0.0</version>
27
</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>-->
+ <dependency>
+ <groupId>com.redislabs</groupId>
+ <artifactId>jredisearch-jedis</artifactId>
+ <version>3.0.0-20180508</version>
+ </dependency>
37
</dependencies>
38
-</project>
+</project>
0 commit comments