Skip to content

Commit

Permalink
Removing utils sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbranco80 committed Sep 11, 2024
1 parent 1c17d7c commit 6eda89a
Show file tree
Hide file tree
Showing 76 changed files with 3 additions and 5,328 deletions.
27 changes: 1 addition & 26 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ lazy val root = (project in file("."))
.aggregate(
protocolRaw,
protocolCompiler,
utilsSources,
compiler,
snapiParser,
snapiFrontend,
Expand All @@ -58,30 +57,6 @@ lazy val root = (project in file("."))
publishLocal / skip := true
)

lazy val utilsSources = (project in file("utils-sources"))
.doPatchDependencies()
.settings(
commonSettings,
nonStrictScalaCompileSettings,
testSettings,
libraryDependencies ++= Seq(
utilsCore % "compile->compile;test->test",
apacheHttpClient,
jwtApi,
jwtImpl,
jwtCore,
springCore,
dropboxSDK,
aws,
postgresqlDeps,
mysqlDeps,
mssqlDeps,
snowflakeDeps,
oracleDeps,
teradataDeps
)
)

lazy val protocolRaw = (project in file("protocol-raw"))
.doPatchDependencies()
.enablePlugins(ProtobufPlugin)
Expand Down Expand Up @@ -158,7 +133,6 @@ lazy val snapiFrontend = (project in file("snapi-frontend"))
.doPatchDependencies()
.dependsOn(
compiler % "compile->compile;test->test",
utilsSources % "compile->compile;test->test",
snapiParser % "compile->compile;test->test"
)
.settings(
Expand All @@ -167,6 +141,7 @@ lazy val snapiFrontend = (project in file("snapi-frontend"))
testSettings,
libraryDependencies ++= Seq(
utilsCore % "compile->compile;test->test",
utilsSources % "compile->compile;test->test",
commonsLang,
commonsText,
icuDeps,
Expand Down
2 changes: 2 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ object Dependencies {

val utilsCore = "com.raw-labs" %% "utils-core" % "0.50.0"

val utilsSources = "com.raw-labs" %% "utils-sources" % "0.50.0"

val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"

val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.4.12"
Expand Down
76 changes: 0 additions & 76 deletions utils-sources/src/main/java/module-info.java

This file was deleted.

33 changes: 0 additions & 33 deletions utils-sources/src/main/resources/reference.conf

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6eda89a

Please sign in to comment.