wallezhang commented on code in PR #10310:
URL: https://github.com/apache/inlong/pull/10310#discussion_r1621912678
##########
inlong-manager/manager-plugins/pom.xml:
##########
@@ -56,6 +53,9 @@
</profile>
<profile>
<id>v1.15</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
Review Comment:
There is a problem here. If I activate all versions, it will depend on the
`sort-flink-dependencies-v1.13` module, which I have excluded because it is in
the `sort-flink-v1.13` module. It also depends on `sort-format-json-v1.13`, but
this module is excluded because the default activated profile has changed to
v1.15.
--
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]