Skip to content

Commit

Permalink
Revert "Modularize dataset"
Browse files Browse the repository at this point in the history
This reverts commit ecd3398.
  • Loading branch information
jduo committed Jan 5, 2024
1 parent 5c0cf8c commit 9701a21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
13 changes: 0 additions & 13 deletions java/dataset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
<artifactId>arrow-c-data</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-netty</artifactId>
Expand Down Expand Up @@ -165,15 +161,6 @@
</resources>

<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<enableAssertions>false</enableAssertions>
<systemPropertyVariables>
<arrow.test.dataRoot>${project.basedir}/../../testing/data</arrow.test.dataRoot>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
Expand Down
29 changes: 0 additions & 29 deletions java/dataset/src/main/java/module-info.java

This file was deleted.

0 comments on commit 9701a21

Please sign in to comment.