Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Revert "#92 Kafka Connector (#109)"
Browse files Browse the repository at this point in the history
This reverts commit 3bf2f60.
  • Loading branch information
adrianfilip authored Nov 22, 2022
1 parent 3bf2f60 commit 2b1f56e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 293 deletions.
26 changes: 0 additions & 26 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -171,32 +171,6 @@ lazy val s3Connector = project
Test / fork := true
)

lazy val kafkaConnector = project
.in(file("connectors/kafka-connector"))
.settings(stdSettings("zio-connect-kafka"))
.settings(
libraryDependencies ++= Seq(
KafkaDependencies.`zio-kafka`,
KafkaDependencies.`zio-kafka-test-utils`,
zio,
`zio-streams`,
`zio-test`,
`zio-test-sbt`
)
)
.settings(
libraryDependencies ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, n)) if n <= 12 => Seq(`scala-compact-collection`)
case _ => Seq.empty
}
}
)
.settings(
testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework"),
Test / fork := true
)

lazy val fs2Connector = project
.in(file("connectors/fs2-connector"))
.settings(stdSettings("zio-connect-fs2"))
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions project/KafkaDependencies.scala

This file was deleted.

0 comments on commit 2b1f56e

Please sign in to comment.