Skip to content

Commit aef53f2

Browse files
Add all needed dependencies to fluss-dist. (#575)
1 parent be162a4 commit aef53f2

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

fluss-dist/pom.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
<scope>provided</scope>
3838
</dependency>
3939

40+
<!-- filesystem plugin -->
41+
<dependency>
42+
<groupId>com.alibaba.fluss</groupId>
43+
<artifactId>fluss-fs-hadoop</artifactId>
44+
<version>${project.version}</version>
45+
<scope>provided</scope>
46+
</dependency>
47+
4048
<dependency>
4149
<groupId>com.alibaba.fluss</groupId>
4250
<artifactId>fluss-fs-oss</artifactId>
@@ -51,6 +59,22 @@
5159
<scope>provided</scope>
5260
</dependency>
5361

62+
<!-- metrics plugin -->
63+
<dependency>
64+
<groupId>com.alibaba.fluss</groupId>
65+
<artifactId>fluss-metrics-prometheus</artifactId>
66+
<version>${project.version}</version>
67+
<scope>provided</scope>
68+
</dependency>
69+
70+
<dependency>
71+
<groupId>com.alibaba.fluss</groupId>
72+
<artifactId>fluss-metrics-jmx</artifactId>
73+
<version>${project.version}</version>
74+
<scope>provided</scope>
75+
</dependency>
76+
77+
5478
<dependency>
5579
<groupId>com.alibaba.fluss</groupId>
5680
<artifactId>fluss-lakehouse-paimon</artifactId>
@@ -65,6 +89,7 @@
6589
<scope>provided</scope>
6690
</dependency>
6791

92+
6893
<!-- Concrete logging framework - we add this only here (and not in the
6994
root POM) to not tie the projects to one specific framework and make
7095
it easier for users to swap logging frameworks -->
@@ -93,6 +118,8 @@
93118
<artifactId>log4j-1.2-api</artifactId>
94119
<scope>compile</scope>
95120
</dependency>
121+
122+
96123
</dependencies>
97124

98125

0 commit comments

Comments
 (0)