0f79be46d964ab6fa1489c9976a9af10ced4ea63
[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.onap.oparent</groupId>
12                 <artifactId>oparent</artifactId>
13                 <version>2.0.0</version>
14         </parent>
15         <groupId>org.onap.dcaegen2.platform.mod</groupId>
16         <artifactId>runtimeapi</artifactId>
17         <version>1.0.0</version>
18         <name>dcaegen2-platform-mod-runtimeapi</name>
19         <description>MOD Runtime API</description>
20         <properties>
21                 <maven.deploy.skip>true</maven.deploy.skip>
22                 <java.version>1.8</java.version>
23                 <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
24         </properties>
25
26         <build>
27         <plugins>
28                 <!-- support sonar in multi-module project -->
29                 <plugin>
30                         <groupId>org.sonarsource.scanner.maven</groupId>
31                         <artifactId>sonar-maven-plugin</artifactId>
32                         <version>3.6.0.1398</version>
33                 </plugin>
34         </plugins>
35         </build>
36         <dependencyManagement>
37         <dependencies>
38                 <dependency>
39                         <groupId>org.springframework.boot</groupId>
40                         <artifactId>spring-boot-starter-parent</artifactId>
41                         <version>2.1.7.RELEASE</version>
42                         <type>pom</type>
43                         <scope>import</scope>
44                 </dependency>
45         </dependencies>
46         </dependencyManagement>
47 </project>