This is an automated email from the ASF dual-hosted git repository.

hangxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 629c35712dc84eb833e9f960d16640b1e2f16feb
Author: Hangxiang Yu <master...@gmail.com>
AuthorDate: Mon Apr 15 17:24:25 2024 +0800

    [FLINK-35047][state] Introduce forstjni dependency
---
 flink-state-backends/flink-statebackend-forst/pom.xml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/flink-state-backends/flink-statebackend-forst/pom.xml 
b/flink-state-backends/flink-statebackend-forst/pom.xml
index c4fb6252c8b..abf750379a7 100644
--- a/flink-state-backends/flink-statebackend-forst/pom.xml
+++ b/flink-state-backends/flink-statebackend-forst/pom.xml
@@ -60,12 +60,11 @@ under the License.
                        <scope>provided</scope>
                </dependency>
 
-<!--           TODO: Enable forst dependency when it's available in the maven 
central repository -->
-<!--           <dependency>-->
-<!--                   <groupId>com.ververica</groupId>-->
-<!--                   <artifactId>forstjni</artifactId>-->
-<!--                   <version>0.1.0-beta</version>-->
-<!--           </dependency>-->
+               <dependency>
+                       <groupId>com.ververica</groupId>
+                       <artifactId>forstjni</artifactId>
+                       <version>0.1.0-beta</version>
+               </dependency>
 
                <!-- test dependencies -->
 

Reply via email to