Skip to content

Commit

Permalink
[Improvement] Support SessionController and JobController obtaining c…
Browse files Browse the repository at this point in the history
…luster through deployment mode (apache#484)
  • Loading branch information
s7monk authored and zhangrl committed Sep 11, 2024
1 parent fd46a60 commit dfc4a2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions paimon-web-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,13 @@ under the License.
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-table-planner_${scala.version}</artifactId>
<version>${flink.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
Expand Down

0 comments on commit dfc4a2c

Please sign in to comment.