Fix pom.xml dependencies

This commit is contained in:
Piegames 2018-11-27 17:37:12 +01:00
parent 34e036c6f6
commit b2567d4c89

14
pom.xml
View File

@ -7,7 +7,7 @@
<groupId>groupId</groupId>
<artifactId>MinecraftLandGenerator</artifactId>
<version>1.0-SNAPSHOT</version>
<version>2.0.0</version>
<build>
<plugins>
@ -32,11 +32,6 @@
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
@ -70,5 +65,12 @@
<artifactId>nbt</artifactId>
<version>dbe4ea253b</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>