Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / security / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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/maven-v4_0_0.xsd">
3     <modelVersion>4.0.0</modelVersion>
4
5     <parent>
6         <groupId>com.highstreet.technologies.odl.dlux</groupId>
7         <artifactId>mwtn</artifactId>
8         <version>0.5.1-SNAPSHOT</version>
9         <relativePath>../</relativePath>
10     </parent>
11
12     <groupId>org.onap.sdnc.dluxapps</groupId>
13     <artifactId>security</artifactId>
14     <!-- <name> formatting is used by autorelease to parse and notify projects on
15        build failure. Please do not modify this unless you have a good reason. -->
16     <name>${prefix} ${project.artifactId}</name>
17     <version>0.5.1</version>
18     <packaging>pom</packaging>
19
20     <prerequisites>
21         <maven>3.0</maven>
22     </prerequisites>
23
24   <modules>
25     <module>security-module</module>
26     <module>security-bundle</module>
27   </modules>
28 </project>