You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2019/03/02 15:10:32 UTC

[asterixdb] branch master updated: [NO ISSUE] Update supplemental-model for snappy-java

This is an automated email from the ASF dual-hosted git repository.

mblow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 9904609  [NO ISSUE] Update supplemental-model for snappy-java
9904609 is described below

commit 990460994c870d4902bf9fb3cd92569e07f24448
Author: Michael Blow <mb...@apache.org>
AuthorDate: Fri Mar 1 15:23:09 2019 -0500

    [NO ISSUE] Update supplemental-model for snappy-java
    
    Add assertions upon manually verifying missing embedded license /
    notice files for snappy-java
    
    Change-Id: I18f3549b9338723fb4b301b1b423dc2042270de5
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/3236
    Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Contrib: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Reviewed-by: Till Westmann <ti...@apache.org>
---
 .../src/main/appended-resources/supplemental-models.xml     | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/asterixdb/src/main/appended-resources/supplemental-models.xml b/asterixdb/src/main/appended-resources/supplemental-models.xml
index 18ad7ef..d6cff1d 100644
--- a/asterixdb/src/main/appended-resources/supplemental-models.xml
+++ b/asterixdb/src/main/appended-resources/supplemental-models.xml
@@ -233,4 +233,17 @@
       </properties>
     </project>
   </supplement>
+  <supplement>
+    <project>
+      <groupId>org.xerial.snappy</groupId>
+      <artifactId>snappy-java</artifactId>
+      <properties>
+        <!-- snappy-java is ALv2, and does not contain any embedded LICENSE or NOTICE file -->
+        <!-- license override not needed, ALv2 is specified in its pom.xml -->
+        <!-- see https://github.com/xerial/snappy-java/blob/1.1.7.1/LICENSE -->
+        <license.ignoreMissingEmbeddedLicense>1.1.7.1</license.ignoreMissingEmbeddedLicense>
+        <license.ignoreMissingEmbeddedNotice>1.1.7.1</license.ignoreMissingEmbeddedNotice>
+      </properties>
+    </project>
+  </supplement>
 </supplementalDataModels>