mirror of
https://github.com/RAIRLab/Spectra.git
synced 2025-05-24 02:28:48 +00:00
Update Guava
This commit is contained in:
parent
839b3e3172
commit
eb31602b35
1 changed files with 7 additions and 6 deletions
3
pom.xml
3
pom.xml
|
@ -38,9 +38,10 @@
|
||||||
<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>
|
||||||
<maven.compiler.source>1.8</maven.compiler.source>
|
<maven.compiler.source>1.8</maven.compiler.source>
|
||||||
|
|
Loading…
Add table
Reference in a new issue