Skip to content

Commit

Permalink
SNOW-1434937 Clean up streaming code (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli authored May 17, 2024
1 parent 8b29e85 commit 2cbacd1
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1,450 deletions.
1 change: 0 additions & 1 deletion ClusterTest/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ lazy val root = project.withId("spark-snowflake").in(file("."))
resolvers +=
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
libraryDependencies ++= Seq(
"net.snowflake" % "snowflake-ingest-sdk" % "0.10.8",
"net.snowflake" % "snowflake-jdbc" % "3.16.0",
"org.apache.commons" % "commons-lang3" % "3.5" % "provided, runtime",
"org.apache.spark" %% "spark-core" % testSparkVersion % "provided, runtime",
Expand Down
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ lazy val root = project.withId("spark-snowflake").in(file("."))
resolvers +=
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
libraryDependencies ++= Seq(
"net.snowflake" % "snowflake-ingest-sdk" % "0.10.8",
"net.snowflake" % "snowflake-jdbc" % "3.16.0",
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
"org.mockito" % "mockito-core" % "1.10.19" % Test,
Expand Down

This file was deleted.

Loading

0 comments on commit 2cbacd1

Please sign in to comment.