diff options
Diffstat (limited to 'infra/data-impl')
-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 13c2d1914..ccab10a18 100644 --- a/infra/data-impl/pom.xml +++ b/infra/data-impl/pom.xml @@ -54,6 +54,10 @@ <groupId>org.opendaylight.controller</groupId> <artifactId>sal-core-api</artifactId> </dependency> + <dependency> + <groupId>org.opendaylight.controller</groupId> + <artifactId>sal-core-spi</artifactId> + </dependency> <dependency> <groupId>junit</groupId> |