GJL commented on a change in pull request #10293: [FLINK-14905][build] Unify
Java8/11 packaging process
URL: https://github.com/apache/flink/pull/10293#discussion_r352101762
##########
File path: flink-dist/pom.xml
##########
@@ -383,6 +383,16 @@ under the License.
</dependency>
<!-- end optional Flink libraries -->
+ <dependency>
+ <!-- some components require jaxb-api on Java 11+,
which is no longer bundled with the JDK -->
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>${jaxb.api.version}</version>
+ <!-- packaged sa an optional dependency that is only
accessible on Java 11+ -->
Review comment:
nit: packaged _as_ an [...]
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services