From cf7a80d0a37ecb7d6ffde06a5898eed432c02800 Mon Sep 17 00:00:00 2001 From: WickedJack99 Date: Sun, 5 Nov 2023 12:33:32 +0100 Subject: [PATCH] Updated maven dependencies by jsonobject. --- .vscode/settings.json | 3 ++ mvn.cmd | 0 pom.xml | 72 +++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 73 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json create mode 100644 mvn.cmd diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c5f3f6b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "interactive" +} \ No newline at end of file diff --git a/mvn.cmd b/mvn.cmd new file mode 100644 index 0000000..e69de29 diff --git a/pom.xml b/pom.xml index 0b69bb3..89aa176 100644 --- a/pom.xml +++ b/pom.xml @@ -9,8 +9,76 @@ 1.0-SNAPSHOT - 1.8 - 1.8 + UTF-8 + 1.7 + 1.7 + + + + junit + junit + 4.11 + test + + + + org.json + json + 20190722 + + + + + + + + maven-release-plugin + 3.3.3 + + + + maven-clean-plugin + 3.1.0 + + + + maven-resources-plugin + 3.0.2 + + + maven-compiler-plugin + 3.8.0 + + + maven-surefire-plugin + 2.22.1 + + + maven-jar-plugin + 3.0.2 + + + maven-install-plugin + 2.5.2 + + + maven-deploy-plugin + 2.8.2 + + + + maven-site-plugin + 3.7.1 + + + maven-project-info-reports-plugin + 3.0.0 + + + + + + \ No newline at end of file