-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Retrofit dep (2.9 -> 2.11), module deps
- Loading branch information
1 parent
2c3c674
commit 0d981a4
Showing
4 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
// Generated 11-Mar-2019 using Moditect maven plugin | ||
module com.fasterxml.jackson.jr.retrofit2 { | ||
requires transitive com.fasterxml.jackson.jr.ob; | ||
// 11-Mar-2019, tatu: These are probably not right... | ||
requires transitive okhttp; | ||
requires transitive retrofit; | ||
|
||
// 02-Feb-2025, tatu: Automatic-Module-Names: | ||
requires transitive okhttp3; | ||
requires transitive retrofit2; | ||
|
||
exports com.fasterxml.jackson.jr.retrofit2; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters