From 6f4b08e4ad279dcf77faa8034f3e3983e3afde32 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 11 Apr 2022 14:11:45 +1000 Subject: add gh action, dependabot and release-drafter and get rid of travis (#65) * add gh action, dependabot and release-drafter and get rid of travis * move owasp check in a separate profile Signed-off-by: Olivier Lamy --- archiva-modules/archiva-web/archiva-webapp/pom.xml | 51 ++++++++++++---------- 1 file changed, 27 insertions(+), 24 deletions(-) (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml') diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 1418bec90..d3ca90441 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -840,30 +840,6 @@ - - - - - - org.owasp - dependency-check-maven - 6.0.4 - - true - 8 - ${project.basedir}/src/main/resources/META-INF/owasp/cve-suppressions.xml - false - false - false - - - - - check - - - - @@ -874,6 +850,33 @@ cassandra + + owasp + + + + org.owasp + dependency-check-maven + 6.0.4 + + true + 8 + ${project.basedir}/src/main/resources/META-INF/owasp/cve-suppressions.xml + false + false + false + + + + + check + + + + + + + -- cgit v1.2.3