Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/5853#discussion_r181706338
--- Diff: flink-libraries/flink-table/pom.xml ---
@@ -102,9 +114,24 @@ under the License.
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
</exclusion>
+ <!-- Use Flink specific commons-lang version
instead -->
+ <exclusion>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </exclusion>
+ <!-- Use Flink specific Janino version instead
-->
+ <exclusion>
--- End diff --
instead of exclusions you can also add an entry to the
`dependencyManagement`
Advertising
---