Skip to content

Commit

Permalink
Fix packaging of mrbean to "jar" (from "bundle")
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 3, 2025
1 parent 3dcb373 commit 5cb57e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrbean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</parent>
<artifactId>jackson-module-mrbean</artifactId>
<name>Jackson module: Mr Bean</name>
<packaging>bundle</packaging>
<packaging>jar</packaging>

<description>Functionality for implementing interfaces and abstract types
dynamically ("bean materialization"), integrated with Jackson (although usable externally as well)
Expand Down

0 comments on commit 5cb57e2

Please sign in to comment.