File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 -->
93118 <artifactId >log4j-1.2-api</artifactId >
94119 <scope >compile</scope >
95120 </dependency >
121+
122+
96123 </dependencies >
97124
98125
You can’t perform that action at this time.
0 commit comments