diff --git a/pom.xml b/pom.xml index 4d97749d..e7ed2d68 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,10 @@ + + com.github.spotbugs + spotbugs-maven-plugin + diff --git a/yoti-sdk-api/spotbugs/exclude-filter.xml b/yoti-sdk-api/spotbugs/exclude-filter.xml index 8b106198..c1a507e9 100644 --- a/yoti-sdk-api/spotbugs/exclude-filter.xml +++ b/yoti-sdk-api/spotbugs/exclude-filter.xml @@ -11,6 +11,12 @@ + + + + + + diff --git a/yoti-sdk-spring-boot-auto-config/spotbugs/exclude-filter.xml b/yoti-sdk-spring-boot-auto-config/spotbugs/exclude-filter.xml index b5a52881..551c7d03 100644 --- a/yoti-sdk-spring-boot-auto-config/spotbugs/exclude-filter.xml +++ b/yoti-sdk-spring-boot-auto-config/spotbugs/exclude-filter.xml @@ -2,6 +2,10 @@ + + + + diff --git a/yoti-sdk-spring-boot-example/pom.xml b/yoti-sdk-spring-boot-example/pom.xml index 4590edc3..adb43836 100644 --- a/yoti-sdk-spring-boot-example/pom.xml +++ b/yoti-sdk-spring-boot-example/pom.xml @@ -106,6 +106,7 @@ org.springframework.boot spring-boot-maven-plugin + org.apache.maven.plugins maven-deploy-plugin @@ -113,6 +114,11 @@ true + + + com.github.spotbugs + spotbugs-maven-plugin +