diff options
author | fkrzywka <filip.krzywka@nokia.com> | 2018-06-05 12:55:06 +0200 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-08-01 11:14:55 +0200 |
commit | 23438166832778b36f3aac7b3cc0b81ab6e8da1e (patch) | |
tree | e0f6c70b8c3f105849d16351cfc3d7882b618f45 /pom.xml | |
parent | f895b8628fbc9cde4013dcf68607b4e18a8ce85b (diff) |
Extract domain module
WireFrame extracted to domain module
Domain package name in collector-core changed to avoid collision
Merged Protobuf module with new domain module
Closes ONAP-253.
Change-Id: Ie7ac0bb877eae018a7520b4f3ceebe9fd51dbf65
Signed-off-by: fkrzywka <filip.krzywka@nokia.com>
Issue-ID: DCAEGEN2-601
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -37,16 +37,16 @@ <description>VES HighVolume Collector</description> <packaging>pom</packaging> - <modules> - <module>hv-collector-core</module> - <module>hv-collector-main</module> - <module>hv-collector-ct</module> - <module>protobuf</module> - <module>hv-collector-utils</module> - <module>hv-collector-coverage</module> - <module>hv-collector-analysis</module> - <module>hv-collector-client-simulator</module> - </modules> + <modules> + <module>hv-collector-analysis</module> + <module>hv-collector-client-simulator</module> + <module>hv-collector-core</module> + <module>hv-collector-coverage</module> + <module>hv-collector-ct</module> + <module>hv-collector-domain</module> + <module>hv-collector-main</module> + <module>hv-collector-utils</module> + </modules> <properties> <kotlin.version>1.2.41</kotlin.version> |