blob: f9cba2203008919a89fb9ccc48408707640c4495 [file] [log] [blame]
Ramya Balaji31540f82018-01-08 12:40:57 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
6 Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
7 ================================================================================
8 Copyright (C) 2017 Amdocs
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
Patrick Bradyc7d00752017-06-01 10:45:37 -070013
Ramya Balaji31540f82018-01-08 12:40:57 -050014 http://www.apache.org/licenses/LICENSE-2.0
Patrick Bradyc7d00752017-06-01 10:45:37 -070015
Ramya Balaji31540f82018-01-08 12:40:57 -050016 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.
Patrick Bradyc7d00752017-06-01 10:45:37 -070021
Ramya Balaji31540f82018-01-08 12:40:57 -050022 ECOMP is a trademark and service mark of AT&T Intellectual Property.
23 ============LICENSE_END=========================================================
24 -->
25<project xmlns="http://maven.apache.org/POM/4.0.0"
26 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
27 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
28 <modelVersion>4.0.0</modelVersion>
29 <parent>
30 <groupId>org.onap.appc</groupId>
31 <artifactId>appc-dg-shared</artifactId>
Patrick Brady84d0a252018-05-22 10:42:55 -070032 <version>1.4.0-SNAPSHOT</version>
Ramya Balaji31540f82018-01-08 12:40:57 -050033 </parent>
34
35 <artifactId>appc-dg-mdsal-store</artifactId>
36 <packaging>pom</packaging>
37
38 <properties>
39 <licenseDir>${project.parent.parent.parent.basedir}</licenseDir>
40 </properties>
41
42 <modules>
43 <module>appc-dg-mdsal-bundle</module>
44 <module>appc-dg-mdsal-model</module>
45 </modules>
Patrick Bradyc7d00752017-06-01 10:45:37 -070046</project>