license/notice reqs for CountMinSketch.java (#229)

This commit is contained in:
PJ Fanning 2023-03-06 15:04:59 +01:00 committed by GitHub
parent 245c3b1dab
commit a1ee96633c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 289 additions and 1 deletions

View file

@ -402,6 +402,7 @@ lazy val remote =
jackson % "test->test")
.settings(Dependencies.remote)
.settings(AutomaticModuleName.settings("pekko.remote"))
.settings(AddMetaInfLicenseFiles.remoteSettings)
.settings(OSGi.remote)
.settings(Protobuf.settings)
.settings(Test / parallelExecution := false)