Merge "Add mod/runtimeapi"
[dcaegen2/platform.git] / mod / runtimeapi / 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"
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     <packaging>pom</packaging>
6     <modules>
7         <module>runtime-core</module>
8                 <module>runtime-web</module>
9         </modules>
10     <parent>
11                 <groupId>org.springframework.boot</groupId>
12                 <artifactId>spring-boot-starter-parent</artifactId>
13                 <version>2.1.7.RELEASE</version>
14                 <relativePath/> <!-- lookup parent from repository -->
15         </parent>
16         <groupId>org.onap.dcaegen2.platform.mod</groupId>
17         <artifactId>runtimeapi</artifactId>
18         <version>1.0.0</version>
19         <name>runtimeapi</name>
20         <description>MOD Runtime API</description>
21
22         <properties>
23                 <java.version>1.8</java.version>
24         </properties>
25
26 </project>