PageRenderTime 43ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
XML | 30 lines | 14 code | 0 blank | 16 comment | 0 complexity | 6d0b8241c67880a79920eb4f277ff505 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="org.apache.hadoop.hive" module="shims"/>
  18. <dependencies>
  19. <dependency org="hadoop" name="core" rev="${hadoop.version}">
  20. <artifact name="hadoop" type="source" ext="tar.gz"/>
  21. </dependency>
  22. <dependency org="hadoop" name="core" rev="${hadoop.security.version}">
  23. <artifact name="hadoop" type="source" ext="tar.gz"
  24. url="${hadoop.security.url}" />
  25. </dependency>
  26. <conflict manager="all" />
  27. </dependencies>
  28. </ivy-module>