Skip to content

Commit

Permalink
Need to undo change to use "jar" packaging type for Protobuf module; …
Browse files Browse the repository at this point in the history
…see #359
  • Loading branch information
cowtowncoder committed Mar 5, 2023
1 parent 9645f44 commit d938b4a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
</parent>
<artifactId>jackson-dataformat-protobuf</artifactId>
<name>Jackson dataformat: protobuf</name>
<packaging>jar</packaging>
<!-- 04-Mar-2023, tatu: not sure why, but use of "jar" does not work
with Shade plugin inclusion, somehow
-->
<packaging>bundle</packaging>
<description>Support for reading and writing protobuf-encoded data via Jackson
abstractions.
</description>
Expand Down Expand Up @@ -77,7 +80,6 @@ abstractions.
<!-- We will shade proto-parser, to simplify deployment, avoid version conflicts -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>${version.plugin.shade}</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit d938b4a

Please sign in to comment.