| <!-- |
| 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. |
| --> |
| <ivy-module version="2.0"> |
| <info organisation="${hive.ivy.org}" module="hive-metastore" revision="${version}"> |
| <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt" /> |
| <description homepage="http://hive.apache.org"> |
| The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage. |
| https://cwiki.apache.org/confluence/display/Hive/Home |
| </description> |
| </info> |
| <configurations> |
| <include file="${ivy.conf.dir}/common-configurations.xml"/> |
| </configurations> |
| <dependencies> |
| <dependency org="org.antlr" name="antlr" rev="${antlr.version}" transitive="false"/> |
| <dependency org="org.antlr" name="antlr-runtime" rev="${antlr-runtime.version}" transitive="false"/> |
| <dependency org="org.antlr" name="ST4" rev="${ST4.version}" transitive="false"/><!-- manually added (antlr dep), bad POM --> |
| <dependency org="org.apache.hive" name="hive-serde" rev="${version}" |
| conf="compile->default" /> |
| <dependency org="com.jolbox" name="bonecp" rev="${BoneCP.version}"> |
| <exclude org="com.google.guava" module="guava"/> |
| </dependency> |
| |
| <dependency org="commons-pool" name="commons-pool" rev="${commons-pool.version}"/> |
| <dependency org="org.datanucleus" name="datanucleus-api-jdo" rev="${datanucleus-api-jdo.version}"> |
| <exclude org="javax.jdo" module="jdo2-api"/> |
| <exclude org="junit" module="junit"/> |
| <exclude org="log4j" module="log4j"/> |
| </dependency> |
| <dependency org="org.datanucleus" name="datanucleus-core" rev="${datanucleus-core.version}" |
| transitive="false"/> |
| <dependency org="org.datanucleus" name="datanucleus-rdbms" rev="${datanucleus-rdbms.version}" |
| transitive="false"/> |
| <dependency org="javax.jdo" name="jdo-api" rev="${jdo-api.version}" |
| transitive="false"/> |
| <dependency org="org.apache.derby" name="derby" rev="${derby.version}"/> |
| |
| </dependencies> |
| </ivy-module> |