Skip to content

Commit

Permalink
Changing dependency order impacts selected jackson annotation version
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed Feb 19, 2024
1 parent d27a275 commit 65f857c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions github-vfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
<!--Excluded since it pulls a very outdated version of Jackson -->
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-client</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
Expand Down

0 comments on commit 65f857c

Please sign in to comment.