<dependency>
<groupId>org.opendaylight.sfc</groupId>
<artifactId>sfc-openflow-utils</artifactId>
<version>0.10.4</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.opendaylight.sfc', module='sfc-openflow-utils', version='0.10.4')
)
<parent> <groupId>org.opendaylight.sfc</groupId> <artifactId>sfc-util-parent</artifactId> <version>0.10.4</version> </parent>
compile
|-- org.opendaylight.sfc:sfc-provider
|-- org.opendaylight.openflowplugin.model:model-flow-base
|-- org.opendaylight.openflowplugin.model:model-flow-service
|-- org.opendaylight.openflowplugin:openflowplugin-extension-nicira
|-- com.fasterxml.uuid:java-uuid-generator
test
|-- junit:junit