Skip to content

Commit

Permalink
[hotfix] Put correct version of Jackson in comment in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin authored Jan 23, 2024
1 parent 369a044 commit b4f9ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flink-shaded-jackson-parent/flink-shaded-jackson-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<!-- Jackson uses multi release jars and in case 1.15.x there is version 19
<!-- Jackson uses multi release jars and in case 2.15.x there is version 19
which is not supported by 3.3.x and below -->
<version>3.4.1</version>
<executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<!-- Jackson uses multi release jars and in case 1.15.x there is version 19
<!-- Jackson uses multi release jars and in case 2.15.x there is version 19
which is not supported by 3.3.x and below -->
<version>3.4.1</version>
<executions>
Expand Down

0 comments on commit b4f9ed2

Please sign in to comment.