odl-netvirt-impl currently includes the coe-impl bundle, which causes
issues for two reasons:
* coe-impl depends on coe-northbound-api (from the coe project), but
odl-netvirt-impl doesn't depend on that (directly or indirectly); this
results in the odl-netvirt-impl including a coe bundle which is
incorrect;
* the coe-northbound-api is included in coe’s odl-coe-api feature, so
the above results in two features containing the coe-northbound-api,
which is also incorrect.
Moving coe-impl to odl-netvirt-coe ensures that odl-netvirt-impl itself
stays independent of COE, and ensures that no NetVirt feature directly
includes a COE bundle.
Change-Id: Ibe12e48eda592ff58af97f0b1df3da295b8f3f0c
Signed-off-by: Faseela K <faseela.k@ericsson.com>
<type>xml</type>
<classifier>features</classifier>
</dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>coe-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
</project>
<artifactId>cloud-servicechain-impl</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>coe-impl</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>dhcpservice-impl</artifactId>