Skip to content

Commit

Permalink
Make com.maxmind.db a transitive dependency
Browse files Browse the repository at this point in the history
As we have a method that returns its Network class.
  • Loading branch information
oschwald committed Mar 2, 2023
1 parent 69bd19f commit e23c188
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

4.0.1
------------------

* `com.maxmind.db` is now a transitive dependency of this Java module.

4.0.0 (2022-12-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e23c188

Please sign in to comment.