mirror of https://github.com/apache/kafka.git
MINOR: Update LICENSE-binary following snappy upgrade (#13791)
Reviewers: Luke Chen <showuon@gmail.com>
This commit is contained in:
parent
e1913d2e4e
commit
115a033e3c
|
@ -257,7 +257,7 @@ scala-library-2.13.10
|
|||
scala-logging_2.13-3.9.4
|
||||
scala-reflect-2.13.10
|
||||
scala-java8-compat_2.13-1.0.2
|
||||
snappy-java-1.1.9.1
|
||||
snappy-java-1.1.10.0
|
||||
swagger-annotations-2.2.8
|
||||
zookeeper-3.6.4
|
||||
zookeeper-jute-3.6.4
|
||||
|
|
|
@ -53,6 +53,8 @@ if ( !versions.scala.contains('-') ) {
|
|||
versions["baseScala"] = versions.scala
|
||||
}
|
||||
|
||||
// When adding, removing or updating dependencies, please also update the LICENSE-binary file accordingly.
|
||||
// See https://issues.apache.org/jira/browse/KAFKA-12622 for steps to verify the LICENSE-binary file is correct.
|
||||
versions += [
|
||||
activation: "1.1.1",
|
||||
apacheda: "1.0.2",
|
||||
|
|
Loading…
Reference in New Issue