sfc-classifiers
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.opendaylight.sfc</groupId>
<artifactId>sfc-classifiers</artifactId>
<version>0.10.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.opendaylight.sfc</groupId>
<artifactId>sfc-parent</artifactId>
<version>0.10.4</version>
<relativePath>../</relativePath>
</parent>
<artifactId>sfc-classifiers</artifactId>
<packaging>pom</packaging>
<!-- <name> formatting is used by autorelease to parse and notify projects on
build failure. Please do not modify this unless you have a good reason. -->
<name>ODL :: sfc :: ${project.artifactId}</name>
<description>This module groups together the sfc classifiers.</description>
<modules>
<module>sfc-scf-openflow</module>
<module>sfc-scf-vpp</module>
</modules>
</project>