BPGen update default imports
[dcaegen2/platform.git] / mod / bpgenerator / common / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ /*
4   ~  * ============LICENSE_START=======================================================
5   ~  *  org.onap.dcae
6   ~  *  ================================================================================
7   ~  *  Copyright (c) 2020  AT&T Intellectual Property. All rights reserved.
8   ~  *  Copyright (c) 2020  Nokia. All rights reserved.
9   ~  *  ================================================================================
10   ~  *  Licensed under the Apache License, Version 2.0 (the "License");
11   ~  *  you may not use this file except in compliance with the License.
12   ~  *  You may obtain a copy of the License at
13   ~  *
14   ~  *       http://www.apache.org/licenses/LICENSE-2.0
15   ~  *
16   ~  *  Unless required by applicable law or agreed to in writing, software
17   ~  *  distributed under the License is distributed on an "AS IS" BASIS,
18   ~  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19   ~  *  See the License for the specific language governing permissions and
20   ~  *  limitations under the License.
21   ~  *  ============LICENSE_END=========================================================
22   ~  */
23   ~
24   -->
25
26 <project xmlns="http://maven.apache.org/POM/4.0.0"
27     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
28     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
29     <modelVersion>4.0.0</modelVersion>
30
31     <artifactId>blueprint-generator-common</artifactId>
32     <version>1.7.3-SNAPSHOT</version>
33     <packaging>jar</packaging>
34
35     <name>Common</name>
36     <description>This module is used by DCAE and ONAP Applications to generate Blueprints
37     </description>
38
39     <parent>
40         <groupId>org.onap.dcaegen2.platform.mod</groupId>
41         <artifactId>blueprint-generator</artifactId>
42         <version>1.7.3-SNAPSHOT</version>
43     </parent>
44
45
46 </project>