fix com.fasterxml.jackson.core 2.8.4
[appc.git] / appc-parent / 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/maven-v4_0_0.xsd">
4
5
6     <modelVersion>4.0.0</modelVersion>
7     <packaging>pom</packaging>
8     <groupId>org.onap.appc.parent</groupId>
9     <artifactId>parent-aggregator</artifactId>
10     <version>1.4.0-SNAPSHOT</version>
11
12     <modules>
13         <module>binding-parent</module>
14         <module>bundle-parent</module>
15         <module>feature-repo-parent</module>
16         <module>odlparent-lite</module>
17         <module>single-feature-parent</module>
18     </modules>
19
20     <parent>
21         <groupId>org.onap.appc</groupId>
22         <artifactId>appc</artifactId>
23         <version>1.4.0-SNAPSHOT</version>
24     </parent>
25 </project>