inter12 commented on a change in pull request #1918:
URL: https://github.com/apache/incubator-inlong/pull/1918#discussion_r764682217
##########
File path: inlong-dataproxy/dataproxy-source/pom.xml
##########
@@ -46,19 +46,13 @@
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
- <version>2.0.2</version>
+ <version>${powermock.version}</version>
Review comment:
dependencymanagement
##########
File path: inlong-dataproxy/dataproxy-source/pom.xml
##########
@@ -46,19 +46,13 @@
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
- <version>2.0.2</version>
+ <version>${powermock.version}</version>
Review comment:
The third-party dependent version needs to be external to the parent pom
<dependencymanagement> file
--
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]