diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-01-11 14:39:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-11 14:39:38 +0000 |
commit | a3c45cab5d3a268c16410f4962b18043b7c04bad (patch) | |
tree | dd9cf3cfe506a4bcbfdd3fe44376de38e01c2071 /cps-bom | |
parent | fa56d71bb94d88f657a9d73fb91c3036220f32ab (diff) | |
parent | 9f93f7960c97642a79ed30b84d5127017ed9fc73 (diff) |
Merge "Introduce spotbug plugin"
Diffstat (limited to 'cps-bom')
-rw-r--r-- | cps-bom/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml index 520a484153..7d023a5912 100644 --- a/cps-bom/pom.xml +++ b/cps-bom/pom.xml @@ -51,6 +51,11 @@ <artifactId>checkstyle</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.onap.cps</groupId> + <artifactId>spotbugs</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> </dependencyManagement> </project>
\ No newline at end of file |