Skip to content

Commit

Permalink
Try to clear dependency on commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaidioz committed Oct 2, 2024
1 parent 6cd6520 commit 4457ec8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# To publish the server as a docker image
```
sbt docker/docker:publishLocal
sbt docker/Docker/publishLocal
```

# To run locally
Expand Down
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,7 @@ lazy val root = (project in file("."))
publishSettings,
libraryDependencies ++= Seq(
"com.raw-labs" %% "das-sdk-scala" % "0.1.3" % "compile->compile;test->test",
"com.databricks" % "databricks-sdk-java" % "0.31.1" % "compile->compile",
"commons-io" % "commons-io" % "2.13.0" % "compile->compile"
// "joda-time" % "joda-time" % "2.12.7",
// "com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.12.7"
"com.databricks" % "databricks-sdk-java" % "0.31.1" % "compile->compile"
)
)

Expand Down
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ autoCompilerPlugins := true

addDependencyTreePlugin

libraryDependencies += "commons-io" % "commons-io" % "2.11.0"

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")

addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
Expand Down

0 comments on commit 4457ec8

Please sign in to comment.