blob: 1d596290928168d28bde1f322b0b7c49bc924e05 [file] [log] [blame]
Skip Wonnellcf4b15a2017-08-15 21:18:04 -05001<?xml version="1.0" encoding="UTF-8"?>
Skip Wonnell574417b2017-08-28 22:02:54 -05002<!--
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
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
22 ECOMP is a trademark and service mark of AT&T Intellectual Property.
23 ============LICENSE_END=========================================================
24 -->
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050025<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
27
28 <parent>
29 <groupId>org.openecomp.appc</groupId>
30 <artifactId>appc-directed-graph</artifactId>
Jessica Wagantall65367992017-11-16 17:22:13 -080031 <version>1.3.0-SNAPSHOT</version>
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050032 </parent>
33
34 <modelVersion>4.0.0</modelVersion>
35
36 <groupId>org.openecomp.appc.plugins</groupId>
37 <artifactId>dg-loader</artifactId>
Jessica Wagantall65367992017-11-16 17:22:13 -080038 <version>1.3.0-SNAPSHOT</version>
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050039 <packaging>pom</packaging>
40
41 <name>Directed Graph Loader Node</name>
42 <description>Common Utilities for DG</description>
43
44 <properties>
45 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
46 <java.version.source>1.8</java.version.source>
47 <java.version.target>1.8</java.version.target>
48 <odl.mdsal.version>2.1.1-Boron-SR1</odl.mdsal.version>
49 <odl.controller.mdsal.version>1.4.1-Boron-SR1</odl.controller.mdsal.version>
50 <logback.version>1.1.1</logback.version>
51 <common.collections.version>3.2.1</common.collections.version>
52 <common.io.version>2.5</common.io.version>
53 <jettison.version>1.3.7</jettison.version>
54 <openecomp.sdnc.sli.version>1.1.0</openecomp.sdnc.sli.version>
55 <openecomp.sdnc.dblib.version>1.1.0</openecomp.sdnc.dblib.version>
56 <openecomp.sdnc.sql-resource.version>1.1.0</openecomp.sdnc.sql-resource.version>
Skip Wonnell574417b2017-08-28 22:02:54 -050057 <licenseDir>${project.parent.parent.basedir}</licenseDir>
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050058 </properties>
59
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050060 <modules>
61 <module>features</module>
62 <module>provider</module>
63 </modules>
64</project>