Skip to content

Commit

Permalink
Changed from external to internal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLydonKing committed Dec 8, 2023
1 parent b19fff2 commit 3c31922
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ lazy val examples = project // no need to define file, because path is same as v
publishArtifact := false,
publish := {},
publishLocal := {}
).enablePlugins(AutomateHeaderPlugin)
).enablePlugins(AutomateHeaderPlugin)
.dependsOn(clientLibrary)
6 changes: 1 addition & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ object Dependencies {
lazy val springBootTest = "org.springframework.boot" % "spring-boot-starter-test" % Versions.springBoot % Test
lazy val springBootSecurityTest = "org.springframework.security" % "spring-security-test" % Versions.spring % Test

lazy val clientLib = "za.co.absa" % "login-service-client-library_2.12" % "0.1.0-SNAPSHOT"

def serviceDependencies: Seq[ModuleID] = Seq(
jacksonModuleScala,
jacksonDatabind,
Expand Down Expand Up @@ -126,8 +124,6 @@ object Dependencies {

def exampleDependencies: Seq[ModuleID] = Seq(
pureConfig,
pureConfigYaml,

clientLib
pureConfigYaml
)
}

0 comments on commit 3c31922

Please sign in to comment.