From 256d96e83521d6900a2d795bb3d9f922912452fb Mon Sep 17 00:00:00 2001 From: David Diederich <d.diederich@opengroup.org> Date: Mon, 8 Aug 2022 16:39:27 -0400 Subject: [PATCH] Remove partition-reference from .fossa-yml modules The partition-reference module was removed from the code with dc9a9eb, 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 fc8ae4dc8..2a2c0a8a0 100644 --- a/.fossa.yml +++ b/.fossa.yml @@ -32,7 +32,3 @@ analyze: type: mvn target: provider/partition-gcp/pom.xml path: . - - name: partition-reference - type: mvn - target: provider/partition-reference/pom.xml - path: . -- GitLab