2cc9281b9913b9d71358216b7afc72b5e135b2d1
[oam/tr069-adapter.git] / acs / 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 \r
24 <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
25         \r
26         <parent>\r
27                 <groupId>org.commscope.tr069adapter</groupId>\r
28                 <artifactId>tr069adapter</artifactId>\r
29                 <version>1.0.0</version>\r
30         </parent>\r
31         \r
32         <modelVersion>4.0.0</modelVersion>\r
33         <groupId>org.commscope.tr069adapter.acs</groupId>\r
34         <artifactId>acs</artifactId>\r
35         <packaging>pom</packaging>\r
36 \r
37         <name>acs</name>\r
38         <modules>\r
39                 <module>common</module>\r
40                 <module>application-booter</module>\r
41                 <module>cpe</module>\r
42                 <module>requestprocessor</module>\r
43                 <module>nbi</module>\r
44         </modules>\r
45 </project>\r