mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-27 21:15:57 +01:00
Add Guava and jsr305 to dependencies.
This commit is contained in:
parent
6deafa660d
commit
ab46fd6244
14
pom.xml
14
pom.xml
@ -138,6 +138,20 @@
|
|||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.guava</groupId>
|
||||||
|
<artifactId>guava</artifactId>
|
||||||
|
<version>10.0.1</version> <!-- Bukkit only bundles 10.0.1 -->
|
||||||
|
<scope>compile</scope> <!-- required runtime dependency -->
|
||||||
|
<type>jar</type>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.code.findbugs</groupId>
|
||||||
|
<artifactId>jsr305</artifactId>
|
||||||
|
<version>1.3.9</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.khelekore</groupId>
|
<groupId>org.khelekore</groupId>
|
||||||
<artifactId>prtree</artifactId>
|
<artifactId>prtree</artifactId>
|
||||||
|
@ -32,4 +32,5 @@
|
|||||||
<allow pkg="org.yaml.snakeyaml"/>
|
<allow pkg="org.yaml.snakeyaml"/>
|
||||||
<allow pkg="au.com.bytecode.opencsv"/>
|
<allow pkg="au.com.bytecode.opencsv"/>
|
||||||
<allow pkg="org.khelekore.prtree"/>
|
<allow pkg="org.khelekore.prtree"/>
|
||||||
|
<allow pkg="com.google.common"/>
|
||||||
</import-control>
|
</import-control>
|
Loading…
Reference in New Issue
Block a user