blob: 336bc4d9dc5be35538a1cf3d5e31afe0ad83c802 [file] [log] [blame]
<?xml version='1.0'?>
<!--
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.
-->
<component>
<!-- All of our dependencies -->
<dependencySets>
<dependencySet>
<!-- Unpack all the dependencies to class files, since java doesn't support
jar of jars for running -->
<unpack>false</unpack>
<outputDirectory>/lib</outputDirectory>
<includes>
<include>commons-configuration:commons-configuration</include>
<include>commons-io:commons-io</include>
<include>commons-lang:commons-lang</include>
<include>commons-logging:commons-logging</include>
<include>org.apache.commons:commons-csv</include>
<include>com.google.guava:guava</include>
<include>org.apache.hadoop:hadoop*</include>
<include>com.google.protobuf:protobuf-java</include>
<include>org.slf4j:slf4j-api</include>
<include>org.apache.zookeeper:zookeeper</include>
<include>log4j:log4j</include>
<include>org.apache.hbase:hbase*</include>
<include>org.antlr:antlr-runtime</include>
<include>org.cloudera.htrace:htrace-core</include>
<include>io.netty:netty</include>
<include>commons-codec:commons-codec</include>
<include>org.apache.calcite:calcite-avatica*</include>
</includes>
</dependencySet>
<!-- Separate dependency set to just pull in the jackson stuff since its test
scoped and we only include 'runtime' scoped (which includes compile) dependencies -->
<dependencySet>
<unpack>false</unpack>
<scope>test</scope>
<!-- save these dependencies to the top-level -->
<outputDirectory>/lib</outputDirectory>
<includes>
<include>org.codehaus.jackson:jackson-core-asl</include>
<include>org.codehaus.jackson:jackson-mapper-asl</include>
</includes>
</dependencySet>
</dependencySets>
</component>