rmetzger commented on code in PR #25890:
URL: https://github.com/apache/flink/pull/25890#discussion_r1910165407
##########
pom.xml:
##########
@@ -328,6 +335,13 @@ under the License.
-->
<dependencies>
+ <!-- Setting default version for jackson-mapper-asl -->
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
+ <version>${jackson.mapper.asl.version}</version>
+ </dependency>
+
Review Comment:
Does this mean now any Flink dependency has `jackson-mapper-asl` as dep?
e.g. if I'm depending on `flink-core`, will it pull in `jackson-mapper-asl` as
well? (that wouldn't be good)
it seems this is true, right? https://stackoverflow.com/a/38882349
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]