File tree Expand file tree Collapse file tree 13 files changed +33
-12
lines changed
fluss-connectors/fluss-connector-flink
fluss-lakehouse/fluss-lakehouse-paimon
fluss-protogen/fluss-protogen-tests Expand file tree Collapse file tree 13 files changed +33
-12
lines changed Original file line number Diff line number Diff line change 8181 <dependency >
8282 <groupId >com.alibaba.fluss</groupId >
8383 <artifactId >fluss-test-utils</artifactId >
84- <version >${project.version} </version >
85- <scope >test</scope >
8684 </dependency >
8785
8886 <dependency >
Original file line number Diff line number Diff line change 8686 <dependency >
8787 <groupId >com.alibaba.fluss</groupId >
8888 <artifactId >fluss-test-utils</artifactId >
89- <version >${project.version} </version >
90- <scope >test</scope >
9189 </dependency >
9290 <!-- test util for ProtoCodecUtilsTest -->
9391 <dependency >
Original file line number Diff line number Diff line change 143143 <dependency >
144144 <groupId >com.alibaba.fluss</groupId >
145145 <artifactId >fluss-test-utils</artifactId >
146- <version >${project.version} </version >
147- <scope >test</scope >
148146 </dependency >
149147
150148 <dependency >
Original file line number Diff line number Diff line change 8888 <dependency >
8989 <groupId >com.alibaba.fluss</groupId >
9090 <artifactId >fluss-test-utils</artifactId >
91- <version >${project.version} </version >
92- <scope >test</scope >
9391 </dependency >
9492
9593 <!-- for the HDFS mini cluster test suite -->
Original file line number Diff line number Diff line change 9999 <scope >provided</scope >
100100 </dependency >
101101
102+ <dependency >
103+ <groupId >com.alibaba.fluss</groupId >
104+ <artifactId >fluss-test-utils</artifactId >
105+ </dependency >
102106 <!-- for the behavior test suite -->
103107 <dependency >
104108 <groupId >com.alibaba.fluss</groupId >
Original file line number Diff line number Diff line change 240240 </dependency >
241241
242242
243+ <dependency >
244+ <groupId >com.alibaba.fluss</groupId >
245+ <artifactId >fluss-test-utils</artifactId >
246+ </dependency >
243247 <!-- for the behavior test suite -->
244248 <dependency >
245249 <groupId >com.alibaba.fluss</groupId >
Original file line number Diff line number Diff line change 146146 <dependency >
147147 <groupId >com.alibaba.fluss</groupId >
148148 <artifactId >fluss-test-utils</artifactId >
149- <version >${project.version} </version >
150- <scope >test</scope >
151149 </dependency >
152150
153151 <dependency >
Original file line number Diff line number Diff line change 4444 </dependency >
4545
4646 <!-- test dependencies -->
47+ <dependency >
48+ <groupId >com.alibaba.fluss</groupId >
49+ <artifactId >fluss-test-utils</artifactId >
50+ </dependency >
4751 <dependency >
4852 <groupId >com.alibaba.fluss</groupId >
4953 <artifactId >fluss-common</artifactId >
Original file line number Diff line number Diff line change 5353 </dependency >
5454
5555 <!-- test dependencies -->
56+ <dependency >
57+ <groupId >com.alibaba.fluss</groupId >
58+ <artifactId >fluss-test-utils</artifactId >
59+ </dependency >
5660 <dependency >
5761 <groupId >com.alibaba.fluss</groupId >
5862 <artifactId >fluss-common</artifactId >
Original file line number Diff line number Diff line change 5252 <version >${jmh.version} </version >
5353 </dependency >
5454
55+ <dependency >
56+ <groupId >com.alibaba.fluss</groupId >
57+ <artifactId >fluss-test-utils</artifactId >
58+ </dependency >
59+
5560 <!-- Tests depends on ByteBufChannel -->
5661 <dependency >
5762 <groupId >com.alibaba.fluss</groupId >
You can’t perform that action at this time.
0 commit comments