update pekko-cluster license (#272)

This commit is contained in:
PJ Fanning 2023-03-25 13:03:29 +01:00 committed by GitHub
parent 69b5045f9e
commit 198d0eb017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 222 additions and 0 deletions

View file

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