diff options
Diffstat (limited to 'infra/data-impl/pom.xml')
-rw-r--r-- | infra/data-impl/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/infra/data-impl/pom.xml b/infra/data-impl/pom.xml index fa3d976d8..6abc1892d 100644 --- a/infra/data-impl/pom.xml +++ b/infra/data-impl/pom.xml @@ -47,6 +47,10 @@ <artifactId>guava</artifactId> </dependency> <dependency> + <groupId>org.eclipse.jdt</groupId> + <artifactId>org.eclipse.jdt.annotation</artifactId> + </dependency> + <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-dom-codec</artifactId> </dependency> |