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.
2 parents 966ac5b + e5a07a1 commit 1b5de70Copy full SHA for 1b5de70
pom.xml
@@ -131,23 +131,12 @@
131
<version>1.7.30</version>
132
</dependency>
133
134
- <dependency>
135
- <groupId>org.slf4j</groupId>
136
- <artifactId>slf4j-simple</artifactId>
137
- <version>1.7.30</version>
138
- </dependency>
139
-
140
<dependency>
141
<groupId>com.github.ben-manes.caffeine</groupId>
142
<artifactId>caffeine</artifactId>
143
<version>2.8.5</version>
144
145
146
147
- <groupId>org.ehcache</groupId>
148
- <artifactId>ehcache</artifactId>
149
- <version>3.0.0</version>
150
151
152
<groupId>com.lmax</groupId>
153
<artifactId>disruptor</artifactId>
src/main/java/io/harness/cf/client/cache/ClientCacheManager.java
0 commit comments