diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4899595e9b019e670107bc874b2008558e21687..4f02b1c0e3f4719472a1afe3ea5652eb94ce95b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,20 @@ include: - project: 'osdu/platform/ci-cd-pipelines' ref: 'master' - file: 'library.gitlab-ci.yml' + file: 'standard-setup.yml' + + - project: 'osdu/platform/ci-cd-pipelines' + ref: 'master' + file: 'build/maven.yml' + + - project: 'osdu/platform/ci-cd-pipelines' + ref: 'master' + file: 'scanners/gitlab-ultimate.yml' + + - project: 'osdu/platform/ci-cd-pipelines' + ref: 'master' + file: 'scanners/fossa.yml' + + - project: 'osdu/platform/ci-cd-pipelines' + ref: 'master' + file: 'publishing/pages.yml' diff --git a/NOTICE b/NOTICE index 7558a234c4f377d723c7947a11802ec7ec3dc010..fe34699ffbb07a1b16729ba8716040f30ad86228 100644 --- a/NOTICE +++ b/NOTICE @@ -182,7 +182,6 @@ The following software have components provided under the terms of this license: - ASM Core (from ) - Apache Commons Codec (from http://commons.apache.org/proper/commons-codec/) -- Byte Buddy (without dependencies) (from ) - JavaBeans Activation Framework API jar (from ) - Lucene Common Analyzers (from ) - Lucene Core (from ) @@ -444,6 +443,7 @@ unknown ======================================================================== The following software have components provided under the terms of this license: +- Byte Buddy (without dependencies) (from ) - JUnit Jupiter (Aggregator) (from https://junit.org/junit5/) - JavaBeans Activation Framework API jar (from ) - JavaMail API (from )