Re: ODL:Master(Aluminium): Unable to bring karaf distribution locally - Reg
Karthikeyan
Thanks Robert for your explanation. I cloud see below changes are there in the GENIUS project where as netvirt module pom.xml we didn't not changed the same. Is this root cause of the failure? <!--<dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> <scope>test</scope> <type>test-jar</type> </dependency>!--> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-dom-adapter</artifactId> <type>test-jar</type> <scope>compile</scope> </dependency> Could you please confirm what could be replacement for the below dependency which are existing in the netvirt project modules. 1) odl-netvirt-api module pom.xml existing dependency: <dependency> 2) odl-netvirt-impl module pom.xml existing dependency: <dependency> <groupId>org.opendaylight.controller</groupId>
On Tue, Apr 21, 2020 at 2:03 PM Robert Varga <nite@...> wrote:
|
|