We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45ac62 commit 419aa54Copy full SHA for 419aa54
protobuf/pom.xml
@@ -13,7 +13,10 @@
13
</parent>
14
<artifactId>jackson-dataformat-protobuf</artifactId>
15
<name>Jackson dataformat: Protobuf</name>
16
- <packaging>jar</packaging>
+ <!-- 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>
20
<description>Support for reading and writing protobuf-encoded data via Jackson
21
abstractions.
22
</description>
0 commit comments