This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new af687ab9b Fix dependency resolution with GoogleBigQueryStorage module
af687ab9b is described below

commit af687ab9b0a46f5e84ad16a6eb682010cdcc7287
Author: Matthew de Detrich <[email protected]>
AuthorDate: Tue May 2 20:48:33 2023 +0200

    Fix dependency resolution with GoogleBigQueryStorage module
---
 project/Dependencies.scala | 1 +
 1 file changed, 1 insertion(+)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a1edfb0f2..483d587f6 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -206,6 +206,7 @@ object Dependencies {
       "io.grpc" % "grpc-auth" % 
org.apache.pekko.grpc.gen.BuildInfo.grpcVersion, // ApacheV2
       "org.apache.pekko" %% "pekko-http-spray-json" % PekkoHttpVersion,
       "org.apache.pekko" %% "pekko-http-core" % PekkoHttpVersion,
+      "org.apache.pekko" %% "pekko-http" % PekkoHttpVersion,
       "org.apache.pekko" %% "pekko-parsing" % PekkoHttpVersion,
       "org.apache.arrow" % "arrow-memory-netty" % "4.0.1" % Test,
       "org.apache.pekko" %% "pekko-discovery" % PekkoVersion) ++ Mockito)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to