diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-04-12 10:13:21 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-04-12 10:13:21 +0200 |
commit | 5970b9ec4f014869118026001e933c9847da2509 (patch) | |
tree | 7a0cee0bad7b36e0281194cc9852cbf13c8a7c5c /v3po/features/src | |
parent | e1743c8eccee7d5ea8ad2c247d2575e8fd219fe4 (diff) |
HONEYCOMB-8: Move data layer from impl module into submodules
Change-Id: Ic75793f65cfcad7cc2c96e7a09093e0e1802e4e5
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'v3po/features/src')
-rw-r--r-- | v3po/features/src/main/features/features.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/v3po/features/src/main/features/features.xml b/v3po/features/src/main/features/features.xml index 1f5237876..e6a8a64f3 100644 --- a/v3po/features/src/main/features/features.xml +++ b/v3po/features/src/main/features/features.xml @@ -39,6 +39,9 @@ <bundle>mvn:io.fd.honeycomb.v3po/translate-spi/${project.version}</bundle> <bundle>mvn:io.fd.honeycomb.v3po/translate-utils/${project.version}</bundle> <bundle>mvn:io.fd.honeycomb.v3po/vpp-translate-utils/${project.version}</bundle> + <bundle>mvn:io.fd.honeycomb.v3po/config/${project.version}</bundle> + <bundle>mvn:io.fd.honeycomb.v3po/data-api/${project.version}</bundle> + <bundle>mvn:io.fd.honeycomb.v3po/data-impl/${project.version}</bundle> <bundle>mvn:io.fd.honeycomb.v3po/translate-impl/${project.version}</bundle> <bundle>mvn:io.fd.honeycomb.v3po/v3po2vpp/${project.version}</bundle> <bundle>wrap:mvn:io.fd.vpp/vppjapi/1.0.0-SNAPSHOT</bundle> |