vempo | 2da911f | 2018-11-01 20:27:39 +0200 | [diff] [blame] | 1 | <!-- |
| 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 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 17 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 18 | xmlns="http://maven.apache.org/POM/4.0.0" |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 19 | 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 Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 22 | <groupId>org.openecomp.sdc.core</groupId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 23 | <name>openecomp-tosca-lib</name> |
| 24 | <artifactId>openecomp-tosca-lib</artifactId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 25 | |
| 26 | <parent> |
| 27 | <artifactId>openecomp-sdc-lib</artifactId> |
| 28 | <groupId>org.openecomp.sdc</groupId> |
Ofir Sonsino | 09d8789 | 2020-03-12 20:52:42 +0200 | [diff] [blame] | 29 | <version>1.7.0-SNAPSHOT</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 30 | </parent> |
| 31 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 32 | <dependencies> |
| 33 | <dependency> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 34 | <groupId>org.onap.sdc.common</groupId> |
| 35 | <artifactId>onap-tosca-datatype</artifactId> |
vempo | 494e442 | 2018-07-18 17:10:01 +0300 | [diff] [blame] | 36 | <version>${project.version}</version> |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 37 | </dependency> |
| 38 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 39 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 40 | <artifactId>openecomp-utilities-lib</artifactId> |
| 41 | <version>${project.version}</version> |
| 42 | </dependency> |
| 43 | <dependency> |
| 44 | <groupId>org.openecomp.sdc</groupId> |
priyanshu | e812c4f | 2018-03-05 15:00:10 +0530 | [diff] [blame] | 45 | <artifactId>openecomp-sdc-validation-api</artifactId> |
| 46 | <version>${project.version}</version> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>org.openecomp.sdc</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 50 | <artifactId>openecomp-sdc-datatypes-lib</artifactId> |
| 51 | <version>${project.version}</version> |
| 52 | </dependency> |
| 53 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 54 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 55 | <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> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 61 | <version>${logback.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 62 | </dependency> |
| 63 | <dependency> |
andre.schmid | 78f8875 | 2019-08-30 18:20:32 +0100 | [diff] [blame] | 64 | <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 Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 76 | <groupId>junit</groupId> |
| 77 | <artifactId>junit</artifactId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 78 | <scope>test</scope> |
| 79 | </dependency> |
| 80 | <dependency> |
Gautam Shah | 09a41f5 | 2018-04-11 19:55:29 +0530 | [diff] [blame] | 81 | <groupId>org.mockito</groupId> |
vempo | 2da911f | 2018-11-01 20:27:39 +0200 | [diff] [blame] | 82 | <artifactId>mockito-core</artifactId> |
Gautam Shah | 09a41f5 | 2018-04-11 19:55:29 +0530 | [diff] [blame] | 83 | <scope>test</scope> |
Gautam Shah | 09a41f5 | 2018-04-11 19:55:29 +0530 | [diff] [blame] | 84 | </dependency> |
| 85 | <dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 86 | <groupId>org.openecomp.sdc</groupId> |
| 87 | <artifactId>openecomp-sdc-logging-core</artifactId> |
| 88 | <version>${project.version}</version> |
vempo | acd7ec0 | 2018-01-28 14:39:56 +0200 | [diff] [blame] | 89 | <scope>runtime</scope> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 90 | </dependency> |
| 91 | <dependency> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 92 | <groupId>org.onap.sdc.common</groupId> |
| 93 | <artifactId>onap-configuration-management-core</artifactId> |
vempo | 494e442 | 2018-07-18 17:10:01 +0300 | [diff] [blame] | 94 | <version>${project.version}</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 95 | <scope>runtime</scope> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 96 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 97 | <dependency> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 98 | <groupId>org.onap.sdc.common</groupId> |
| 99 | <artifactId>onap-configuration-management-api</artifactId> |
vempo | 494e442 | 2018-07-18 17:10:01 +0300 | [diff] [blame] | 100 | <version>${project.version}</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 101 | </dependency> |
priyanshu | e812c4f | 2018-03-05 15:00:10 +0530 | [diff] [blame] | 102 | <dependency> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 103 | <groupId>org.onap.sdc.sdc-tosca</groupId> |
priyanshu | e812c4f | 2018-03-05 15:00:10 +0530 | [diff] [blame] | 104 | <artifactId>sdc-tosca</artifactId> |
| 105 | <version>${sdc-tosca-parser.version}</version> |
| 106 | </dependency> |
siddharth0905 | 2fb9149 | 2018-10-08 16:49:26 +0530 | [diff] [blame] | 107 | <dependency> |
| 108 | <groupId>org.projectlombok</groupId> |
| 109 | <artifactId>lombok</artifactId> |
vempo | 2da911f | 2018-11-01 20:27:39 +0200 | [diff] [blame] | 110 | <scope>provided</scope> |
siddharth0905 | 2fb9149 | 2018-10-08 16:49:26 +0530 | [diff] [blame] | 111 | </dependency> |
bilal.iqbal | 62f5ad6 | 2019-03-25 14:31:14 +0000 | [diff] [blame] | 112 | <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 Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 118 | </dependencies> |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 119 | <properties> |
| 120 | <useSystemClassLoader>false</useSystemClassLoader> |
| 121 | </properties> |
shrikantawachar | 9a69925 | 2018-04-06 11:07:00 +0530 | [diff] [blame] | 122 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 123 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 124 | </project> |