Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary MetaInfLicenseNoticeCopy #62

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ lazy val core =
.settings(headerSettings(IntegrationTest))
.settings(Defaults.itSettings)
.settings(Dependencies.core)
.settings(MetaInfLicenseNoticeCopy.settings)
.settings(
name := "pekko-projection-core",
Compile / packageBin / packageOptions += Package.ManifestAttributes(
Expand All @@ -37,7 +36,6 @@ lazy val coreTest =
.disablePlugins(MimaPlugin)
.settings(Defaults.itSettings)
.settings(Dependencies.coreTest)
.settings(MetaInfLicenseNoticeCopy.settings)
.settings(
name := "pekko-projection-core-test")
.settings(publish / skip := true)
Expand All @@ -50,7 +48,6 @@ lazy val testkit =
.settings(headerSettings(IntegrationTest))
.settings(Defaults.itSettings)
.settings(Dependencies.testKit)
.settings(MetaInfLicenseNoticeCopy.settings)
.settings(
name := "pekko-projection-testkit")
.dependsOn(core)
Expand All @@ -62,7 +59,6 @@ lazy val jdbc =
.settings(headerSettings(IntegrationTest))
.settings(Defaults.itSettings)
.settings(Dependencies.jdbc)
.settings(MetaInfLicenseNoticeCopy.settings)
.settings(
name := "pekko-projection-jdbc")
.dependsOn(core)
Expand All @@ -76,7 +72,6 @@ lazy val slick =
.settings(headerSettings(IntegrationTest))
.settings(Defaults.itSettings)
.settings(Dependencies.slick)
.settings(MetaInfLicenseNoticeCopy.settings)
.settings(
name := "pekko-projection-slick")
.dependsOn(jdbc)
Expand All @@ -91,7 +86,6 @@ lazy val cassandra =
.settings(headerSettings(IntegrationTest))
.settings(Defaults.itSettings)
.settings(Dependencies.cassandra)
.settings(MetaInfLicenseNoticeCopy.settings)
.settings(
name := "pekko-projection-cassandra")
.dependsOn(core)
Expand All @@ -105,7 +99,6 @@ lazy val cassandra =
lazy val eventsourced =
Project(id = "eventsourced", base = file("eventsourced"))
.settings(Dependencies.eventsourced)
.settings(MetaInfLicenseNoticeCopy.settings)
.settings(
name := "pekko-projection-eventsourced")
.dependsOn(core)
Expand All @@ -118,7 +111,6 @@ lazy val kafka =
.settings(headerSettings(IntegrationTest))
.settings(Defaults.itSettings)
.settings(Dependencies.kafka)
.settings(MetaInfLicenseNoticeCopy.settings)
.settings(
name := "pekko-projection-kafka")
.dependsOn(core)
Expand All @@ -130,7 +122,6 @@ lazy val `durable-state` =
Project(id = "durable-state", base = file("durable-state"))
.configs(IntegrationTest)
.settings(Dependencies.state)
.settings(MetaInfLicenseNoticeCopy.settings)
.settings(
name := "pekko-projection-durable-state")
.dependsOn(core)
Expand All @@ -145,7 +136,6 @@ lazy val examples = project
.disablePlugins(MimaPlugin)
.settings(Defaults.itSettings)
.settings(Dependencies.examples)
.settings(MetaInfLicenseNoticeCopy.settings)
.dependsOn(slick % "test->test")
.dependsOn(jdbc % "test->test")
.dependsOn(cassandra % "test->test;test->it")
Expand Down
38 changes: 0 additions & 38 deletions project/MetaInfLicenseNoticeCopy.scala

This file was deleted.