Fix maven dependency graph

This commit is contained in:
Alexander Söderberg 2020-09-19 22:56:35 +02:00
parent d83690cdcf
commit 62bc4dc005
No known key found for this signature in database
GPG key ID: C0207FF7EA146678
3 changed files with 24 additions and 0 deletions

View file

@ -42,6 +42,12 @@
<artifactId>cloud-core</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>