Skip to content

Commit

Permalink
Remove money-wire and money-kafka projects
Browse files Browse the repository at this point in the history
  • Loading branch information
HaloFour committed Sep 12, 2024
1 parent 3e98406 commit a33dd80
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 1,032 deletions.
38 changes: 0 additions & 38 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Dependencies._
import com.typesafe.sbt.SbtScalariform
import sbt.Keys._
import sbt._
import sbtavro.SbtAvro._
import scoverage.ScoverageKeys
import scoverage.ScoverageSbtPlugin._

Expand Down Expand Up @@ -43,8 +42,6 @@ lazy val money =
moneyHttpClient,
moneyJavaServlet,
moneyJakartaServlet,
moneyWire,
moneyKafka,
moneySpring,
moneyOtelFormatters,
moneyOtelHandler,
Expand Down Expand Up @@ -164,41 +161,6 @@ lazy val moneyJakartaServlet =
)
.dependsOn(moneyCore % "test->test;compile->compile")

lazy val moneyWire =
Project("money-wire", file("./money-wire"))
.enablePlugins(AutomateHeaderPlugin)
.settings(projectSettings: _*)
.settings(
libraryDependencies ++=
Seq(
json4sNative,
json4sJackson
) ++ commonTestDependencies,
fork := false,
doc / javacOptions := Seq("-source", "1.6"),
// Configure the desired Avro version. sbt-avro automatically injects a libraryDependency.
AvroConfig / version := "1.7.6",
AvroConfig / stringType := "String"
).dependsOn(moneyCore % "test->test;compile->compile")

lazy val moneyKafka =
Project("money-kafka", file("./money-kafka"))
.enablePlugins(AutomateHeaderPlugin)
.settings(projectSettings: _*)
.settings(
libraryDependencies ++=
Seq(
kafka,
bijectionCore,
bijectionAvro,
chill,
chillAvro,
chillBijection,
commonsIo
) ++ commonTestDependencies
)
.dependsOn(moneyCore, moneyWire % "test->test;compile->compile")

lazy val moneySpring =
Project("money-spring", file("./money-spring"))
.enablePlugins(AutomateHeaderPlugin)
Expand Down
31 changes: 0 additions & 31 deletions money-kafka/src/main/resources/broker-defaults.properties

This file was deleted.

110 changes: 0 additions & 110 deletions money-kafka/src/main/resources/consumer-defaults.properties

This file was deleted.

117 changes: 0 additions & 117 deletions money-kafka/src/main/resources/producer-defaults.properties

This file was deleted.

34 changes: 0 additions & 34 deletions money-kafka/src/main/resources/reference.conf

This file was deleted.

Loading

0 comments on commit a33dd80

Please sign in to comment.