Skip to content

Commit ccd7a7a

Browse files
committed
Jedis 4
1 parent 4c87775 commit ccd7a7a

File tree

315 files changed

+38499
-32132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

315 files changed

+38499
-32132
lines changed

pom.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,22 @@
6060
<groupId>org.apache.commons</groupId>
6161
<artifactId>commons-pool2</artifactId>
6262
<version>2.11.1</version>
63-
<type>jar</type>
64-
<scope>compile</scope>
63+
</dependency>
64+
<dependency>
65+
<groupId>org.json</groupId>
66+
<artifactId>json</artifactId>
67+
<version>20210307</version>
68+
</dependency>
69+
<dependency>
70+
<groupId>com.google.code.gson</groupId>
71+
<artifactId>gson</artifactId>
72+
<version>2.8.8</version>
6573
</dependency>
6674

6775
<dependency>
6876
<groupId>junit</groupId>
6977
<artifactId>junit</artifactId>
7078
<version>4.13.1</version>
71-
<type>jar</type>
7279
<scope>test</scope>
7380
</dependency>
7481
<dependency>
@@ -144,6 +151,7 @@
144151
<systemPropertyVariables>
145152
<redis-hosts>${redis-hosts}</redis-hosts>
146153
</systemPropertyVariables>
154+
<!--<trimStackTrace>false</trimStackTrace>-->
147155
</configuration>
148156
</plugin>
149157
<plugin>

0 commit comments

Comments
 (0)