Dennis-Mircea commented on code in PR #1182:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/1182#discussion_r3804048061
##########
pom.xml:
##########
@@ -136,6 +136,11 @@ under the License.
<scope>import</scope>
<version>2.21.5</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>${commons-lang3.version}</version>
+ </dependency>
Review Comment:
By placing this dependency here I think we can delete the version that is
specified on the api module as it is redundant.
--
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]