diff options
Diffstat (limited to 'routing')
-rw-r--r-- | routing/routing-api/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/routing/routing-api/pom.xml b/routing/routing-api/pom.xml index 14268c67f..2077e3fd7 100644 --- a/routing/routing-api/pom.xml +++ b/routing/routing-api/pom.xml @@ -62,5 +62,10 @@ <artifactId>vpp-classifier-api</artifactId> <version>${project.version}</version> </dependency> + + <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </dependency> </dependencies> </project> |