Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/flink/pull/4807#discussion_r144518821
--- Diff: flink-queryable-state/flink-queryable-state-java/pom.xml ---
@@ -110,8 +110,8 @@ under the License.
</dependency>
<dependency>
- <groupId>com.data-artisans</groupId>
-
<artifactId>flakka-testkit_${scala.binary.version}</artifactId>
+ <groupId>com.typesafe.akka</groupId>
--- End diff --
I could not find any use of akka testkit in the queryable state client (and
there should not be, design wise).
Was this just copy/paste forwarded and can be dropped?
---