Skip to content

Commit

Permalink
Revert "Revert "remove snapi frontend dep""
Browse files Browse the repository at this point in the history
This reverts commit d337f54.
  • Loading branch information
datYori committed May 1, 2024
1 parent d337f54 commit 9b185e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,8 @@ lazy val sqlParser = (project in file("sql-parser"))
lazy val sqlClient = (project in file("sql-client"))
.dependsOn(
client % "compile->compile;test->test",
snapiFrontend % "compile->compile;test->test",
sqlParser % "compile->compile;test->test",
sources % "compile->compile;test->test",
sqlParser % "compile->compile;test->test",
)
.settings(
commonSettings,
Expand Down
1 change: 0 additions & 1 deletion sql-client/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
requires raw.sql.parser;
requires java.sql;
requires com.zaxxer.hikari;
requires raw.snapi.frontend;
requires raw.sources;

provides raw.client.api.CompilerServiceBuilder with
Expand Down

0 comments on commit 9b185e7

Please sign in to comment.