1
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-10 05:39:15 +01:00

Tweaked pom to specify guava as provided

This commit is contained in:
Dinnerbone 2011-07-20 18:05:34 +01:00
parent 7ad853a51b
commit bfa22f3025

View File

@ -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 -->