Github user rmetzger commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1372#discussion_r45125791
  
    --- Diff: pom.xml ---
    @@ -350,6 +351,24 @@ under the License.
                                <artifactId>httpclient</artifactId>
                                <version>4.2</version>
                        </dependency>
    +
    +                   <dependency>
    +                           <groupId>com.fasterxml.jackson.core</groupId>
    +                           <artifactId>jackson-core</artifactId>
    +                           <version>${jackson.version}</version>
    +                   </dependency>
    +
    +                   <dependency>
    +                           <groupId>com.fasterxml.jackson.core</groupId>
    +                           <artifactId>jackson-databind</artifactId>
    +                           <version>${jackson.version}</version>
    +                   </dependency>
    +
    +                   <dependency>
    +                           <groupId>com.fasterxml.jackson.core</groupId>
    +                           <artifactId>jackson-annotations</artifactId>
    +                           <version>${jackson.version}</version>
    +                   </dependency>
    --- End diff --
    
    Manage all fasterxml jackson dependencies to the same version. Hadoop 
(through some Azure dependency) and flink-runtime (through the metrics library 
and the web frontend) depend on jackson.
    The managed version seems to be supported by all users.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to