This dependency breaks your feature:

        <dependency>
            <groupId>org.opendaylight.openflowplugin</groupId>
            <artifactId>features-openflowplugin</artifactId>
            <type>xml</type>
            <classifier>features</classifier>
        </dependency>


With the above you are installing all features available in openflowplugin and 
some of them are not compatible with each other, so instead of bringing the 
full repo just bring one by one the features (odl-openflowplugin-*) that you 
need, for example:

        <dependency>
            <groupId>org.opendaylight.openflowplugin</groupId>
            <artifactId>odl-openflowplugin-southbound</artifactId>
            <type>xml</type>
            <classifier>features</classifier>
        </dependency>

BR/Luis

> On Aug 4, 2018, at 3:41 PM, M. Ranganathan <[email protected]> wrote:
> 
> <pom.xml>

_______________________________________________
openflowplugin-dev mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev

Reply via email to