echauchot commented on code in PR #23:
URL: 
https://github.com/apache/flink-connector-shared-utils/pull/23#discussion_r1402123767


##########
pom.xml:
##########
@@ -48,7 +52,41 @@ under the License.
                        <artifactId>flink-test-utils-junit</artifactId>
                        <version>${flink.version}</version>
                        <scope>test</scope>
+                       <!-- for dependency convergence -->
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.apache.commons</groupId>
+                                       
<artifactId>commons-compress</artifactId>
+                               </exclusion>
+                       </exclusions>
                </dependency>
+
+               <!-- ArchUit test dependencies -->
+               <dependency>
+                       <groupId>org.apache.flink</groupId>
+                       <artifactId>flink-architecture-tests-test</artifactId>

Review Comment:
   Done:
   - added a simple archunit rule for both test and production code
   - removed the flink archunit dependencies
   - improved the dependencies declaration between parent and children modules



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to