Skip to content

Commit

Permalink
Removed jaxb and springboot in SbtSettingsGenerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Mengelt committed Nov 14, 2024
1 parent 6db944d commit 3c7e349
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,7 @@ case class SbtSettingsGenerator()(using config: SetupConfig):
|
| // other dependencies
| // run worker
| val springBootVersion = "${versionConfig.springBootVersion}"
| val jaxbXmlVersion = "${versionConfig.jaxbXmlVersion}"
| val mUnitVersion = "${config.versionConfig.munitVersion}"
|
| // for running worker
| val springBoot = "org.springframework.boot" % "spring-boot-starter-oauth2-client" % springBootVersion % Provided
| val jaxbXml = "javax.xml.bind" % "jaxb-api" % jaxbXmlVersion % Provided
| val mUnit = "org.scalameta" %% "munit" % mUnitVersion % Test
|
|$projectSettings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ object ModuleConfig:
testType = TestType.MUnit,
sbtSettings = Seq("dockerSettings"),
sbtPlugins = Seq("DockerPlugin", "JavaAppPackaging"),
sbtDependencies = Seq("springBoot", "jaxbXml"),
hasProjectDependencies = true
)
lazy val helperModule = ModuleConfig(
Expand Down

0 comments on commit 3c7e349

Please sign in to comment.