Skip to content

Commit 7caed4c

Browse files
committed
...
1 parent 6bf2132 commit 7caed4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eclipse-collections/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<artifactId>jackson-datatype-eclipse-collections</artifactId>
1212
<name>Jackson datatype: eclipse-collections</name>
13-
<packaging>jar</packaging>
13+
<packaging>bundle</packaging>
1414
<description>Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles
1515
eclipse-collections (https://www.eclipse.org/collections/) types
1616
</description>

pcollections/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<artifactId>jackson-datatype-pcollections</artifactId>
99
<name>Jackson datatype: pcollections</name>
10-
<packaging>jar</packaging>
10+
<packaging>bundle</packaging>
1111
<description>Add-on datatype-support module for Jackson (https://github.com/FasterXML/jackson) that handles
1212
PCollections (http://pcollections.org/) types
1313
</description>

0 commit comments

Comments
 (0)