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 f2e251a commit a70f937Copy full SHA for a70f937
pom.xml
@@ -111,13 +111,13 @@
111
<artifactId>jackson-databind</artifactId>
112
<version>${jackson.version}</version>
113
</dependency>
114
- <dependency>
115
- <groupId>redis.clients</groupId>
116
- <artifactId>jedis</artifactId>
117
- <version>${jedis.version}</version>
118
- </dependency>
+ <dependency>
+ <groupId>redis.clients</groupId>
+ <artifactId>jedis</artifactId>
+ <version>${jedis.version}</version>
+ </dependency>
119
</dependencies>
120
-
+
121
<dependencyManagement>
122
<dependencies>
123
<dependency>
0 commit comments