<dependency>
<groupId>org.opendaylight.sfc</groupId>
<artifactId>sfc-openflow-renderer</artifactId>
<version>0.6.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.sfc', module='sfc-openflow-renderer', version='0.6.2')
)
<parent> <groupId>org.opendaylight.sfc</groupId> <artifactId>sfc-renderers</artifactId> <version>0.6.2</version> </parent>
compile
|-- org.opendaylight.sfc:sfc-provider
|-- org.opendaylight.sfc:sfc-ovs
|-- org.opendaylight.sfc:sfc-openflow-utils
|-- org.opendaylight.controller:sal-binding-config
|-- org.opendaylight.sfc:sfc-genius
test
|-- org.opendaylight.controller:sal-binding-broker-impl
|-- junit:junit