Skip to content

Commit

Permalink
Merge branch '3.3' into 3.3-http1-replace-chunk-with-contentLength
Browse files Browse the repository at this point in the history
  • Loading branch information
finefuture authored Mar 27, 2024
2 parents e6aeb99 + 0c7e32f commit 62bedb1
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper_version}</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

0 comments on commit 62bedb1

Please sign in to comment.