natapp-it
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.opendaylight.natapp</groupId> <artifactId>natapp-it</artifactId> <version>0.1.4-Boron-SR4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright © 2016 Tata Consultancy Services and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> <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.controller</groupId> <artifactId>mdsal-it-parent</artifactId> <version>1.4.4-Boron-SR4</version> <relativePath>../..//controller/opendaylight/md-sal/mdsal-it-parent</relativePath> </parent> <groupId>org.opendaylight.natapp</groupId> <artifactId>natapp-it</artifactId> <version>0.1.4-Boron-SR4</version> <packaging>bundle</packaging> <properties> <skipITs>false</skipITs> <karaf.distro.groupId>org.opendaylight.natapp</karaf.distro.groupId> <karaf.distro.artifactId>natapp-karaf</karaf.distro.artifactId> <karaf.distro.version>0.1.4-Boron-SR4</karaf.distro.version> <karaf.distro.type>zip</karaf.distro.type> </properties> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>natapp-features</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>