summaryrefslogtreecommitdiffstats
path: root/cps-bom
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-01-11 14:39:38 +0000
committerGerrit Code Review <gerrit@onap.org>2021-01-11 14:39:38 +0000
commita3c45cab5d3a268c16410f4962b18043b7c04bad (patch)
treedd9cf3cfe506a4bcbfdd3fe44376de38e01c2071 /cps-bom
parentfa56d71bb94d88f657a9d73fb91c3036220f32ab (diff)
parent9f93f7960c97642a79ed30b84d5127017ed9fc73 (diff)
Merge "Introduce spotbug plugin"
Diffstat (limited to 'cps-bom')
-rw-r--r--cps-bom/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-bom/pom.xml b/cps-bom/pom.xml
index 520a48415..7d023a591 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