diff options
Diffstat (limited to 'infra/rpc/api')
-rw-r--r-- | infra/rpc/api/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/rpc/api/pom.xml b/infra/rpc/api/pom.xml index 4699a4c3e..0f13c35d1 100644 --- a/infra/rpc/api/pom.xml +++ b/infra/rpc/api/pom.xml @@ -34,6 +34,10 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>sal-core-api</artifactId> </dependency> + <dependency> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </dependency> </dependencies> </project> |