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