diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-04-10 23:45:43 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-04-12 11:00:37 +0200 |
commit | ac1fa871f050c36b798047fe7e93718d4681996a (patch) | |
tree | 85a4af6a8303582a4f0cf82ec4f69b38c04d4844 /v3po/data-api/pom.xml | |
parent | 6dcea1de979536dbe0478e31f17191bcfae92f3c (diff) |
HONEYCOMB-34: Configurable ConfigDataTree dependency
Change-Id: I17a93835541e66835398391e2a127b25767b774a
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'v3po/data-api/pom.xml')
-rw-r--r-- | v3po/data-api/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v3po/data-api/pom.xml b/v3po/data-api/pom.xml index 846498c28..9ecbe80cb 100644 --- a/v3po/data-api/pom.xml +++ b/v3po/data-api/pom.xml @@ -18,9 +18,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>io.fd.honeycomb.common</groupId> - <artifactId>api-parent</artifactId> + <artifactId>impl-parent</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../common/api-parent</relativePath> + <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |