Skip to content

Commit

Permalink
HACK! CDH-54981 Add Hadoop 3.0.0-alpha3 deps to supplemental-models.xml
Browse files Browse the repository at this point in the history
Change-Id: If948b81dc8e5dfab91d36834ee66172f36861c8c
  • Loading branch information
Andrew Wang authored and cloudera-hudson committed Jul 3, 2017
1 parent d1f298d commit fec2d96
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions hbase-resource-bundle/src/main/resources/supplemental-models.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1595,7 +1595,40 @@ under the License.
</project>
</supplement>

<!-- Additions from Hadoop 3.0.0-alpha3 -->
<supplement>
<project>
<groupId>com.fasterxml</groupId>
<artifactId>aalto-xml</artifactId>
<version>1.0.0</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
</project>
</supplement>
<supplement>
<project>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<version>3.1.4</version>
<licenses>
<license>
<name>BSD license</name>
<url>https://opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
<comments>
Copyright 2010 FasterXML.com
</comments>
</license>
</licenses>
</project>
</supplement>

<!-- End of additions from Hadoop 3.0.0-alpha3 -->

<supplement>
<project>
Expand Down

0 comments on commit fec2d96

Please sign in to comment.