Skip to content

Commit 387a944

Browse files
authored
Merge pull request #1 from gkorland/patch-1
Fix jedis dependency
2 parents 9657fe7 + ffee843 commit 387a944

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

pom.xml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,9 @@
2121
<version>2.0</version>
2222
</dependency>
2323
<dependency>
24-
<groupId>redis.clients</groupId>
25-
<artifactId>jedis</artifactId>
26-
<version>3.0.0</version>
24+
<groupId>com.redislabs</groupId>
25+
<artifactId>jredisearch-jedis</artifactId>
26+
<version>3.0.0-20180508</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>-->
3728
</dependencies>
38-
</project>
29+
</project>

0 commit comments

Comments
 (0)