Skip to content

Commit

Permalink
Add httpcore to JZarr exculsions
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Apr 3, 2024
1 parent ce1eed0 commit d9c0bb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit d9c0bb6

Please sign in to comment.