diff options
Diffstat (limited to 'infra/northbound/restconf/pom.xml')
-rw-r--r-- | infra/northbound/restconf/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/infra/northbound/restconf/pom.xml b/infra/northbound/restconf/pom.xml index 3f7427208..1f3d2db13 100644 --- a/infra/northbound/restconf/pom.xml +++ b/infra/northbound/restconf/pom.xml @@ -101,5 +101,11 @@ <artifactId>jersey-servlet</artifactId> <version>${jersey.version}</version> </dependency> + + <!-- javax.annotation --> + <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </dependency> </dependencies> </project>
\ No newline at end of file |