Skip to content

Commit dafce0a

Browse files
authored
[MINOR] Drop the duplicate xtable-core test-jar dependency (#899)
xtable-utilities declared it twice, identically, which Maven warns about and says future versions may reject.
1 parent a345fe1 commit dafce0a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

xtable-utilities/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,14 +244,6 @@
244244
<artifactId>junit-jupiter-engine</artifactId>
245245
<scope>test</scope>
246246
</dependency>
247-
<dependency>
248-
<groupId>org.apache.xtable</groupId>
249-
<artifactId>xtable-core_${scala.binary.version}</artifactId>
250-
<version>${project.version}</version>
251-
<classifier>tests</classifier>
252-
<type>test-jar</type>
253-
<scope>test</scope>
254-
</dependency>
255247
<dependency>
256248
<groupId>org.apache.hudi</groupId>
257249
<artifactId>hudi-spark${spark.version.prefix}-bundle_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)