blob: d1bc5adce2f372c963bf59028b46dcf7308a4d97 [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
Michael Lando61f98d42017-06-09 04:54:54 +030022 <groupId>org.openecomp.sdc.core</groupId>
AviZi280f8012017-06-09 02:39:56 +030023 <name>openecomp-tosca-lib</name>
24 <artifactId>openecomp-tosca-lib</artifactId>
Michael Landof5f13c42017-02-19 12:35:04 +020025
26 <parent>
27 <artifactId>openecomp-sdc-lib</artifactId>
28 <groupId>org.openecomp.sdc</groupId>
Ofir Sonsino09d87892020-03-12 20:52:42 +020029 <version>1.7.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020030 </parent>
31
Michael Landof5f13c42017-02-19 12:35:04 +020032 <dependencies>
33 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053034 <groupId>org.onap.sdc.common</groupId>
35 <artifactId>onap-tosca-datatype</artifactId>
vempo494e4422018-07-18 17:10:01 +030036 <version>${project.version}</version>
Avi Zivb8e2faf2017-07-18 19:45:38 +030037 </dependency>
38 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030039 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020040 <artifactId>openecomp-utilities-lib</artifactId>
41 <version>${project.version}</version>
42 </dependency>
43 <dependency>
44 <groupId>org.openecomp.sdc</groupId>
priyanshue812c4f2018-03-05 15:00:10 +053045 <artifactId>openecomp-sdc-validation-api</artifactId>
46 <version>${project.version}</version>
47 </dependency>
48 <dependency>
49 <groupId>org.openecomp.sdc</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020050 <artifactId>openecomp-sdc-datatypes-lib</artifactId>
51 <version>${project.version}</version>
52 </dependency>
53 <dependency>
Michael Lando61f98d42017-06-09 04:54:54 +030054 <groupId>org.openecomp.sdc.core</groupId>
Michael Landof5f13c42017-02-19 12:35:04 +020055 <artifactId>openecomp-common-lib</artifactId>
56 <version>${project.version}</version>
57 </dependency>
58 <dependency>
59 <groupId>ch.qos.logback</groupId>
60 <artifactId>logback-classic</artifactId>
AviZi280f8012017-06-09 02:39:56 +030061 <version>${logback.version}</version>
Michael Landof5f13c42017-02-19 12:35:04 +020062 </dependency>
63 <dependency>
andre.schmid78f88752019-08-30 18:20:32 +010064 <groupId>org.hamcrest</groupId>
65 <artifactId>hamcrest</artifactId>
66 <version>${hamcrest.version}</version>
67 <scope>test</scope>
68 </dependency>
69 <dependency>
70 <groupId>org.hamcrest</groupId>
71 <artifactId>hamcrest-library</artifactId>
72 <version>${hamcrest.version}</version>
73 <scope>test</scope>
74 </dependency>
75 <dependency>
Michael Landof5f13c42017-02-19 12:35:04 +020076 <groupId>junit</groupId>
77 <artifactId>junit</artifactId>
Michael Landof5f13c42017-02-19 12:35:04 +020078 <scope>test</scope>
79 </dependency>
80 <dependency>
Gautam Shah09a41f52018-04-11 19:55:29 +053081 <groupId>org.mockito</groupId>
vempo2da911f2018-11-01 20:27:39 +020082 <artifactId>mockito-core</artifactId>
Gautam Shah09a41f52018-04-11 19:55:29 +053083 <scope>test</scope>
Gautam Shah09a41f52018-04-11 19:55:29 +053084 </dependency>
85 <dependency>
AviZi280f8012017-06-09 02:39:56 +030086 <groupId>org.openecomp.sdc</groupId>
87 <artifactId>openecomp-sdc-logging-core</artifactId>
88 <version>${project.version}</version>
vempoacd7ec02018-01-28 14:39:56 +020089 <scope>runtime</scope>
Michael Landof5f13c42017-02-19 12:35:04 +020090 </dependency>
91 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053092 <groupId>org.onap.sdc.common</groupId>
93 <artifactId>onap-configuration-management-core</artifactId>
vempo494e4422018-07-18 17:10:01 +030094 <version>${project.version}</version>
AviZi280f8012017-06-09 02:39:56 +030095 <scope>runtime</scope>
Michael Landof5f13c42017-02-19 12:35:04 +020096 </dependency>
AviZi280f8012017-06-09 02:39:56 +030097 <dependency>
amitjai42c920b2018-04-27 13:28:57 +053098 <groupId>org.onap.sdc.common</groupId>
99 <artifactId>onap-configuration-management-api</artifactId>
vempo494e4422018-07-18 17:10:01 +0300100 <version>${project.version}</version>
AviZi280f8012017-06-09 02:39:56 +0300101 </dependency>
priyanshue812c4f2018-03-05 15:00:10 +0530102 <dependency>
Michael Lando5b593492018-07-29 16:13:45 +0300103 <groupId>org.onap.sdc.sdc-tosca</groupId>
priyanshue812c4f2018-03-05 15:00:10 +0530104 <artifactId>sdc-tosca</artifactId>
105 <version>${sdc-tosca-parser.version}</version>
106 </dependency>
siddharth09052fb91492018-10-08 16:49:26 +0530107 <dependency>
108 <groupId>org.projectlombok</groupId>
109 <artifactId>lombok</artifactId>
vempo2da911f2018-11-01 20:27:39 +0200110 <scope>provided</scope>
siddharth09052fb91492018-10-08 16:49:26 +0530111 </dependency>
bilal.iqbal62f5ad62019-03-25 14:31:14 +0000112 <dependency>
113 <groupId>org.openecomp.sdc.be</groupId>
114 <artifactId>common-be</artifactId>
115 <version>${project.version}</version>
116 <scope>compile</scope>
117 </dependency>
Michael Landof5f13c42017-02-19 12:35:04 +0200118 </dependencies>
Gautam Shah3de22e12018-04-21 16:18:37 +0530119 <properties>
120 <useSystemClassLoader>false</useSystemClassLoader>
121 </properties>
shrikantawachar9a699252018-04-06 11:07:00 +0530122
Michael Landof5f13c42017-02-19 12:35:04 +0200123
AviZi280f8012017-06-09 02:39:56 +0300124</project>