diff --git a/GeoLite2-Country.mmdb b/GeoLite2-Country.mmdb new file mode 100644 index 0000000..0e4cc49 Binary files /dev/null and b/GeoLite2-Country.mmdb differ diff --git a/pom.xml b/pom.xml index 8e039ba..fa2a5a2 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,25 @@ + + org.jacoco + jacoco-maven-plugin + 0.8.12 + + + + prepare-agent + + + + report + verify + + report + + + +