XComp commented on code in PR #22753:
URL: https://github.com/apache/flink/pull/22753#discussion_r1228225178
##########
flink-rpc/flink-rpc-akka/pom.xml:
##########
@@ -136,21 +123,11 @@ under the License.
<dependencyManagement>
<dependencies>
- <dependency>
- <groupId>org.scala-lang</groupId>
- <artifactId>scala-compiler</artifactId>
- <version>${scala.version}</version>
- </dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
Review Comment:
Why do we need `scala-library` still as a dependency here? :thinking: There
are no sub-modules that could use it
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]