[ 
https://issues.apache.org/jira/browse/FLINK-9944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16555984#comment-16555984
 ] 

ASF GitHub Bot commented on FLINK-9944:
---------------------------------------

dawidwys commented on a change in pull request #6421: [FLINK-9944][tests] 
Cleanup end-to-end test poms
URL: https://github.com/apache/flink/pull/6421#discussion_r205187594
 
 

 ##########
 File path: flink-end-to-end-tests/flink-bucketing-sink-test/pom.xml
 ##########
 @@ -72,30 +66,15 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-shade-plugin</artifactId>
-                               <version>3.0.0</version>
                                <executions>
                                        <execution>
+                                               
<id>BucketingSinkTestProgram</id>
 
 Review comment:
   Ok point taken, thanks for explaining it to me.

----------------------------------------------------------------
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:
us...@infra.apache.org


> Cleanup end-to-end test poms
> ----------------------------
>
>                 Key: FLINK-9944
>                 URL: https://issues.apache.org/jira/browse/FLINK-9944
>             Project: Flink
>          Issue Type: Improvement
>          Components: Build System, Tests
>    Affects Versions: 1.6.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.6.0
>
>
> The poms for the various end-to-end modules require some attention.
> We can streamline the shade-plugin configuration by moving common elements to 
> the parent pom.
> Most modules explicitly depend on flink-core; in the spirit of being similar 
> to quickstart projects (i.e. the template for user-jars) we should remove 
> this dependency. It is transitively pulled in by the API modules flink-java 
> and flink-streaming-java.
> Other problems:
> * several flink dependencies are not set to provided
> * the datastream-allround-test has a hard-coded scala version in it's rocksdb 
> dependency.
> * The ttl test depends on rocksdb but doesn't actually use it



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to