File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
extensions-contrib/redis-cache
sql/src/test/java/org/apache/druid/quidem Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 4949 <dependency >
5050 <groupId >redis.clients</groupId >
5151 <artifactId >jedis</artifactId >
52- <version >7.0.0</version >
5352 </dependency >
5453 <dependency >
5554 <groupId >com.fasterxml.jackson.core</groupId >
106105 <dependency >
107106 <groupId >com.github.fppt</groupId >
108107 <artifactId >jedis-mock</artifactId >
109- <version >1.1.12</version >
110108 <scope >test</scope >
111109 </dependency >
112110 <dependency >
Original file line number Diff line number Diff line change 489489 <artifactId >okio</artifactId >
490490 <version >3.16.4</version >
491491 </dependency >
492+ <dependency >
493+ <groupId >redis.clients</groupId >
494+ <artifactId >jedis</artifactId >
495+ <version >7.0.0</version >
496+ </dependency >
497+ <dependency >
498+ <groupId >com.github.fppt</groupId >
499+ <artifactId >jedis-mock</artifactId >
500+ <version >1.1.12</version >
501+ </dependency >
492502 <dependency >
493503 <groupId >io.kubernetes</groupId >
494504 <artifactId >client-java-api</artifactId >
Original file line number Diff line number Diff line change 4848
4949import java .io .Closeable ;
5050import java .io .IOException ;
51- import java .net .InetSocketAddress ;
5251import java .sql .Connection ;
5352import java .sql .Driver ;
5453import java .sql .DriverManager ;
You can’t perform that action at this time.
0 commit comments