Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin committed Feb 2, 2024
1 parent f832cbe commit 72f2b8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flink-table/flink-table-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ under the License.
<optional>${flink.markBundledAsOptional}</optional>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>

<!-- Test dependencies -->

<dependency>
Expand Down

0 comments on commit 72f2b8e

Please sign in to comment.