Skip to content
  • Fokko Driesprong's avatar
    AVRO-3024: Remove references to Jackson databind (#1073) · 0fc0e05d
    Fokko Driesprong authored
    Did a git bisect, and found out that my commit broke master:
    
    ```
    MacBook-Pro-van-Fokko:avro fokkodriesprong$ git bisect good
    5412eca3 is the first bad commit
    commit 5412eca3
    Author: Fokko Driesprong <fokko@apache.org>
    Date:   Wed Jan 13 10:59:05 2021 +0100
    
        AVRO-3024: Bump Jackson to 2.11.4
    
        To consolidate the versions
    
     lang/java/pom.xml | 5 ++---
     1 file changed, 2 insertions(+), 3 deletions(-)
    ```
    
    Turns out that there are still references to the jackson.databind property
    0fc0e05d