Skip to content

Commit eacf3d5

Browse files
committed
Change packaging to "jar" to proper module-info.class included
1 parent 0e360ab commit eacf3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<artifactId>jackson-module-kotlin</artifactId>
1616
<name>jackson-module-kotlin</name>
1717
<version>3.0.0-SNAPSHOT</version>
18-
<packaging>bundle</packaging>
18+
<packaging>jar</packaging>
1919
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson/) to support
2020
Kotlin language, specifically introspection of method/constructor parameter names,
2121
without having to add explicit property name annotation.

0 commit comments

Comments
 (0)