Skip to content

Commit

Permalink
exclude SnakeYML from the spigot module
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickenpowerrr committed Apr 20, 2019
1 parent cd65bbb commit 88b27d9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions spigot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version>
<version>1.13.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand All @@ -83,6 +83,13 @@
<artifactId>manager</artifactId>
<version>${parent.version}</version>
<scope>compile</scope>

<exclusions>
<exclusion>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -112,12 +119,5 @@
<version>1.18.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.15</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 88b27d9

Please sign in to comment.