Skip to content

Commit e23c188

Browse files
committed
Make com.maxmind.db a transitive dependency
As we have a method that returns its Network class.
1 parent 69bd19f commit e23c188

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
4.0.1
5+
------------------
6+
7+
* `com.maxmind.db` is now a transitive dependency of this Java module.
8+
49
4.0.0 (2022-12-12)
510
------------------
611

src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
module com.maxmind.geoip2 {
33
requires com.fasterxml.jackson.annotation;
44
requires com.fasterxml.jackson.databind;
5-
requires com.maxmind.db;
5+
requires transitive com.maxmind.db;
66
requires java.net.http;
77

88
exports com.maxmind.geoip2;

0 commit comments

Comments
 (0)