Skip to content

Commit

Permalink
Trial using runtime maven dependencies to reduce jar size
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Nov 13, 2022
1 parent 3915724 commit ce3ae14
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions pom.xml
Expand Up @@ -33,11 +33,6 @@
<version>${bukkit.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.ethz.globis.phtree</groupId>
<artifactId>phtree</artifactId>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
Expand All @@ -62,15 +57,23 @@
<version>${worldguard.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.ethz.globis.phtree</groupId>
<artifactId>phtree</artifactId>
<version>2.5.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.11.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bukkit</artifactId>
<version>4.1.2</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit ce3ae14

Please sign in to comment.