Skip to content

Commit d938b4a

Browse files
committed
Need to undo change to use "jar" packaging type for Protobuf module; see #359
1 parent 9645f44 commit d938b4a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

protobuf/pom.xml

Lines changed: 4 additions & 2 deletions
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>
@@ -77,7 +80,6 @@ abstractions.
7780
<!-- We will shade proto-parser, to simplify deployment, avoid version conflicts -->
7881
<groupId>org.apache.maven.plugins</groupId>
7982
<artifactId>maven-shade-plugin</artifactId>
80-
<version>${version.plugin.shade}</version>
8183
<executions>
8284
<execution>
8385
<phase>package</phase>

0 commit comments

Comments
 (0)