We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 691c7ed commit df1655eCopy full SHA for df1655e
pom.xml
@@ -40,7 +40,7 @@
40
<dependency>
41
<groupId>com.maxmind.db</groupId>
42
<artifactId>maxmind-db</artifactId>
43
- <version>2.1.0</version>
+ <version>3.0.0</version>
44
</dependency>
45
46
<groupId>com.fasterxml.jackson.core</groupId>
src/main/java/module-info.java
@@ -1,7 +1,7 @@
1
module com.maxmind.db {
2
requires com.fasterxml.jackson.annotation;
3
requires com.fasterxml.jackson.databind;
4
- requires maxmind.db;
+ requires com.maxmind.db;
5
requires java.net.http;
6
7
exports com.maxmind.geoip2;
0 commit comments