Adding Copyright Missing files
[oam/tr069-adapter.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!--\r
3 /*\r
4  * ============LICENSE_START========================================================================\r
5  * ONAP : tr-069-adapter\r
6  * =================================================================================================\r
7  * Copyright (C) 2020 CommScope Inc Intellectual Property.\r
8  * =================================================================================================\r
9  * This tr-069-adapter software file is distributed by CommScope Inc\r
10  * under the Apache License, Version 2.0 (the "License");\r
11  * you may not use this file except in compliance with the License.\r
12  * You may obtain a copy of the License at\r
13  *\r
14  * http://www.apache.org/licenses/LICENSE-2.0\r
15  *\r
16  * This file is distributed on an "AS IS" BASIS,\r
17  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
18  * See the License for the specific language governing permissions and\r
19  * limitations under the License.\r
20  * ===============LICENSE_END=======================================================================\r
21 */\r
22 -->\r
23 <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/xsd/maven-4.0.0.xsd">\r
24    <parent>\r
25       <groupId>org.springframework.boot</groupId>\r
26       <artifactId>spring-boot-starter-parent</artifactId>\r
27       <version>2.2.1.RELEASE</version>\r
28    </parent>\r
29    <modelVersion>4.0.0</modelVersion>\r
30    <groupId>org.commscope.tr069adapter</groupId>\r
31    <artifactId>tr069adapter</artifactId>\r
32    <version>1.0.0</version>\r
33    <packaging>pom</packaging>\r
34    <name>tr069adapter</name>\r
35    <properties>\r
36       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
37       <build.version>latest</build.version>\r
38       <jdk.version>1.7</jdk.version>\r
39       <java.version>1.8</java.version>\r
40       <org.apache.axis.version>1.4</org.apache.axis.version>\r
41       <junit.version>4.12</junit.version>\r
42       <junit.scope>test</junit.scope>\r
43       <jta.version>1.1</jta.version>\r
44       <jaxb-api.version>2.1</jaxb-api.version>\r
45       <org.mockito.version>1.8.4</org.mockito.version>\r
46       <maven-clean-plugin.version>2.4.1</maven-clean-plugin.version>\r
47       <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>\r
48       <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>\r
49       <maven-assembly-plugin.version>2.2</maven-assembly-plugin.version>\r
50       <maven-deploy-plugin.version>2.7</maven-deploy-plugin.version>\r
51       <log4j.extras>1.2.17</log4j.extras>\r
52       <docker-maven-plugin>0.30.0</docker-maven-plugin>\r
53       <sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version>\r
54       <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>\r
55       <spotless-maven-plugin.version>1.18.0</spotless-maven-plugin.version>\r
56       <formatter-maven-plugin.version>2.8.1</formatter-maven-plugin.version>\r
57    </properties>\r
58    <modules>\r
59       <module>common</module>\r
60       <module>db</module>\r
61       <module>factory</module>\r
62       <module>acs</module>\r
63       <module>mapper</module>\r
64       <module>netconf-server</module>\r
65       <module>ves-agent</module>\r
66       <module>config-data</module>\r
67    </modules>\r
68 </project>\r