Skip to content

Commit a33dd80

Browse files
committed
Remove money-wire and money-kafka projects
1 parent 3e98406 commit a33dd80

File tree

14 files changed

+0
-1032
lines changed

14 files changed

+0
-1032
lines changed

build.sbt

-38
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import Dependencies._
22
import com.typesafe.sbt.SbtScalariform
33
import sbt.Keys._
44
import sbt._
5-
import sbtavro.SbtAvro._
65
import scoverage.ScoverageKeys
76
import scoverage.ScoverageSbtPlugin._
87

@@ -43,8 +42,6 @@ lazy val money =
4342
moneyHttpClient,
4443
moneyJavaServlet,
4544
moneyJakartaServlet,
46-
moneyWire,
47-
moneyKafka,
4845
moneySpring,
4946
moneyOtelFormatters,
5047
moneyOtelHandler,
@@ -164,41 +161,6 @@ lazy val moneyJakartaServlet =
164161
)
165162
.dependsOn(moneyCore % "test->test;compile->compile")
166163

167-
lazy val moneyWire =
168-
Project("money-wire", file("./money-wire"))
169-
.enablePlugins(AutomateHeaderPlugin)
170-
.settings(projectSettings: _*)
171-
.settings(
172-
libraryDependencies ++=
173-
Seq(
174-
json4sNative,
175-
json4sJackson
176-
) ++ commonTestDependencies,
177-
fork := false,
178-
doc / javacOptions := Seq("-source", "1.6"),
179-
// Configure the desired Avro version. sbt-avro automatically injects a libraryDependency.
180-
AvroConfig / version := "1.7.6",
181-
AvroConfig / stringType := "String"
182-
).dependsOn(moneyCore % "test->test;compile->compile")
183-
184-
lazy val moneyKafka =
185-
Project("money-kafka", file("./money-kafka"))
186-
.enablePlugins(AutomateHeaderPlugin)
187-
.settings(projectSettings: _*)
188-
.settings(
189-
libraryDependencies ++=
190-
Seq(
191-
kafka,
192-
bijectionCore,
193-
bijectionAvro,
194-
chill,
195-
chillAvro,
196-
chillBijection,
197-
commonsIo
198-
) ++ commonTestDependencies
199-
)
200-
.dependsOn(moneyCore, moneyWire % "test->test;compile->compile")
201-
202164
lazy val moneySpring =
203165
Project("money-spring", file("./money-spring"))
204166
.enablePlugins(AutomateHeaderPlugin)

money-kafka/src/main/resources/broker-defaults.properties

-31
This file was deleted.

money-kafka/src/main/resources/consumer-defaults.properties

-110
This file was deleted.

money-kafka/src/main/resources/producer-defaults.properties

-117
This file was deleted.

money-kafka/src/main/resources/reference.conf

-34
This file was deleted.

0 commit comments

Comments
 (0)