Skip to content
This repository was archived by the owner on Jul 8, 2020. It is now read-only.

Commit 9e49a2b

Browse files
committed
Fix preconditions errors (added guava)
1 parent d1de192 commit 9e49a2b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
<artifactId>jcabi-aspects</artifactId>
2525
<version>1.0-SNAPSHOT</version>
2626
</dependency>
27+
28+
<dependency>
29+
<groupId>com.google.guava</groupId>
30+
<artifactId>guava</artifactId>
31+
<version>18.0</version>
32+
</dependency>
2733
</dependencies>
2834

2935
<build>

0 commit comments

Comments
 (0)