EntityOwnershipService new module infrastructure 00/41500/6
authorVaclav Demcak <vdemcak@cisco.com>
Fri, 8 Jul 2016 06:57:16 +0000 (08:57 +0200)
committerRobert Varga <nite@hq.sk>
Mon, 11 Jul 2016 10:32:57 +0000 (10:32 +0000)
commitcf035174f33ce7cc8c4b1931dad18d4bea0c5ea0
tree55aa614d89c6bc9dcc9a1d4817944cc8f1dbe4e8
parent8eead885c8ec95509769f84b45ac73c2b311133c
EntityOwnershipService new module infrastructure

EntityOwnershipService is not a core part of MD-SAL API,
so we have to split core API and EOS API/SPI.
New EOS structure is:
 - mdsal-eos-common-api
 - mdsal-eos-common-spi
 - mdsal-eos-dom-api
 - mdsal-eos-binding-api
 - mdsal-eos-binding-adapter

* create EntityOwnershipService module infra with relevant
  dependencies

Change-Id: I8509765de87a2e924ccbc988f400173152f772b9
Signed-off-by: Vaclav Demcak <vdemcak@cisco.com>
13 files changed:
binding/mdsal-binding-api/pom.xml
binding/mdsal-binding-dom-adapter/pom.xml
common/artifacts/pom.xml
common/features/pom.xml
common/features/src/main/features/features.xml
dom/mdsal-dom-api/pom.xml
entityownership/mdsal-eos-binding-adapter/pom.xml [new file with mode: 0644]
entityownership/mdsal-eos-binding-api/pom.xml [new file with mode: 0644]
entityownership/mdsal-eos-common-api/pom.xml [new file with mode: 0644]
entityownership/mdsal-eos-common-spi/pom.xml [new file with mode: 0644]
entityownership/mdsal-eos-dom-api/pom.xml [new file with mode: 0644]
entityownership/pom.xml [new file with mode: 0644]
pom.xml