Skip to content

Commit 5872d49

Browse files
authored
Merge pull request #32 from zhoujinsong/fix-flink-ds
Fix maven dependency format
2 parents d115659 + 849c408 commit 5872d49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

amoro-docs/content/engines/flink/flink-ds.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ menu:
1212

1313
## Add maven dependency
1414
To add a dependency on Mixed-format flink connector in Maven, add the following to your pom.xml:
15+
```xml
1516
<dependencies>
1617
...
1718
<dependency>
@@ -23,6 +24,7 @@ To add a dependency on Mixed-format flink connector in Maven, add the following
2324
</dependency>
2425
...
2526
</dependencies>
27+
```
2628

2729
## Reading with DataStream
2830
Amoro supports reading data in Batch or Streaming mode through Java API.

0 commit comments

Comments
 (0)