secgateway/ControlPlatform/driver-layer/it/pom.xml

47 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright © 2019 CMCC Corporation 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.7.4</version>
<relativePath/>
</parent>
<groupId>com.cmcc.cmhi</groupId>
<artifactId>driver-layer-it</artifactId>
<version>0.1.0</version>
<!-- <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 :: com.cmcc.cmhi :: ${project.artifactId}</name>
<packaging>bundle</packaging>
<properties>
<skipITs>false</skipITs>
<karaf.distro.groupId>com.cmcc.cmhi</karaf.distro.groupId>
<karaf.distro.artifactId>driver-layer-karaf</karaf.distro.artifactId>
<karaf.distro.version>0.1.0</karaf.distro.version>
<karaf.distro.type>zip</karaf.distro.type>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>features-driver-all</artifactId>
<version>${project.version}</version>
<classifier>features</classifier>
<type>xml</type>
</dependency>
</dependencies>
</project>