| <?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/maven-v4_0_0.xsd"> |
| <modelVersion>4.0.0</modelVersion> |
| <parent> |
| <groupId>org.apache.oozie</groupId> |
| <artifactId>oozie-main</artifactId> |
| <version>4.2.0-SNAPSHOT</version> |
| <relativePath>../..</relativePath> |
| </parent> |
| <groupId>org.apache.oozie</groupId> |
| <artifactId>oozie-sharelib-hive2</artifactId> |
| <version>4.2.0-SNAPSHOT</version> |
| <description>Apache Oozie Share Lib Hive 2</description> |
| <name>Apache Oozie Share Lib Hive 2</name> |
| <packaging>jar</packaging> |
| |
| <properties> |
| <sharelib.action.postfix>hive2</sharelib.action.postfix> |
| <sharelib.transitive.filtering>true</sharelib.transitive.filtering> |
| </properties> |
| |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.hive</groupId> |
| <artifactId>hive-beeline</artifactId> |
| <scope>compile</scope> |
| <exclusions> |
| <exclusion> |
| <artifactId>commons-cli</artifactId> |
| <groupId>commons-cli</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-codec</artifactId> |
| <groupId>commons-codec</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-io</artifactId> |
| <groupId>commons-io</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-lang</artifactId> |
| <groupId>commons-lang</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-logging-api</artifactId> |
| <groupId>commons-logging</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>guava</artifactId> |
| <groupId>com.google.guava</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>hive-builtins</artifactId> |
| <groupId>org.apache.hive</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>slf4j-api</artifactId> |
| <groupId>org.slf4j</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>jackson-core-asl</artifactId> |
| <groupId>org.codehaus.jackson</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>jackson-mapper-asl</artifactId> |
| <groupId>org.codehaus.jackson</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>zookeeper</artifactId> |
| <groupId>org.apache.zookeeper</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-compress</artifactId> |
| <groupId>org.apache.commons</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>hive-common</artifactId> |
| <groupId>org.apache.hive</groupId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hive</groupId> |
| <artifactId>hive-jdbc</artifactId> |
| <scope>compile</scope> |
| <exclusions> |
| <exclusion> |
| <artifactId>sqlline</artifactId> |
| <groupId>sqlline</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>groovy-all</artifactId> |
| <groupId>org.codehaus.groovy</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>ant</artifactId> |
| <groupId>org.apache.ant</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>avro</artifactId> |
| <groupId>org.apache.avro</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>avro-ipc</artifactId> |
| <groupId>org.apache.avro</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>avro-mapred</artifactId> |
| <groupId>org.apache.avro</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-compress</artifactId> |
| <groupId>org.apache.commons</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>hive-ant</artifactId> |
| <groupId>org.apache.hive</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>parquet-hadoop-bundle</artifactId> |
| <groupId>com.twitter</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>stax-api</artifactId> |
| <groupId>stax</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>zookeeper</artifactId> |
| <groupId>org.apache.zookeeper</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>hive-common</artifactId> |
| <groupId>org.apache.hive</groupId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hive</groupId> |
| <artifactId>hive-metastore</artifactId> |
| <scope>compile</scope> |
| <exclusions> |
| <exclusion> |
| <artifactId>asm</artifactId> |
| <groupId>asm</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>avro</artifactId> |
| <groupId>org.apache.avro</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>avro-ipc</artifactId> |
| <groupId>org.apache.avro</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>avro-mapred</artifactId> |
| <groupId>org.apache.avro</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-cli</artifactId> |
| <groupId>commons-cli</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-codec</artifactId> |
| <groupId>commons-codec</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-compress</artifactId> |
| <groupId>org.apache.commons</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-dbcp</artifactId> |
| <groupId>commons-dbcp</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-lang</artifactId> |
| <groupId>commons-lang</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-logging-api</artifactId> |
| <groupId>commons-logging</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-pool</artifactId> |
| <groupId>commons-pool</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>derby</artifactId> |
| <groupId>org.apache.derby</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>hive-common</artifactId> |
| <groupId>org.apache.hive</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>hive-serde</artifactId> |
| <groupId>org.apache.hive</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>log4j</artifactId> |
| <groupId>log4j</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>slf4j-api</artifactId> |
| <groupId>org.slf4j</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>slf4j-log4j12</artifactId> |
| <groupId>org.slf4j</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>guava</artifactId> |
| <groupId>com.google.guava</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>jetty</artifactId> |
| <groupId>org.mortbay.jetty</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>zookeeper</artifactId> |
| <groupId>org.apache.zookeeper</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>bonecp</artifactId> |
| <groupId>com.jolbox</groupId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.hive</groupId> |
| <artifactId>hive-service</artifactId> |
| <scope>compile</scope> |
| <exclusions> |
| <exclusion> |
| <artifactId>JavaEWAH</artifactId> |
| <groupId>com.googlecode.javaewah</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>avro</artifactId> |
| <groupId>org.apache.avro</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>avro-mapred</artifactId> |
| <groupId>org.apache.avro</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-beanutils</artifactId> |
| <groupId>commons-beanutils</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-beanutils-core</artifactId> |
| <groupId>commons-beanutils</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-codec</artifactId> |
| <groupId>commons-codec</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-collections</artifactId> |
| <groupId>commons-collections</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-configuration</artifactId> |
| <groupId>commons-configuration</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-lang</artifactId> |
| <groupId>commons-lang</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-logging-api</artifactId> |
| <groupId>commons-logging</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>guava</artifactId> |
| <groupId>com.google.guava</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>haivvreo</artifactId> |
| <groupId>com.linkedin</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>hive-contrib</artifactId> |
| <groupId>org.apache.hive</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>hive-exec</artifactId> |
| <groupId>org.apache.hive</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>jetty</artifactId> |
| <groupId>org.mortbay.jetty</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>jetty-util</artifactId> |
| <groupId>org.mortbay.jetty</groupId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.oozie</groupId> |
| <artifactId>oozie-core</artifactId> |
| <scope>provided</scope> |
| <exclusions> |
| <exclusion> |
| <artifactId>guava</artifactId> |
| <groupId>com.google.guava</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>jackson-core-asl</artifactId> |
| <groupId>org.codehaus.jackson</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>jackson-mapper-asl</artifactId> |
| <groupId>org.codehaus.jackson</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>jetty</artifactId> |
| <groupId>org.mortbay.jetty</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>jetty-util</artifactId> |
| <groupId>org.mortbay.jetty</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>servlet-api</artifactId> |
| <groupId>javax.servlet</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>servlet-api-2.5</artifactId> |
| <groupId>org.mortbay.jetty</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>zookeeper</artifactId> |
| <groupId>org.apache.zookeeper</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>hive-common</artifactId> |
| <groupId>org.apache.hive</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>derby</artifactId> |
| <groupId>org.apache.derby</groupId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.oozie</groupId> |
| <artifactId>oozie-hadoop</artifactId> |
| <scope>provided</scope> |
| <exclusions> |
| <exclusion> |
| <artifactId>guava</artifactId> |
| <groupId>com.google.guava</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>avro</artifactId> |
| <groupId>org.apache.avro</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>commons-compress</artifactId> |
| <groupId>org.apache.commons</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>jackson-core-asl</artifactId> |
| <groupId>org.codehaus.jackson</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>jackson-mapper-asl</artifactId> |
| <groupId>org.codehaus.jackson</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>jetty-util</artifactId> |
| <groupId>org.mortbay.jetty</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>jsr305</artifactId> |
| <groupId>com.google.code.findbugs</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>servlet-api</artifactId> |
| <groupId>javax.servlet</groupId> |
| </exclusion> |
| <exclusion> |
| <artifactId>zookeeper</artifactId> |
| <groupId>org.apache.zookeeper</groupId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.oozie</groupId> |
| <artifactId>oozie-core</artifactId> |
| <classifier>tests</classifier> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.oozie</groupId> |
| <artifactId>oozie-hadoop-test</artifactId> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.oozie</groupId> |
| <artifactId>oozie-hadoop-utils</artifactId> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.oozie</groupId> |
| <artifactId>oozie-hcatalog</artifactId> |
| <scope>provided</scope> |
| </dependency> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <scope>test</scope> |
| </dependency> |
| </dependencies> |
| |
| <build> |
| <resources> |
| <resource> |
| <directory>src/main/resources</directory> |
| <filtering>true</filtering> |
| </resource> |
| </resources> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-dependency-plugin</artifactId> |
| <executions> |
| <execution> |
| <id>gen-classpath</id> |
| <phase>generate-test-resources</phase> |
| <goals> |
| <goal>build-classpath</goal> |
| </goals> |
| <configuration> |
| <includeScope>compile</includeScope> |
| <outputFile>${project.build.directory}/classpath</outputFile> |
| </configuration> |
| </execution> |
| <execution> |
| <id>create-mrapp-generated-classpath</id> |
| <phase>generate-test-resources</phase> |
| <goals> |
| <goal>build-classpath</goal> |
| </goals> |
| <configuration> |
| <!-- needed to run the unit test for DS to generate the required classpath |
| that is required in the env of the launch container in the mini mr/yarn cluster --> |
| <outputFile>${project.build.directory}/test-classes/mrapp-generated-classpath</outputFile> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-antrun-plugin</artifactId> |
| <executions> |
| <execution> |
| <configuration> |
| <target> |
| <!-- needed to include Main class in classpath for mini yarn cluster for unit tests --> |
| <echo file="${project.build.directory}/test-classes/mrapp-generated-classpath" |
| append="true" |
| message=":${project.build.directory}/classes"/> |
| </target> |
| </configuration> |
| <goals> |
| <goal>run</goal> |
| </goals> |
| <phase>generate-test-resources</phase> |
| </execution> |
| </executions> |
| </plugin> |
| <!--<plugin>--> |
| <!--<groupId>org.apache.maven.plugins</groupId>--> |
| <!--<artifactId>maven-deploy-plugin</artifactId>--> |
| <!--<configuration>--> |
| <!--<skip>true</skip>--> |
| <!--</configuration>--> |
| <!--</plugin>--> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-assembly-plugin</artifactId> |
| <configuration> |
| <finalName>partial-sharelib</finalName> |
| <appendAssemblyId>false</appendAssemblyId> |
| <descriptors> |
| <descriptor>../../src/main/assemblies/partial-sharelib.xml</descriptor> |
| </descriptors> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.rat</groupId> |
| <artifactId>apache-rat-plugin</artifactId> |
| <configuration> |
| <excludeSubProjects>false</excludeSubProjects> |
| <excludes> |
| <!-- excluding all as the root POM does the full check --> |
| <exclude>**</exclude> |
| </excludes> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| |
| </project> |