From 7d8910bf7c1ccd603adfba3daf526ae84b22e64a Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Wed, 10 Jun 2020 20:54:51 +0200 Subject: [PATCH] turned in to maven project, updated dependencies --- pom.xml | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..a0b77ca --- /dev/null +++ b/pom.xml @@ -0,0 +1,74 @@ + + 4.0.0 + + JsonToy + nl.sander + jsonthingy + 0.1-SNAPSHOT + jar + + UTF-8 + 1.8 + + + + + commons-io + commons-io + 2.6 + + + + org.javassist + javassist + 3.26.0-GA + + + + ch.qos.logback + logback-core + 1.2.3 + + + + org.slf4j + slf4j-api + 1.7.30 + + + + ch.qos.logback + logback-classic + 1.2.3 + + + + + + junit + junit + 4.13 + test + + + org.assertj + assertj-core + 1.6.0 + test + + + org.mockito + mockito-all + 1.10.19 + test + + + + com.fasterxml.jackson.core + jackson-databind + 2.10.3 + test + + +