summaryrefslogtreecommitdiffstats
path: root/orchestrator-restapi
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-09-09 15:07:05 +0200
committergjoranv <gv@verizonmedia.com>2019-09-09 15:07:05 +0200
commit85f3496fb440b8190eed5c543c27a847657f2399 (patch)
treea3dbe9536ad52ef1f91e48379556f93a76b9d4da /orchestrator-restapi
parent12cd0e7c82c296a11e5f2e74402bf8865120fd94 (diff)
Remove findbugs annotations from code and build path.
- jsr305 is needed by guava, which declares it as optional dep. - Remaining modules with annotations do not affect the container.
Diffstat (limited to 'orchestrator-restapi')
-rw-r--r--orchestrator-restapi/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/orchestrator-restapi/pom.xml b/orchestrator-restapi/pom.xml
index 4ed57b85670..3577580f9f6 100644
--- a/orchestrator-restapi/pom.xml
+++ b/orchestrator-restapi/pom.xml
@@ -34,12 +34,6 @@
<version>${jackson2.version}</version>
<scope>provided</scope>
</dependency>
- <dependency>
- <groupId>com.google.code.findbugs</groupId>
- <artifactId>jsr305</artifactId>
- <version>1.3.9</version>
- <scope>provided</scope>
- </dependency>
</dependencies>
<build>
<plugins>