mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +01:00
Tweaked pom to specify guava as provided
This commit is contained in:
parent
7ad853a51b
commit
bfa22f3025
1 changed files with 2 additions and 0 deletions
2
pom.xml
2
pom.xml
|
@ -89,6 +89,8 @@
|
|||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava-collections</artifactId>
|
||||
<version>r03</version>
|
||||
<type>jar</type>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<!-- This builds a completely 'ready to start' jar with all dependencies inside -->
|
||||
|
|
Loading…
Reference in a new issue