AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 1 | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xmlns="http://maven.apache.org/POM/4.0.0" |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 6 | <name>openecomp-sdc-model-api</name> |
| 7 | <artifactId>openecomp-sdc-model-api</artifactId> |
| 8 | |
JulienBe | b485c37 | 2020-10-28 11:50:25 -0400 | [diff] [blame] | 9 | <parent> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 10 | <groupId>org.openecomp.sdc</groupId> |
JulienBe | b485c37 | 2020-10-28 11:50:25 -0400 | [diff] [blame] | 11 | <artifactId>openecomp-sdc-model-lib</artifactId> |
MichaelMorris | 84d1ddc | 2023-09-20 10:08:49 +0100 | [diff] [blame] | 12 | <version>1.13.5-SNAPSHOT</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 13 | </parent> |
| 14 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 15 | <dependencies> |
| 16 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 17 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 18 | <artifactId>openecomp-facade-core</artifactId> |
| 19 | <version>${project.version}</version> |
| 20 | </dependency> |
| 21 | <dependency> |
| 22 | <groupId>org.openecomp.sdc</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 23 | <artifactId>openecomp-sdc-versioning-core</artifactId> |
| 24 | <version>${project.version}</version> |
| 25 | </dependency> |
| 26 | <dependency> |
Wojciech Sliwka | 38b3b95 | 2019-07-03 08:38:28 +0200 | [diff] [blame] | 27 | <groupId>io.swagger.core.v3</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 28 | <artifactId>swagger-annotations</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 29 | <version>${swagger.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 30 | </dependency> |
| 31 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 32 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 33 | <artifactId>openecomp-heat-lib</artifactId> |
| 34 | <version>${project.version}</version> |
| 35 | </dependency> |
| 36 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 37 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 38 | <artifactId>openecomp-tosca-lib</artifactId> |
| 39 | <version>${project.version}</version> |
vasraz | 8dbc732 | 2021-06-26 14:23:12 +0100 | [diff] [blame] | 40 | <exclusions> |
| 41 | <exclusion> |
| 42 | <groupId>org.springframework</groupId> |
| 43 | <artifactId>spring-core</artifactId> |
| 44 | </exclusion> |
| 45 | </exclusions> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 46 | </dependency> |
| 47 | |
| 48 | </dependencies> |
| 49 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 50 | </project> |