blob: 0cf1ce72e2224b8c72da1885d056d01f81666d80 [file] [log] [blame]
MichaelMorris8aeffa02019-03-13 17:24:42 +00001<project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.onap.so.adapters</groupId>
7 <artifactId>mso-vnfm-adapter</artifactId>
8 <version>1.4.0-SNAPSHOT</version>
9 </parent>
10 <artifactId>mso-vnfm-adapter-ext-clients</artifactId>
11 <properties>
12 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
14 </properties>
15 <name>mso-vnfm-adapter-ext-clients</name>
16 <description>Clients for the vnfm adpater to use towards REST endpoints which are external to the VNFM adapter/</description>
17</project>