|
68 | 68 | <artifactId>iceberg-bundled-guava</artifactId> |
69 | 69 | <version>${iceberg.version}</version> |
70 | 70 | </dependency> |
| 71 | + |
| 72 | + <!-- test dependency --> |
71 | 73 | <dependency> |
72 | 74 | <groupId>com.alibaba.fluss</groupId> |
73 | 75 | <artifactId>fluss-common</artifactId> |
|
80 | 82 | <version>${project.version}</version> |
81 | 83 | <scope>test</scope> |
82 | 84 | </dependency> |
| 85 | + <dependency> |
| 86 | + <groupId>com.alibaba.fluss</groupId> |
| 87 | + <artifactId>fluss-server</artifactId> |
| 88 | + <version>${project.version}</version> |
| 89 | + <scope>test</scope> |
| 90 | + </dependency> |
| 91 | + <dependency> |
| 92 | + <groupId>com.alibaba.fluss</groupId> |
| 93 | + <artifactId>fluss-server</artifactId> |
| 94 | + <version>${project.version}</version> |
| 95 | + <type>test-jar</type> |
| 96 | + <scope>test</scope> |
| 97 | + </dependency> |
| 98 | + |
| 99 | + <dependency> |
| 100 | + <groupId>com.alibaba.fluss</groupId> |
| 101 | + <artifactId>fluss-common</artifactId> |
| 102 | + <version>${project.version}</version> |
| 103 | + <type>test-jar</type> |
| 104 | + <scope>test</scope> |
| 105 | + </dependency> |
| 106 | + |
| 107 | + <dependency> |
| 108 | + <groupId>com.alibaba.fluss</groupId> |
| 109 | + <artifactId>fluss-test-utils</artifactId> |
| 110 | + </dependency> |
| 111 | + |
83 | 112 | <dependency> |
84 | 113 | <groupId>org.apache.hadoop</groupId> |
85 | 114 | <artifactId>hadoop-mapreduce-client-core</artifactId> |
|
130 | 159 | <artifactId>commons-io</artifactId> |
131 | 160 | <groupId>commons-io</groupId> |
132 | 161 | </exclusion> |
| 162 | + <exclusion> |
| 163 | + <groupId>org.apache.curator</groupId> |
| 164 | + <artifactId>curator-client</artifactId> |
| 165 | + </exclusion> |
| 166 | + <exclusion> |
| 167 | + <groupId>org.apache.curator</groupId> |
| 168 | + <artifactId>curator-framework</artifactId> |
| 169 | + </exclusion> |
| 170 | + <exclusion> |
| 171 | + <groupId>org.apache.curator</groupId> |
| 172 | + <artifactId>curator-recipes</artifactId> |
| 173 | + </exclusion> |
| 174 | + <exclusion> |
| 175 | + <groupId>org.apache.zookeeper</groupId> |
| 176 | + <artifactId>zookeeper</artifactId> |
| 177 | + </exclusion> |
133 | 178 | </exclusions> |
134 | 179 | </dependency> |
135 | 180 |
|
|
140 | 185 | <scope>test</scope> |
141 | 186 | </dependency> |
142 | 187 |
|
| 188 | + <dependency> |
| 189 | + <groupId>com.alibaba.fluss</groupId> |
| 190 | + <artifactId>fluss-flink-common</artifactId> |
| 191 | + <version>${project.version}</version> |
| 192 | + <scope>test</scope> |
| 193 | + </dependency> |
| 194 | + |
| 195 | + <dependency> |
| 196 | + <groupId>org.apache.flink</groupId> |
| 197 | + <artifactId>flink-core</artifactId> |
| 198 | + <scope>test</scope> |
| 199 | + </dependency> |
| 200 | + |
| 201 | + <dependency> |
| 202 | + <groupId>org.apache.flink</groupId> |
| 203 | + <artifactId>flink-table-common</artifactId> |
| 204 | + <scope>test</scope> |
| 205 | + </dependency> |
| 206 | + |
| 207 | + <dependency> |
| 208 | + <groupId>org.apache.flink</groupId> |
| 209 | + <artifactId>flink-table-runtime</artifactId> |
| 210 | + <scope>test</scope> |
| 211 | + </dependency> |
| 212 | + |
| 213 | + <dependency> |
| 214 | + <groupId>org.apache.flink</groupId> |
| 215 | + <artifactId>flink-connector-base</artifactId> |
| 216 | + <scope>test</scope> |
| 217 | + </dependency> |
| 218 | + |
| 219 | + <dependency> |
| 220 | + <groupId>org.apache.flink</groupId> |
| 221 | + <artifactId>flink-table-test-utils</artifactId> |
| 222 | + <scope>test</scope> |
| 223 | + </dependency> |
| 224 | + |
| 225 | + |
143 | 226 | </dependencies> |
144 | 227 |
|
145 | 228 | <build> |
|
0 commit comments