diff options
Diffstat (limited to 'infra/notification/api/pom.xml')
-rw-r--r-- | infra/notification/api/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/notification/api/pom.xml b/infra/notification/api/pom.xml index 95a7c62bb..575564195 100644 --- a/infra/notification/api/pom.xml +++ b/infra/notification/api/pom.xml @@ -38,5 +38,9 @@ <groupId>org.opendaylight.mdsal</groupId> <artifactId>yang-binding</artifactId> </dependency> + <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </dependency> </dependencies> </project> |