diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-04-12 10:13:25 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-04-12 10:13:25 +0200 |
commit | a36279bc8bf595fc3d92cf8a59d2044e1f700358 (patch) | |
tree | 8f10468e79dc25b868b70227e1ea768e03975237 /v3po/data-api/pom.xml | |
parent | c3661fb2793928359ef28c4439a67d3208ff1604 (diff) |
HONEYCOMB-8: Remove references to VPP from data layer
Change-Id: Ia8ceb1f6e16c5148514ee2add55ff78533d8fe1e
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'v3po/data-api/pom.xml')
-rw-r--r-- | v3po/data-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v3po/data-api/pom.xml b/v3po/data-api/pom.xml index 88be38d9f..60073734d 100644 --- a/v3po/data-api/pom.xml +++ b/v3po/data-api/pom.xml @@ -32,7 +32,7 @@ <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-common-api</artifactId> - <version>1.3.0-Beryllium</version> + <version>1.3.0-Beryllium</version> <!-- FIXME use dependency management --> </dependency> </dependencies> |