davidradl commented on code in PR #47:
URL: 
https://github.com/apache/flink-connector-http/pull/47#discussion_r3302983239


##########
pom.xml:
##########
@@ -644,10 +644,12 @@ under the License.
                             <ignoredDependencies>
                                 <!--These dependencies are required for the 
unit tests to succeed  -->
                                 
<ignoredDependency>org.mockito:mockito-inline:jar:4.6.1</ignoredDependency>
-                                <!-- Runtime dependencies loaded via 
ServiceLoader for test execution -->
-                                
<ignoredDependency>org.apache.flink:flink-clients:jar:*:test</ignoredDependency>
-                                
<ignoredDependency>org.apache.flink:flink-streaming-java:jar:*:test</ignoredDependency>
                             </ignoredDependencies>
+                            <ignoredUnusedDeclaredDependencies>
+                                <!-- Runtime dependencies loaded via 
ServiceLoader for test execution -->
+                                
<ignoredUnusedDeclaredDependency>org.apache.flink:flink-clients</ignoredUnusedDeclaredDependency>

Review Comment:
   "Ignore unused dependency warnings for any artifact matching 
org.apache.flink:flink-clients, regardless of version, type, or scope." It's 
version-agnostic  so works for snapshots and non snapshots.



-- 
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