blob: 0c52ea62d08c06bda7cbbf526a278106b89fe0ab [file] [log] [blame]
vempo2da911f2018-11-01 20:27:39 +02001<!--
2 ~ Copyright © 2016-2018 European Support Limited
3 ~
4 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
7 ~
8 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
15 -->
16
AviZi280f8012017-06-09 02:39:56 +030017<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18 xmlns="http://maven.apache.org/POM/4.0.0"
Michael Landof5f13c42017-02-19 12:35:04 +020019 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20 <modelVersion>4.0.0</modelVersion>
21
AviZi280f8012017-06-09 02:39:56 +030022 <name>openecomp-sdc-enrichment-impl</name>
23 <artifactId>openecomp-sdc-enrichment-impl</artifactId>
Michael Landof5f13c42017-02-19 12:35:04 +020024
25 <parent>
26 <groupId>org.openecomp.sdc</groupId>
27 <artifactId>openecomp-sdc-lib</artifactId>
Michael Lando1276ee12018-11-01 16:25:31 +020028 <version>1.3.2-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020029 <relativePath>../..</relativePath>
30 </parent>
31
Michael Landof5f13c42017-02-19 12:35:04 +020032 <dependencies>
33 <dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020034 <groupId>ch.qos.logback</groupId>
35 <artifactId>logback-classic</artifactId>
AviZi280f8012017-06-09 02:39:56 +030036 <version>${logback.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020037 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020038 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053039 <groupId>org.onap.sdc.common</groupId>
40 <artifactId>onap-tosca-datatype</artifactId>
vempo494e4422018-07-18 17:10:01 +030041 <version>${project.version}</version>
Avi Zivb8e2faf2017-07-18 19:45:38 +030042 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020043 <dependency>
44 <groupId>junit</groupId>
45 <artifactId>junit</artifactId>
Michael Landof5f13c42017-02-19 12:35:04 +020046 <scope>test</scope>
47 </dependency>
48 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030049 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020050 <artifactId>openecomp-utilities-lib</artifactId>
51 <version>${project.version}</version>
52 </dependency>
53 <dependency>
54 <groupId>org.openecomp.sdc</groupId>
55 <artifactId>openecomp-sdc-enrichment-api</artifactId>
56 <version>${project.version}</version>
57 </dependency>
58 <dependency>
59 <groupId>org.openecomp.sdc</groupId>
vempo0da08752018-09-20 19:19:16 +030060 <artifactId>openecomp-sdc-model-api</artifactId>
Michael Landof5f13c42017-02-19 12:35:04 +020061 <version>${project.version}</version>
62 </dependency>
63 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030064 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020065 <artifactId>openecomp-common-lib</artifactId>
66 <version>${project.version}</version>
67 </dependency>
68 <dependency>
69 <groupId>org.mockito</groupId>
vempo2da911f2018-11-01 20:27:39 +020070 <artifactId>mockito-core</artifactId>
Michael Landof5f13c42017-02-19 12:35:04 +020071 <scope>test</scope>
Michael Landof5f13c42017-02-19 12:35:04 +020072 </dependency>
73 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030074 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020075 <artifactId>openecomp-heat-lib</artifactId>
76 <version>${project.version}</version>
77 </dependency>
78 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030079 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020080 <artifactId>openecomp-tosca-lib</artifactId>
81 <version>${project.version}</version>
82 </dependency>
83 <dependency>
84 <groupId>org.openecomp.sdc</groupId>
85 <artifactId>openecomp-sdc-translator-core</artifactId>
86 <version>${project.version}</version>
87 </dependency>
AviZi280f8012017-06-09 02:39:56 +030088 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030089 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030090 <artifactId>openecomp-config-lib</artifactId>
91 <version>${project.version}</version>
92 </dependency>
93 <dependency>
94 <groupId>org.openecomp.sdc</groupId>
95 <artifactId>openecomp-sdc-vendor-software-product-api</artifactId>
96 <version>${project.version}</version>
97 </dependency>
98 <dependency>
AviZi280f8012017-06-09 02:39:56 +030099 <groupId>org.openecomp.sdc</groupId>
100 <artifactId>openecomp-sdc-vendor-software-product-core</artifactId>
101 <version>${project.version}</version>
vempo2da911f2018-11-01 20:27:39 +0200102 <scope>runtime</scope>
AviZi280f8012017-06-09 02:39:56 +0300103 </dependency>
104 <dependency>
AviZi280f8012017-06-09 02:39:56 +0300105 <groupId>org.openecomp.sdc</groupId>
106 <artifactId>openecomp-sdc-model-impl</artifactId>
107 <version>${project.version}</version>
vempo2da911f2018-11-01 20:27:39 +0200108 <scope>test</scope>
AviZi280f8012017-06-09 02:39:56 +0300109 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +0200110 </dependencies>
shrikantawachar9a699252018-04-06 11:07:00 +0530111
Michael Landof5f13c42017-02-19 12:35:04 +0200112
Gautam Shah3de22e12018-04-21 16:18:37 +0530113 <properties>
114 <useSystemClassLoader>false</useSystemClassLoader>
115 </properties>
AviZi280f8012017-06-09 02:39:56 +0300116</project>