PageRenderTime 702ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/release-0.2.0-rc0/hive/external/shims/ivy.xml

#
XML | 36 lines | 20 code | 0 blank | 16 comment | 0 complexity | 2912be88692039608211a5936deea49a MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <ivy-module version="2.0">
  17. <info organisation="${hive.ivy.org}" module="hive-shims" revision="${version}">
  18. <license name="The Apache Software License, Version 2.0" url="http://www.apache.org/licenses/LICENSE-2.0.txt" />
  19. <description homepage="http://hive.apache.org">
  20. Hive is a data warehouse infrastructure built on top of Hadoop see
  21. http://wiki.apache.org/hadoop/Hive
  22. </description>
  23. </info>
  24. <dependencies>
  25. <dependency org="hadoop" name="core" rev="${hadoop.version}">
  26. <artifact name="hadoop" type="source" ext="tar.gz"/>
  27. </dependency>
  28. <dependency org="hadoop" name="core" rev="${hadoop.security.version}">
  29. <artifact name="hadoop" type="source" ext="tar.gz"
  30. url="${hadoop.security.url}" />
  31. </dependency>
  32. <conflict manager="all" />
  33. </dependencies>
  34. </ivy-module>