From fc2280ab6041348c2622340221f305a3c1eb5fcb Mon Sep 17 00:00:00 2001 From: David Diederich Date: Mon, 8 Aug 2022 19:53:53 -0400 Subject: [PATCH 1/2] Remove schema-reference from .fossa-yml modules The schema-reference module was removed from the code with 1c31709a, but the fossa configuration was missed. As a result, the fossa-analyze steps were failing, unable to list dependencies in the non-existent project. --- .fossa.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.fossa.yml b/.fossa.yml index b9fbd55f..d31f52ba 100644 --- a/.fossa.yml +++ b/.fossa.yml @@ -32,10 +32,6 @@ analyze: type: mvn target: provider/schema-azure/pom.xml path: . - - name: schema-reference - type: mvn - target: provider/schema-reference/pom.xml - path: . - name: google type: pip target: deployments/scripts/google -- GitLab From b4296310ba5bdadff1c43a7d5ce6ed69d344b55d Mon Sep 17 00:00:00 2001 From: David Diederich Date: Mon, 8 Aug 2022 21:59:24 -0400 Subject: [PATCH 2/2] Updating NOTICE --- NOTICE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NOTICE b/NOTICE index f49f5171..7b675136 100644 --- a/NOTICE +++ b/NOTICE @@ -334,10 +334,12 @@ The following software have components provided under the terms of this license: - Cloud Key Management Service (KMS) API (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms) - Cloud Key Management Service (KMS) API v1-rev20220407-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms) - Cloud Key Management Service (KMS) API v1-rev20220617-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms) +- Cloud Key Management Service (KMS) API v1-rev20220701-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-cloudkms) - Cloud Storage JSON API (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage) - Cloud Storage JSON API v1-rev20220604-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage) - Cloud Storage JSON API v1-rev20220608-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage) - Cloud Storage JSON API v1-rev20220705-1.32.1 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage) +- Cloud Storage JSON API v1-rev20220705-2.0.0 (from https://repo1.maven.org/maven2/com/google/apis/google-api-services-storage) - CloudWatch Metrics for AWS Java SDK (from https://aws.amazon.com/sdkforjava) - Converter: Jackson (from https://github.com/square/retrofit, https://repo1.maven.org/maven2/com/squareup/retrofit2/converter-jackson) - Core functionality for the Reactor Netty library (from https://github.com/reactor/reactor-netty) @@ -1048,8 +1050,6 @@ The following software have components provided under the terms of this license: ======================================================================== unknown ======================================================================== -The following software have components provided under the terms of this license: - - Bouncy Castle Provider (from http://www.bouncycastle.org/java.html, https://www.bouncycastle.org/java.html) - Byte Buddy (without dependencies) (from https://repo1.maven.org/maven2/net/bytebuddy/byte-buddy) - Checker Qual (from https://checkerframework.org) -- GitLab