You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "mdedetrich (via GitHub)" <gi...@apache.org> on 2023/05/30 19:30:47 UTC

[GitHub] [incubator-pekko-connectors] mdedetrich commented on a diff in pull request #128: Scala3 couchbase support

mdedetrich commented on code in PR #128:
URL: https://github.com/apache/incubator-pekko-connectors/pull/128#discussion_r1210734923


##########
project/Dependencies.scala:
##########
@@ -129,10 +129,9 @@ object Dependencies {
       "com.couchbase.client" % "java-client" % CouchbaseVersion, // ApacheV2
       "io.reactivex" % "rxjava-reactive-streams" % "1.2.1", // ApacheV2
       "org.apache.pekko" %% "pekko-discovery" % PekkoVersion % Provided, // Apache V2
+      "org.apache.pekko" %% "pekko-http" % PekkoHttpVersion % Test, // Apache V2
       "com.fasterxml.jackson.core" % "jackson-databind" % JacksonDatabindVersion % Test, // Apache V2
-      "com.fasterxml.jackson.module" %% "jackson-module-scala" % JacksonDatabindVersion % Test, // Apache V2
-      "com.typesafe.play" %% "play-json" % "2.10.0-RC8" % Test, // Apache V2

Review Comment:
   Im guessing these were accidentally left in?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org