@@ -2,7 +2,6 @@ import Dependencies._
2
2
import com .typesafe .sbt .SbtScalariform
3
3
import sbt .Keys ._
4
4
import sbt ._
5
- import sbtavro .SbtAvro ._
6
5
import scoverage .ScoverageKeys
7
6
import scoverage .ScoverageSbtPlugin ._
8
7
@@ -43,8 +42,6 @@ lazy val money =
43
42
moneyHttpClient,
44
43
moneyJavaServlet,
45
44
moneyJakartaServlet,
46
- moneyWire,
47
- moneyKafka,
48
45
moneySpring,
49
46
moneyOtelFormatters,
50
47
moneyOtelHandler,
@@ -164,41 +161,6 @@ lazy val moneyJakartaServlet =
164
161
)
165
162
.dependsOn(moneyCore % " test->test;compile->compile" )
166
163
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
-
202
164
lazy val moneySpring =
203
165
Project (" money-spring" , file(" ./money-spring" ))
204
166
.enablePlugins(AutomateHeaderPlugin )
0 commit comments