@@ -232,41 +232,41 @@ lazy val integration = project.in(file("integration"))
232232 .enablePlugins(MultiJvmPlugin )
233233 .configs(MultiJvm )
234234
235- lazy val examples = project
236- .in(file(" examples" ))
237- .enablePlugins(JavaAppPackaging )
238- .settings(commonSettings)
239- .settings(noPublishSettings)
240- .settings(
241- moduleName := " examples" ,
242- scalacOptions ++= Seq (
243- " -Ypartial-unification"
244- ),
245- libraryDependencies ++=
246- compileDeps(
247- slf4jApi,
248- slf4jSimple,
249- http4s,
250- http4sDsl,
251- http4sServer,
252- http4sCirce,
253- circe,
254- circeGeneric,
255- kamon,
256- kamonPrometheus
257- ) ++ testDeps(
258- scalaTest,
259- scalaCheck,
260- junitInterface,
261- slf4jApi,
262- mockito,
263- logback
264- )
265- )
266- .settings(
267- maintainer in Docker := " The Apollo Squad" ,
268- packageSummary in Docker := " A web-shop checkout service example running baker" ,
269- packageName in Docker := " checkout-service-baker-example" ,
270- dockerExposedPorts := Seq (8080 )
271- )
272- .dependsOn(bakertypes, runtime, recipeCompiler, recipeDsl, intermediateLanguage)
235+ // lazy val examples = project
236+ // .in(file("examples"))
237+ // .enablePlugins(JavaAppPackaging)
238+ // .settings(commonSettings)
239+ // .settings(noPublishSettings)
240+ // .settings(
241+ // moduleName := "examples",
242+ // scalacOptions ++= Seq(
243+ // "-Ypartial-unification"
244+ // ),
245+ // libraryDependencies ++=
246+ // compileDeps(
247+ // slf4jApi,
248+ // slf4jSimple,
249+ // http4s,
250+ // http4sDsl,
251+ // http4sServer,
252+ // http4sCirce,
253+ // circe,
254+ // circeGeneric,
255+ // kamon,
256+ // kamonPrometheus
257+ // ) ++ testDeps(
258+ // scalaTest,
259+ // scalaCheck,
260+ // junitInterface,
261+ // slf4jApi,
262+ // mockito,
263+ // logback
264+ // )
265+ // )
266+ // .settings(
267+ // maintainer in Docker := "The Apollo Squad",
268+ // packageSummary in Docker := "A web-shop checkout service example running baker",
269+ // packageName in Docker := "checkout-service-baker-example",
270+ // dockerExposedPorts := Seq(8080)
271+ // )
272+ // .dependsOn(bakertypes, runtime, recipeCompiler, recipeDsl, intermediateLanguage)
0 commit comments