summaryrefslogtreecommitdiffstats
path: root/v3po/pom.xml
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-04-12 10:13:21 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-04-12 10:13:21 +0200
commitc3661fb2793928359ef28c4439a67d3208ff1604 (patch)
treefe22dfbfc70a2b6e32911ebfe7f5765883d79aa7 /v3po/pom.xml
parent2b1748599e4c820730eef2deb7f59489bab82f82 (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/pom.xml')
-rw-r--r--v3po/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/v3po/pom.xml b/v3po/pom.xml
index 7fdf97b44..7ec5d708a 100644
--- a/v3po/pom.xml
+++ b/v3po/pom.xml
@@ -33,6 +33,9 @@
</prerequisites>
<modules>
<module>api</module>
+ <module>config</module>
+ <module>data-api</module>
+ <module>data-impl</module>
<module>translate-spi</module>
<module>translate-api</module>
<module>translate-impl</module>