arrow-java-root
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.intel.arrow</groupId> <artifactId>arrow-java-root</artifactId> <version>0.17.0-oap-0.9</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.intel.arrow</groupId> <artifactId>arrow-java-root</artifactId> <version>0.17.0-oap-0.9</version> <packaging>pom</packaging> <name>Apache Arrow Java Root POM</name> <description>Apache Arrow is open source, in-memory columnar data structures and low-overhead messaging</description> <url>https://arrow.apache.org/</url> <properties> <target.gen.source.path>${project.basedir}/target/generated-sources</target.gen.source.path> <dep.junit.platform.version>1.4.0</dep.junit.platform.version> <dep.junit.jupiter.version>5.4.0</dep.junit.jupiter.version> <dep.slf4j.version>1.7.25</dep.slf4j.version> <dep.guava.version>20.0</dep.guava.version> <dep.netty.version>4.1.27.Final</dep.netty.version> <dep.jackson.version>2.9.8</dep.jackson.version> <dep.hadoop.version>2.7.1</dep.hadoop.version> <dep.fbs.version>1.9.0</dep.fbs.version> <dep.flatc.version>1.9.0</dep.flatc.version> <dep.avro.version>1.9.2</dep.avro.version> <arrow.vector.classifier /> <forkCount>2</forkCount> <checkstyle.failOnViolation>true</checkstyle.failOnViolation> <errorprone.javac.version>9+181-r4173-1</errorprone.javac.version> </properties> <scm> <connection>scm:git:https://github.com/apache/arrow.git</connection> <developerConnection>scm:git:https://github.com/apache/arrow.git</developerConnection> <url>https://github.com/apache/arrow</url> <tag>apache-arrow-0.17.0</tag> </scm> <mailingLists> <mailingList> <name>Developer List</name> <subscribe>dev-subscribe@arrow.apache.org</subscribe> <unsubscribe>dev-unsubscribe@arrow.apache.org</unsubscribe> <post>dev@arrow.apache.org</post> <archive>https://mail-archives.apache.org/mod_mbox/arrow-dev/</archive> </mailingList> <mailingList> <name>Commits List</name> <subscribe>commits-subscribe@arrow.apache.org</subscribe> <unsubscribe>commits-unsubscribe@arrow.apache.org</unsubscribe> <post>commits@arrow.apache.org</post> <archive>https://mail-archives.apache.org/mod_mbox/arrow-commits/</archive> </mailingList> <mailingList> <name>Issues List</name> <subscribe>issues-subscribe@arrow.apache.org</subscribe> <unsubscribe>issues-unsubscribe@arrow.apache.org</unsubscribe> <archive>https://mail-archives.apache.org/mod_mbox/arrow-issues/</archive> </mailingList> </mailingLists> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <name>xiangxiang shen</name> <email>xiangxiang.shen@intel.com</email> <organization>intel bigdata</organization> <organizationUrl>https://github.com/Intel-bigdata</organizationUrl> </developer> </developers> <distributionManagement> <snapshotRepository> <id>ossrh</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>ossrh</id> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> <repositories> </repositories> <issueManagement> <system>Jira</system> <url>https://issues.apache.org/jira/browse/arrow</url> </issueManagement> <build> <plugins> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <executions> <execution> <id>rat-checks</id> <phase>validate</phase> <goals> <goal>check</goal> </goals> </execution> </executions> <configuration> <excludeSubProjects>false</excludeSubProjects> <excludes> <exclude>**/dependency-reduced-pom.xml</exclude> <exclude>**/*.log</exclude> <exclude>**/*.css</exclude> <exclude>**/*.js</exclude> <exclude>**/*.md</exclude> <exclude>**/*.eps</exclude> <exclude>**/*.json</exclude> <exclude>**/*.seq</exclude> <exclude>**/*.parquet</exclude> <exclude>**/*.sql</exclude> <exclude>**/git.properties</exclude> <exclude>**/*.csv</exclude> <exclude>**/*.csvh</exclude> <exclude>**/*.csvh-test</exclude> <exclude>**/*.tsv</exclude> <exclude>**/*.txt</exclude> <exclude>**/*.ssv</exclude> <exclude>**/arrow-*.conf</exclude> <exclude>**/.buildpath</exclude> <exclude>**/*.proto</exclude> <exclude>**/*.fmpp</exclude> <exclude>**/target/**</exclude> <exclude>**/*.tdd</exclude> <exclude>**/*.project</exclude> <exclude>**/TAGS</exclude> <exclude>**/*.checkstyle</exclude> <exclude>**/.classpath</exclude> <exclude>**/.settings/**</exclude> <exclude>.*/**</exclude> <exclude>**/*.patch</exclude> <exclude>**/*.pb.cc</exclude> <exclude>**/*.pb.h</exclude> <exclude>**/*.linux</exclude> <exclude>**/client/build/**</exclude> <exclude>**/*.tbl</exclude> <exclude>**/*.iml</exclude> </excludes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <configuration> <excludes> <exclude>**/logging.properties</exclude> <exclude>**/logback-test.xml</exclude> <exclude>**/logback.out.xml</exclude> <exclude>**/logback.xml</exclude> </excludes> <archive> <index>true</index> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> </manifest> <manifestEntries> <Extension-Name>org.apache.arrow</Extension-Name> <Built-By>${username}</Built-By> <url>https://arrow.apache.org/</url> </manifestEntries> </archive> </configuration> <executions> <execution> <goals> <goal>test-jar</goal> </goals> <configuration> <skipIfEmpty>true</skipIfEmpty> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <configuration> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> <maxmem>2048m</maxmem> <useIncrementalCompilation>false</useIncrementalCompilation> <fork>true</fork> </configuration> </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <executions> <execution> <id>validate_java_and_maven_version</id> <phase>verify</phase> <goals> <goal>enforce</goal> </goals> <inherited>false</inherited> <configuration> <rules> <requireMavenVersion> <version>[3.3.0,4)</version> </requireMavenVersion> </rules> </configuration> </execution> <execution> <id>avoid_bad_dependencies</id> <phase>verify</phase> <goals> <goal>enforce</goal> </goals> <configuration> <rules> <bannedDependencies> <excludes> <exclude>commons-logging</exclude> <exclude>javax.servlet:servlet-api</exclude> <exclude>org.mortbay.jetty:servlet-api</exclude> <exclude>org.mortbay.jetty:servlet-api-2.5</exclude> <exclude>log4j:log4j</exclude> </excludes> </bannedDependencies> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> <version>2.2.2</version> <executions> <execution> <id>for-jars</id> <inherited>true</inherited> <goals> <goal>revision</goal> </goals> <configuration> <generateGitPropertiesFilename>target/classes/git.properties</generateGitPropertiesFilename> </configuration> </execution> <execution> <id>for-source-tarball</id> <goals> <goal>revision</goal> </goals> <inherited>false</inherited> <configuration> <generateGitPropertiesFilename>./git.properties</generateGitPropertiesFilename> </configuration> </execution> </executions> <configuration> <dateFormat>dd.MM.yyyy '@' HH:mm:ss z</dateFormat> <verbose>false</verbose> <skipPoms>false</skipPoms> <generateGitPropertiesFile>true</generateGitPropertiesFile> <failOnNoGitDirectory>false</failOnNoGitDirectory> <gitDescribe> <skip>false</skip> <always>false</always> <abbrev>7</abbrev> <dirty>-dirty</dirty> <forceLongFormat>true</forceLongFormat> </gitDescribe> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>3.1.0</version> <dependencies> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> <version>8.19</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${dep.guava.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>1.7.5</version> </dependency> </dependencies> <executions> <execution> <id>validate</id> <phase>validate</phase> <goals> <goal>check</goal> </goals> </execution> </executions> <configuration> <configLocation>dev/checkstyle/checkstyle.xml</configLocation> <headerLocation>dev/checkstyle/checkstyle.license</headerLocation> <suppressionsLocation>dev/checkstyle/suppressions.xml</suppressionsLocation> <includeTestSourceDirectory>true</includeTestSourceDirectory> <encoding>UTF-8</encoding> <consoleOutput>true</consoleOutput> <failsOnError>${checkstyle.failOnViolation}</failsOnError> <failOnViolation>${checkstyle.failOnViolation}</failOnViolation> <violationSeverity>warning</violationSeverity> <format>xml</format> <format>html</format> <outputFile>${project.build.directory}/test/checkstyle-errors.xml</outputFile> <linkXRef>false</linkXRef> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <executions> <execution> <id>analyze</id> <phase>verify</phase> <goals> <goal>analyze-only</goal> </goals> <configuration> <ignoreNonCompile>true</ignoreNonCompile> <failOnWarning>true</failOnWarning> <ignoredDependencies> <!-- source annotations (not kept in compiled code) --> <ignoredDependency>javax.annotation:javax.annotation-api:*</ignoredDependency> </ignoredDependencies> </configuration> </execution> </executions> </plugin> </plugins> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>3.0.1</version> </plugin> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <version>0.13</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.6.2</version> <configuration> <compilerArgs> <arg>-XDcompilePolicy=simple</arg> <arg>-Xplugin:ErrorProne</arg> </compilerArgs> <annotationProcessorPaths> <path> <groupId>com.google.errorprone</groupId> <artifactId>error_prone_core</artifactId> <version>2.3.3</version> </path> <path> <groupId>org.immutables</groupId> <artifactId>value</artifactId> <version>2.8.2</version> </path> </annotationProcessorPaths> </configuration> </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> <version>3.0.0-M2</version> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>3.0.0-M3</version> <configuration> <enableAssertions>true</enableAssertions> <childDelegation>true</childDelegation> <forkCount>${forkCount}</forkCount> <reuseForks>true</reuseForks> <systemPropertyVariables> <java.io.tmpdir>${project.build.directory}</java.io.tmpdir> <io.netty.tryReflectionSetAccessible>true</io.netty.tryReflectionSetAccessible> <arrow.vector.max_allocation_bytes>1048576</arrow.vector.max_allocation_bytes> <user.timezone>UTC</user.timezone> </systemPropertyVariables> <!-- Note: changing the below configuration might increase the max allocation size for a vector which in turn can cause OOM. --> <argLine>-Darrow.vector.max_allocation_bytes=1048576</argLine> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.2</version> <configuration> <useReleaseProfile>false</useReleaseProfile> <pushChanges>false</pushChanges> <goals>deploy</goals> <arguments>-Papache-release ${arguments}</arguments> </configuration> </plugin> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <versionRange>[1.6,)</versionRange> <goals> <goal>run</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <versionRange>[1.2,)</versionRange> <goals> <goal>enforce</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId> maven-remote-resources-plugin </artifactId> <versionRange>[1.1,)</versionRange> <goals> <goal>process</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <versionRange>[0.10,)</versionRange> <goals> <goal>check</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <versionRange>[0,)</versionRange> <goals> <goal>check</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> </plugins> </pluginManagement> </build> <dependencyManagement> <dependencies> <dependency> <groupId>com.google.flatbuffers</groupId> <artifactId>flatbuffers-java</artifactId> <version>${dep.fbs.version}</version> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${dep.guava.version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> <version>${dep.netty.version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-buffer</artifactId> <version>${dep.netty.version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-common</artifactId> <version>${dep.netty.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>${dep.jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>${dep.jackson.version}</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${dep.jackson.version}</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>${dep.slf4j.version}</version> </dependency> <dependency> <groupId>javax.annotation</groupId> <artifactId>javax.annotation-api</artifactId> <version>1.3.2</version> </dependency> <dependency> <groupId>org.immutables</groupId> <artifactId>value</artifactId> <version>2.8.2</version> <scope>provided</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <!-- Test Dependencies --> <dependency> <groupId>org.slf4j</groupId> <artifactId>jul-to-slf4j</artifactId> <version>${dep.slf4j.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>${dep.slf4j.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>log4j-over-slf4j</artifactId> <version>${dep.slf4j.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-runner</artifactId> <version>${dep.junit.platform.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>${dep.junit.jupiter.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>${dep.junit.jupiter.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <version>${dep.junit.jupiter.version}</version> <scope>test</scope> </dependency> <!-- Use to keep older tests running --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-junit-jupiter</artifactId> <version>2.25.1</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> <version>1.2.3</version> <scope>test</scope> </dependency> <dependency> <groupId>de.huxhorn.lilith</groupId> <artifactId>de.huxhorn.lilith.logback.appender.multiplex-classic</artifactId> <version>0.9.44</version> <scope>test</scope> </dependency> </dependencies> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>3.0.0-M1</version> <reportSets> <reportSet><!-- by default, id = "default" --> <reports><!-- select non-aggregate reports --> <report>javadoc</report> <report>test-javadoc</report> </reports> </reportSet> <reportSet><!-- aggregate reportSet, to define in poms having modules --> <id>aggregate</id> <inherited>false</inherited><!-- don't run aggregate in child modules --> <reports> <report>aggregate</report> </reports> </reportSet> </reportSets> </plugin> </plugins> </reporting> <modules> <module>format</module> <module>memory</module> <module>vector</module> <!--<module>tools</module>--> <!--<module>adapter/jdbc</module>--> <!--<module>plasma</module>--> <!--<module>flight/flight-core</module>--> <!--<module>flight/flight-grpc</module>--> <!--<module>performance</module>--> <!--<module>algorithm</module>--> <!--<module>adapter/avro</module>--> </modules> <profiles> <profile> <id>java-8</id> <activation> <jdk>[1.8,)</jdk> </activation> <properties> <doclint>none</doclint> <additionalparam>-Xdoclint:none</additionalparam> </properties> </profile> <profile> <!-- orc java depends on arrow cpp, and arrow cpp isn't enabled by default yet --> <id>arrow-jni</id> <modules> <!-- these have dependency on cpp --> <module>dataset</module> <!--<module>adapter/orc</module>--> <module>gandiva</module> </modules> </profile> <profile> <!-- Use the version of arrow-vector that shades flatbuffers and packages format --> <id>shade-flatbuffers</id> <properties> <arrow.vector.classifier>shade-format-flatbuffers</arrow.vector.classifier> </properties> </profile> <!-- using github.com/google/error-prone-javac is required when running on JDK 8 --> <profile> <id>jdk8</id> <activation> <jdk>1.8</jdk> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <fork>true</fork> <compilerArgs combine.children="append"> <arg>-J-Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/${errorprone.javac.version}/javac-${errorprone.javac.version}.jar</arg> </compilerArgs> </configuration> </plugin> </plugins> </build> </profile> <profile> <id>deploy</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>