From b46138c665ed3f17facf7a3d6b053e6be6ea84cf Mon Sep 17 00:00:00 2001
From: David Diederich <d.diederich@opengroup.org>
Date: Tue, 9 Aug 2022 16:56:46 +0000
Subject: [PATCH] Merge branch 'update-fossa-config' into 'master'

Remove indexer-reference from .fossa-yml modules

See merge request osdu/platform/system/indexer-service!361

(cherry picked from commit 38b6a3e9cd2f5f47a0d6a0ca3ad27551d08eb410)

90f766b2 Remove indexer-reference from .fossa-yml modules
4a283bf8 Updating NOTICE
---
 .fossa.yml | 4 ----
 NOTICE     | 4 ++--
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/.fossa.yml b/.fossa.yml
index 09b5fc51a..005b66097 100644
--- a/.fossa.yml
+++ b/.fossa.yml
@@ -32,7 +32,3 @@ analyze:
     type: mvn
     target: provider/indexer-ibm/pom.xml
     path: .
-  - name: indexer-reference
-    type: mvn
-    target: provider/indexer-reference/pom.xml
-    path: .
diff --git a/NOTICE b/NOTICE
index a2af8a5f0..e4a3f85ae 100644
--- a/NOTICE
+++ b/NOTICE
@@ -377,9 +377,11 @@ The following software have components provided under the terms of this license:
 - ClassMate (from http://github.com/cowtowncoder/java-classmate)
 - 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 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)
 - Cobertura (from http://cobertura.sourceforge.net)
 - Cobertura Limited Runtime (from http://cobertura.sourceforge.net)
@@ -1420,8 +1422,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 PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs (from http://www.bouncycastle.org/java.html, https://maven.repository.redhat.com/ga/org/bouncycastle/bcpkix-jdk15on, https://www.bouncycastle.org/java.html)
 - 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)
-- 
GitLab