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 e2a1073 commit a567bbdCopy full SHA for a567bbd
pom.xml
@@ -24,6 +24,12 @@
24
This is intentional for demonstration purposes. In a real application,
25
always use the latest secure versions of dependencies. -->
26
27
+ <dependency>
28
+ <groupId>com.google.guava</groupId>
29
+ <artifactId>guava</artifactId>
30
+ <version>32.1.1-jre</version>
31
+ </dependency>
32
+
33
<dependency>
34
<groupId>org.slf4j</groupId>
35
<artifactId>slf4j-api</artifactId>
0 commit comments