From b2567d4c8917b3aba9f699b838c043192ae33ecf Mon Sep 17 00:00:00 2001
From: Piegames <14054505+piegamesde@users.noreply.github.com>
Date: Tue, 27 Nov 2018 17:37:12 +0100
Subject: [PATCH] Fix pom.xml dependencies
---
pom.xml | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8d4de58..42e6ddc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
groupId
MinecraftLandGenerator
- 1.0-SNAPSHOT
+ 2.0.0
@@ -32,11 +32,6 @@
-
- commons-io
- commons-io
- 2.6
-
commons-logging
commons-logging
@@ -70,5 +65,12 @@
nbt
dbe4ea253b
+
+
+ junit
+ junit
+ 4.12
+ test
+
\ No newline at end of file