mirror of
https://github.com/RAIRLab/Spectra.git
synced 2025-05-24 02:38:50 +00:00
Update Guava
This commit is contained in:
parent
839b3e3172
commit
eb31602b35
1 changed files with 7 additions and 6 deletions
11
pom.xml
11
pom.xml
|
@ -35,11 +35,12 @@
|
||||||
<version>0.5.0</version>
|
<version>0.5.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
<version>21.0</version>
|
<version>[24.1.1,)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Add table
Reference in a new issue