Skip to content

Commit a6f86ac

Browse files
committed
fixing POM
1 parent ae61a28 commit a6f86ac

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,20 @@
616616
<artifactId>jettison</artifactId>
617617
<version>1.5.4</version>
618618
</dependency>
619+
<dependency>
620+
<groupId>io.delta</groupId>
621+
<artifactId>delta-kernel-api</artifactId>
622+
<version>${delta.kernel.version}</version>
623+
<scope>provided</scope>
624+
</dependency>
625+
626+
<dependency>
627+
<groupId>io.delta</groupId>
628+
<artifactId>delta-kernel-defaults</artifactId>
629+
<version>${delta.kernel.version}</version>
630+
<scope>provided</scope>
631+
</dependency>
632+
619633
</dependencies>
620634
</dependencyManagement>
621635

xtable-core/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,21 +109,16 @@
109109
<artifactId>delta-standalone_${scala.binary.version}</artifactId>
110110
<scope>test</scope>
111111
</dependency>
112-
113112
<dependency>
114113
<groupId>io.delta</groupId>
115114
<artifactId>delta-kernel-api</artifactId>
116-
<version>${delta.kernel.version}</version>
117115
</dependency>
118116

119117
<dependency>
120118
<groupId>io.delta</groupId>
121119
<artifactId>delta-kernel-defaults</artifactId>
122-
<version>${delta.kernel.version}</version>
123120
</dependency>
124121

125-
126-
127122
<!-- Paimon dependencies -->
128123
<dependency>
129124
<groupId>org.apache.paimon</groupId>

0 commit comments

Comments
 (0)