Skip to content

Commit c98431e

Browse files
committed
Correct LICENSE.vm build issue by adding supplemental models for Brotli4j and its natives
1 parent 6d2108c commit c98431e

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

hbase-resource-bundle/src/main/resources/supplemental-models.xml

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2322,4 +2322,71 @@ Copyright (c) 2007-2017 The JRuby project
23222322
</licenses>
23232323
</project>
23242324
</supplement>
2325+
<!-- Brotli4j license information is malformed -->
2326+
<!-- It has been incorrectly called Apache 2.0 in the original poms-->
2327+
<supplement>
2328+
<project>
2329+
<groupId>com.aayushatharva.brotli4j</groupId>
2330+
<artifactId>brotli4j</artifactId>
2331+
<licenses>
2332+
<license>
2333+
<name>Apache License, Version 2.0</name>
2334+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
2335+
<distribution>repo</distribution>
2336+
</license>
2337+
</licenses>
2338+
</project>
2339+
</supplement>
2340+
<supplement>
2341+
<project>
2342+
<groupId>com.aayushatharva.brotli4j</groupId>
2343+
<artifactId>native-linux-aarch64</artifactId>
2344+
<licenses>
2345+
<license>
2346+
<name>Apache License, Version 2.0</name>
2347+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
2348+
<distribution>repo</distribution>
2349+
</license>
2350+
</licenses>
2351+
</project>
2352+
</supplement>
2353+
<supplement>
2354+
<project>
2355+
<groupId>com.aayushatharva.brotli4j</groupId>
2356+
<artifactId>native-linux-x86_64</artifactId>
2357+
<licenses>
2358+
<license>
2359+
<name>Apache License, Version 2.0</name>
2360+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
2361+
<distribution>repo</distribution>
2362+
</license>
2363+
</licenses>
2364+
</project>
2365+
</supplement>
2366+
<supplement>
2367+
<project>
2368+
<groupId>com.aayushatharva.brotli4j</groupId>
2369+
<artifactId>native-osx-x86_64</artifactId>
2370+
<licenses>
2371+
<license>
2372+
<name>Apache License, Version 2.0</name>
2373+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
2374+
<distribution>repo</distribution>
2375+
</license>
2376+
</licenses>
2377+
</project>
2378+
</supplement>
2379+
<supplement>
2380+
<project>
2381+
<groupId>com.aayushatharva.brotli4j</groupId>
2382+
<artifactId>native-windows-x86_64</artifactId>
2383+
<licenses>
2384+
<license>
2385+
<name>Apache License, Version 2.0</name>
2386+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
2387+
<distribution>repo</distribution>
2388+
</license>
2389+
</licenses>
2390+
</project>
2391+
</supplement>
23252392
</supplementalDataModels>

0 commit comments

Comments
 (0)