vernedeng commented on code in PR #123:
URL: 
https://github.com/apache/flink-connector-pulsar/pull/123#discussion_r3490151219


##########
pom.xml:
##########
@@ -435,18 +424,6 @@ under the License.
                 <version>${protobuf.version}</version>
             </dependency>
 
-            <dependency>
-                <groupId>org.scala-lang</groupId>
-                <artifactId>scala-reflect</artifactId>
-                <version>${scala-reflect.version}</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.scala-lang</groupId>
-                <artifactId>scala-library</artifactId>
-                <version>${scala-library.version}</version>
-            </dependency>

Review Comment:
   Flink 2.x no longer needs these Scala artifacts pinned externally; the 
previous `2.12.7` pins conflicted with what Flink 2.x transitively brings 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to