Skip to content

Commit 419aa54

Browse files
committed
Manually merge pom.xml change wrt protobuf
1 parent d45ac62 commit 419aa54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

protobuf/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
</parent>
1414
<artifactId>jackson-dataformat-protobuf</artifactId>
1515
<name>Jackson dataformat: Protobuf</name>
16-
<packaging>jar</packaging>
16+
<!-- 04-Mar-2023, tatu: not sure why, but use of "jar" does not work
17+
with Shade plugin inclusion, somehow
18+
-->
19+
<packaging>bundle</packaging>
1720
<description>Support for reading and writing protobuf-encoded data via Jackson
1821
abstractions.
1922
</description>

0 commit comments

Comments
 (0)