Skip to content

Commit 279b1a8

Browse files
committed
Fix module-info.class inclusion for Protobuf module
1 parent cd4b3bb commit 279b1a8

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

protobuf/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
</parent>
1414
<artifactId>jackson-dataformat-protobuf</artifactId>
1515
<name>Jackson dataformat: Protobuf</name>
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>
16+
<packaging>jar</packaging>
2017
<description>Support for reading and writing protobuf-encoded data via Jackson
2118
abstractions.
2219
</description>

release-notes/VERSION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ implementations)
3131
by default (3.0)
3232
#557: Change 3.0 to use `module-info.java` directly [JSTEP-11]
3333
- Minimum Java baseline: Java 17
34-
- (protobuf) Remove shading of `protoparser` dependency
34+
- (protobuf) Remove shading of `protoparser` dependency (and change
35+
Maven packaging type to "jar" from "bundle")

0 commit comments

Comments
 (0)