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 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 22 | <name>openecomp-sdc-translator-api</name> |
| 23 | <artifactId>openecomp-sdc-translator-api</artifactId> |
| 24 | |
| 25 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 26 | <parent> |
| 27 | <groupId>org.openecomp.sdc</groupId> |
JulienBe | b485c37 | 2020-10-28 11:50:25 -0400 | [diff] [blame] | 28 | <artifactId>openecomp-sdc-translator-lib</artifactId> |
ChrisC | 1979c92 | 2021-03-04 15:39:21 +0100 | [diff] [blame] | 29 | <version>1.8.3-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> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 34 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 35 | <artifactId>openecomp-facade-core</artifactId> |
| 36 | <version>${project.version}</version> |
| 37 | </dependency> |
| 38 | <dependency> |
| 39 | <groupId>org.openecomp.sdc</groupId> |
| 40 | <artifactId>openecomp-sdc-validation-api</artifactId> |
| 41 | <version>${project.version}</version> |
| 42 | </dependency> |
| 43 | <dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 44 | <groupId>org.openecomp.sdc</groupId> |
| 45 | <artifactId>openecomp-sdc-validation-core</artifactId> |
| 46 | <version>${project.version}</version> |
| 47 | <scope>runtime</scope> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 48 | </dependency> |
| 49 | <dependency> |
Wojciech Sliwka | 38b3b95 | 2019-07-03 08:38:28 +0200 | [diff] [blame] | 50 | <groupId>io.swagger.core.v3</groupId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 51 | <artifactId>swagger-annotations</artifactId> |
| 52 | <version>${swagger.version}</version> |
| 53 | </dependency> |
| 54 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 55 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 56 | <artifactId>openecomp-heat-lib</artifactId> |
| 57 | <version>${project.version}</version> |
| 58 | </dependency> |
| 59 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 60 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 61 | <artifactId>openecomp-tosca-lib</artifactId> |
| 62 | <version>${project.version}</version> |
| 63 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 64 | <dependency> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 65 | <groupId>org.onap.sdc.common</groupId> |
| 66 | <artifactId>onap-configuration-management-core</artifactId> |
vempo | 494e442 | 2018-07-18 17:10:01 +0300 | [diff] [blame] | 67 | <version>${project.version}</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 68 | <scope>runtime</scope> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 69 | </dependency> |
| 70 | <dependency> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 71 | <groupId>org.onap.sdc.common</groupId> |
| 72 | <artifactId>onap-configuration-management-api</artifactId> |
vempo | 494e442 | 2018-07-18 17:10:01 +0300 | [diff] [blame] | 73 | <version>${project.version}</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 74 | </dependency> |
vempo | 2da911f | 2018-11-01 20:27:39 +0200 | [diff] [blame] | 75 | <dependency> |
| 76 | <groupId>org.projectlombok</groupId> |
| 77 | <artifactId>lombok</artifactId> |
| 78 | <scope>provided</scope> |
| 79 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 80 | </dependencies> |
| 81 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 82 | </project> |