File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
extensions/spark/kyuubi-spark-lineage Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 173173 <artifactId >kyuubi-spark-authz_${scala.binary.version}</artifactId >
174174 <version >${project.version} </version >
175175 </dependency >
176+ <dependency >
177+ <groupId >org.apache.kyuubi</groupId >
178+ <artifactId >kyuubi-spark-lineage_${scala.binary.version}</artifactId >
179+ <version >${project.version} </version >
180+ </dependency >
176181 </dependencies >
177182 </profile >
178183 <profile >
193198 <artifactId >kyuubi-spark-authz_${scala.binary.version}</artifactId >
194199 <version >${project.version} </version >
195200 </dependency >
201+ <dependency >
202+ <groupId >org.apache.kyuubi</groupId >
203+ <artifactId >kyuubi-spark-lineage_${scala.binary.version}</artifactId >
204+ <version >${project.version} </version >
205+ </dependency >
196206 </dependencies >
197207 </profile >
198208 <profile >
213223 <artifactId >kyuubi-spark-authz_${scala.binary.version}</artifactId >
214224 <version >${project.version} </version >
215225 </dependency >
226+ <dependency >
227+ <groupId >org.apache.kyuubi</groupId >
228+ <artifactId >kyuubi-spark-lineage_${scala.binary.version}</artifactId >
229+ <version >${project.version} </version >
230+ </dependency >
216231 </dependencies >
217232 </profile >
218233 <profile >
228243 <artifactId >kyuubi-spark-connector-hive_${scala.binary.version}</artifactId >
229244 <version >${project.version} </version >
230245 </dependency >
246+ <!-- TODO: support authz -->
247+ <dependency >
248+ <groupId >org.apache.kyuubi</groupId >
249+ <artifactId >kyuubi-spark-lineage_${scala.binary.version}</artifactId >
250+ <version >${project.version} </version >
251+ </dependency >
231252 </dependencies >
232253 </profile >
233254 <profile >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ build/mvn clean package -DskipTests -pl :kyuubi-spark-lineage_2.12 -am -Dspark.v
3333
3434` -Dspark.version= `
3535
36- - [x] master
36+ - [x] 4.0.x
3737- [x] 3.5.x (default)
3838- [x] 3.4.x
3939- [x] 3.3.x
You can’t perform that action at this time.
0 commit comments