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 69bd19f commit e23c188Copy full SHA for e23c188
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+4.0.1
5
+------------------
6
+
7
+* `com.maxmind.db` is now a transitive dependency of this Java module.
8
9
4.0.0 (2022-12-12)
10
------------------
11
src/main/java/module-info.java
@@ -2,7 +2,7 @@
module com.maxmind.geoip2 {
requires com.fasterxml.jackson.annotation;
requires com.fasterxml.jackson.databind;
- requires com.maxmind.db;
+ requires transitive com.maxmind.db;
requires java.net.http;
exports com.maxmind.geoip2;
0 commit comments