Skip to content

Commit

Permalink
Fix rs-api packaging.type workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Jul 26, 2023
1 parent 7fdc888 commit 1b4f010
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
3 changes: 1 addition & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ object Dependencies {
"com.google.protobuf" % "protobuf-java" % "3.19.6", // use the same version as in scalapb
("io.confluent" % "kafka-avro-serializer" % confluentAvroSerializerVersion % Test).excludeAll(
confluentLibsExclusionRules: _*),
// See https://github.com/sbt/sbt/issues/3618#issuecomment-448951808
("javax.ws.rs" % "javax.ws.rs-api" % "2.1.1").artifacts(Artifact("javax.ws.rs-api", "jar", "jar")),
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6" % Test,
"org.testcontainers" % "kafka" % testcontainersVersion % Test,
"org.scalatest" %% "scalatest" % scalaTestVersion % Test,
"io.spray" %% "spray-json" % "1.3.6" % Test,
Expand Down
19 changes: 0 additions & 19 deletions project/PackagingTypePlugin.scala

This file was deleted.

0 comments on commit 1b4f010

Please sign in to comment.