aljoscha commented on a change in pull request #7409: [FLINK-11064] [table]
Setup a new flink-table module structure
URL: https://github.com/apache/flink/pull/7409#discussion_r245657065
##########
File path: flink-table/flink-table-planner/pom.xml
##########
@@ -74,24 +59,26 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
- <artifactId>flink-shaded-jackson</artifactId>
+
<artifactId>flink-cep_${scala.binary.version}</artifactId>
+ <version>${project.version}</version>
<scope>provided</scope>
</dependency>
- <!-- Used for code generation -->
+ <!-- Table ecosystem -->
Review comment:
I think we can/should still include `flink-table-common` here, even though
it's a transitive dependency.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services