File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 13
13
</parent >
14
14
<artifactId >jackson-dataformat-protobuf</artifactId >
15
15
<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 >
17
20
<description >Support for reading and writing protobuf-encoded data via Jackson
18
21
abstractions.
19
22
</description >
@@ -77,7 +80,6 @@ abstractions.
77
80
<!-- We will shade proto-parser, to simplify deployment, avoid version conflicts -->
78
81
<groupId >org.apache.maven.plugins</groupId >
79
82
<artifactId >maven-shade-plugin</artifactId >
80
- <version >${version.plugin.shade} </version >
81
83
<executions >
82
84
<execution >
83
85
<phase >package</phase >
You can’t perform that action at this time.
0 commit comments