Skip to content

Commit 2e46056

Browse files
committed
removed uneeded lib directory and change the POM to work with local jedis 3 that should be installed manually
1 parent 50bf8b3 commit 2e46056

File tree

6 files changed

+0
-2
lines changed

6 files changed

+0
-2
lines changed

lib/commons-pool2-2.4.2.jar

-109 KB
Binary file not shown.

lib/hamcrest-core-1.3.jar

-44 KB
Binary file not shown.

lib/jedis-3.0.0-sources.jar

-158 KB
Binary file not shown.

lib/jedis-3.0.0.jar

-544 KB
Binary file not shown.

lib/junit-4.12.jar

-308 KB
Binary file not shown.

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
<groupId>redis.clients</groupId>
1313
<artifactId>jedis</artifactId>
1414
<version>3.0.0-SNAPSHOT</version>
15-
<scope>system</scope>
16-
<systemPath>${project.basedir}/lib/jedis-3.0.0.jar</systemPath>
1715
</dependency>
1816
<dependency>
1917
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)