We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a289d commit 1a4d704Copy full SHA for 1a4d704
jdk_11_maven/em/external/rest/pay-publicapi/pom.xml
@@ -19,6 +19,11 @@
19
<artifactId>testcontainers</artifactId>
20
<scope>compile</scope>
21
</dependency>
22
+ <dependency>
23
+ <groupId>redis.clients</groupId>
24
+ <artifactId>jedis</artifactId>
25
+ <version>5.1.0</version>
26
+ </dependency>
27
</dependencies>
28
29
<build>
jdk_11_maven/em/pom.xml
@@ -83,12 +83,6 @@
83
<artifactId>wiremock-jre8-standalone</artifactId>
84
<version>2.32.0</version>
85
86
-
87
- <dependency>
88
- <groupId>redis.clients</groupId>
89
- <artifactId>jedis</artifactId>
90
- <version>5.1.0</version>
91
- </dependency>
92
93
94
<dependencyManagement>
0 commit comments