odl-openflowjava-protocol
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.opendaylight.openflowjava</groupId> <artifactId>odl-openflowjava-protocol</artifactId> <version>0.9.2-Carbon</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.odlparent</groupId> <artifactId>single-feature-parent</artifactId> <version>1.8.2-Carbon</version> <relativePath>../../..//odlparent/single-feature-parent</relativePath> </parent> <groupId>org.opendaylight.openflowjava</groupId> <artifactId>odl-openflowjava-protocol</artifactId> <version>0.9.2-Carbon</version> <packaging>feature</packaging> <name>OpenDaylight :: Openflow Java :: Protocol</name> <properties> <config.version>0.6.2-Carbon</config.version> <controller.mdsal.version>1.5.2-Carbon</controller.mdsal.version> <mdsal.version>2.2.2-Carbon</mdsal.version> <mdsal.model.version>0.10.2-Carbon</mdsal.model.version> <odlparent.netty>1.8.2-Carbon</odlparent.netty> </properties> <dependencyManagement> <dependencies> <!-- This project --> <dependency> <groupId>org.opendaylight.openflowjava</groupId> <artifactId>openflowjava-artifacts</artifactId> <version>${project.version}</version> <scope>import</scope> <type>pom</type> </dependency> <!-- This project --> <dependency> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odl-netty-4</artifactId> <version>${odlparent.netty}</version> <scope>import</scope> <type>pom</type> </dependency> <!-- MD-SAL --> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-artifacts</artifactId> <version>${mdsal.version}</version> <scope>import</scope> <type>pom</type> </dependency> <dependency> <groupId>org.opendaylight.mdsal.model</groupId> <artifactId>mdsal-model-artifacts</artifactId> <version>${mdsal.model.version}</version> <scope>import</scope> <type>pom</type> </dependency> <!-- Controller infrastructure --> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>config-artifacts</artifactId> <version>${config.version}</version> <scope>import</scope> <type>pom</type> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>mdsal-artifacts</artifactId> <version>${controller.mdsal.version}</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>odl-mdsal-binding-base</artifactId> <type>xml</type> <classifier>features</classifier> </dependency> <dependency> <groupId>org.opendaylight.mdsal.model</groupId> <artifactId>odl-mdsal-models</artifactId> <type>xml</type> <classifier>features</classifier> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>odl-config-api</artifactId> <type>xml</type> <classifier>features</classifier> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>odl-mdsal-common</artifactId> <type>xml</type> <classifier>features</classifier> </dependency> <dependency> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odl-netty-4</artifactId> <type>xml</type> <classifier>features</classifier> </dependency> <!-- bundle dependencies --> <dependency> <groupId>org.opendaylight.openflowjava</groupId> <artifactId>openflow-protocol-api</artifactId> </dependency> <dependency> <groupId>org.opendaylight.openflowjava</groupId> <artifactId>openflow-protocol-spi</artifactId> </dependency> <dependency> <groupId>org.opendaylight.openflowjava</groupId> <artifactId>openflow-protocol-impl</artifactId> </dependency> <dependency> <groupId>org.opendaylight.openflowjava</groupId> <artifactId>openflowjava-blueprint-config</artifactId> <type>xml</type> <classifier>config</classifier> </dependency> <dependency> <groupId>org.opendaylight.openflowjava</groupId> <artifactId>openflowjava-util</artifactId> </dependency> </dependencies> </project>