Skip to content

Commit

Permalink
Remove zalando reference from MoneyModule
Browse files Browse the repository at this point in the history
  • Loading branch information
sri-adarsh-kumar committed Oct 18, 2024
1 parent a187cec commit 1166e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public String getModuleName() {
@SuppressWarnings("deprecation")
public Version version() {
final ClassLoader loader = MoneyModule.class.getClassLoader();
return VersionUtil.mavenVersionFor(loader, "org.zalando", "jackson-datatype-money");
return VersionUtil.mavenVersionFor(loader, "com.fasterxml.jackson.datatype.money", "jackson-datatype-money");
}

@Override
Expand Down

0 comments on commit 1166e8e

Please sign in to comment.