Skip to content

Commit

Permalink
chore: Remove chill, scallop dependency (DEV-3263) (DEV-3262) (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
siers committed Feb 7, 2024
1 parent 21a4c83 commit a1e5db1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Expand Up @@ -26,7 +26,6 @@ import org.knora.webapi.routing.Authenticator
import org.knora.webapi.routing.UnsafeZioRun
import org.knora.webapi.sharedtestdata.SharedTestDataADM
import org.knora.webapi.slice.admin.domain.model.*
import org.knora.webapi.util.ZioScalaTestUtil.*

/**
* This spec is used to test the messages received by the [[UsersResponderADM]] actor.
Expand Down
5 changes: 0 additions & 5 deletions project/Dependencies.scala
Expand Up @@ -86,9 +86,6 @@ object Dependencies {
// caching
val ehcache = "net.sf.ehcache" % "ehcache" % "2.10.9.2"

// serialization
val chill = "com.twitter" %% "chill" % "0.10.0" // Scala 3 incompatible

// other
val diff = "com.sksamuel.diff" % "diff" % "1.1.11"
val gwtServlet = "com.google.gwt" % "gwt-servlet" % "2.10.0"
Expand All @@ -98,7 +95,6 @@ object Dependencies {
val rdf4jShacl = "org.eclipse.rdf4j" % "rdf4j-shacl" % "4.3.9"
val saxonHE = "net.sf.saxon" % "Saxon-HE" % "12.4"
val scalaGraph = "org.scala-graph" %% "graph-core" % "1.13.6" // Scala 3 incompatible
val scallop = "org.rogach" %% "scallop" % "5.0.1" // Scala 3 compatible
val titaniumJSONLD = "com.apicatalog" % "titanium-json-ld" % "1.3.3"
val xmlunitCore = "org.xmlunit" % "xmlunit-core" % "2.9.1"

Expand Down Expand Up @@ -174,7 +170,6 @@ object Dependencies {
saxonHE,
scalaGraph,
scalaLogging,
scallop,
slf4jApi,
springSecurityCore,
titaniumJSONLD,
Expand Down

0 comments on commit a1e5db1

Please sign in to comment.