Skip to content

Commit 1ea818a

Browse files
committed
Make com.maxmind.geoip2 a transitive dependency
1 parent 115355f commit 1ea818a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
3.1.0
55
------------------
66

7+
* `com.maxmind.geoip2` is now a transitive dependency of this Java module.
78
* Added `PLACETOPAY` to the `Payment.Processor` enum.
89

910
3.0.0 (2022-12-12)

src/main/java/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
requires com.fasterxml.jackson.core;
44
requires com.fasterxml.jackson.databind;
55
requires com.fasterxml.jackson.datatype.jsr310;
6-
requires com.maxmind.geoip2;
6+
requires transitive com.maxmind.geoip2;
77
requires commons.validator;
88
requires java.net.http;
99

0 commit comments

Comments
 (0)