<?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.openflowplugin</groupId> <artifactId>openflowplugin-parent</artifactId> <version>0.15.2</version> <relativePath>../parent</relativePath> </parent> <artifactId>openflowplugin-impl</artifactId> <packaging>bundle</packaging> <properties> <!-- FIXME: Remove this --> <odlparent.modernizer.enforce>false</odlparent.modernizer.enforce> </properties> <dependencies> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.framework</artifactId> </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.cm</artifactId> </dependency> <dependency> <groupId>org.opendaylight.openflowplugin</groupId> <artifactId>openflowplugin-api</artifactId> </dependency> <dependency> <groupId>org.opendaylight.openflowplugin</groupId> <artifactId>openflowplugin</artifactId> </dependency> <dependency> <groupId>org.opendaylight.openflowplugin</groupId> <artifactId>openflowplugin-extension-api</artifactId> </dependency> <dependency> <groupId>org.opendaylight.openflowplugin.model</groupId> <artifactId>model-flow-base</artifactId> </dependency> <dependency> <groupId>org.opendaylight.openflowplugin.model</groupId> <artifactId>model-flow-service</artifactId> </dependency> <dependency> <groupId>org.opendaylight.openflowplugin.model</groupId> <artifactId>model-flow-statistics</artifactId> </dependency> <dependency> <groupId>org.opendaylight.openflowplugin.model</groupId> <artifactId>model-inventory</artifactId> </dependency> <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-common-netty</artifactId> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-api</artifactId> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-binding-spi</artifactId> </dependency> <dependency> <groupId>${project.groupId}.openflowjava</groupId> <artifactId>openflow-protocol-api</artifactId> </dependency> <dependency> <groupId>org.opendaylight.infrautils</groupId> <artifactId>diagstatus-api</artifactId> </dependency> <dependency> <groupId>${project.groupId}.openflowjava</groupId> <artifactId>openflow-protocol-spi</artifactId> </dependency> <dependency> <groupId>org.apache.karaf.shell</groupId> <artifactId>org.apache.karaf.shell.console</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>jakarta.annotation</groupId> <artifactId>jakarta.annotation-api</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>javax.inject</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>${project.groupId}.openflowjava</groupId> <artifactId>openflowjava-util</artifactId> </dependency> <dependency> <groupId>${project.groupId}.openflowjava</groupId> <artifactId>openflow-protocol-impl</artifactId> </dependency> <dependency> <groupId>org.opendaylight.openflowplugin</groupId> <artifactId>openflowplugin-common</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.opendaylight.openflowplugin</groupId> <artifactId>openflowplugin-impl</artifactId> <version>0.15.2</version> </dependency>
org.opendaylight.openflowplugin:openflowplugin-impl:0.15.2