[Enhancement] Broker Security Updates (#48616)
Signed-off-by: Astralidea <astralidea@163.com>
This commit is contained in:
parent
3419fd1ba9
commit
c98782e070
|
|
@ -246,6 +246,16 @@ under the License.
|
|||
<dependency>
|
||||
<groupId>com.ksyun.kmr</groupId>
|
||||
<artifactId>hadoop-ks3</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>netty</artifactId>
|
||||
<groupId>io.netty</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>jackson-mapper-asl</artifactId>
|
||||
<groupId>org.codehaus.jackson</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
|||
|
|
@ -40,9 +40,9 @@ under the License.
|
|||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<hadoop.version>3.3.6</hadoop.version>
|
||||
<hadoop.version>3.4.0</hadoop.version>
|
||||
<guava.version>32.0.1-jre</guava.version>
|
||||
<zookeeper.version>3.9.1</zookeeper.version>
|
||||
<zookeeper.version>3.9.2</zookeeper.version>
|
||||
<protobuf.version>3.16.3</protobuf.version>
|
||||
<thrift.version>0.14.1</thrift.version>
|
||||
<tomcat.version>8.5.96</tomcat.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue