Skip to content

Commit

Permalink
Remove arrow-shared
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astachowski committed Dec 6, 2024
1 parent 920c37b commit 2b39a3f
Showing 1 changed file with 0 additions and 92 deletions.
92 changes: 0 additions & 92 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,98 +388,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
<id>install-arrow-format</id>
<goals>
<goal>install-file</goal>
</goals>
<phase>validate</phase>
<configuration>
<file>${project.basedir}/dependencies/arrow-format-${arrow.version}.jar</file>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-format</artifactId>
<version>${arrow.version}</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
</execution>
<execution>
<id>install-arrow-memory-core</id>
<goals>
<goal>install-file</goal>
</goals>
<phase>validate</phase>
<configuration>
<file>${project.basedir}/dependencies/arrow-memory-core-${arrow.version}.jar</file>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-core</artifactId>
<version>${arrow.version}</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
</execution>
<execution>
<id>install-arrow-memory-netty-buffer-patch</id>
<goals>
<goal>install-file</goal>
</goals>
<phase>validate</phase>
<configuration>
<file>${project.basedir}/dependencies/arrow-memory-netty-buffer-patch-${arrow.version}.jar</file>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-netty-buffer-patch</artifactId>
<version>${arrow.version}</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
</execution>
<execution>
<id>install-arrow-memory-pom</id>
<goals>
<goal>install-file</goal>
</goals>
<phase>validate</phase>
<configuration>
<file>${project.basedir}/dependencies/arrow-memory-${arrow.version}.pom</file>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory</artifactId>
<version>${arrow.version}</version>
<packaging>pom</packaging>
<generatePom>true</generatePom>
</configuration>
</execution>

<execution>
<id>install-arrow-memory-unsafe</id>
<goals>
<goal>install-file</goal>
</goals>
<phase>validate</phase>
<configuration>
<file>${project.basedir}/dependencies/arrow-memory-unsafe-${arrow.version}.jar</file>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-memory-unsafe</artifactId>
<version>${arrow.version}</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
</execution>

<execution>
<id>install-arrow-vector</id>
<goals>
<goal>install-file</goal>
</goals>
<phase>validate</phase>
<configuration>
<file>${project.basedir}/dependencies/arrow-vector-${arrow.version}.jar</file>
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>
<version>${arrow.version}</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
</execution>
<execution>
<id>install-tika-core</id>
<goals>
Expand Down

0 comments on commit 2b39a3f

Please sign in to comment.