浏览代码

remove redundant jackson-dataformat-yaml dependency

Signed-off-by: Daniel Nägele <daniel@naegele.dev>
Daniel Nägele 2 年之前
父节点
当前提交
3e7a57139f
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      missilewars-plugin/pom.xml

+ 0 - 8
missilewars-plugin/pom.xml

@@ -98,14 +98,6 @@
             <scope>compile</scope>
         </dependency>
 
-        <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml -->
-        <dependency>
-            <groupId>com.fasterxml.jackson.dataformat</groupId>
-            <artifactId>jackson-dataformat-yaml</artifactId>
-            <version>2.14.2</version>
-            <scope>compile</scope>
-        </dependency>
-
         <dependency>
             <groupId>org.bstats</groupId>
             <artifactId>bstats-bukkit</artifactId>