Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | <modelVersion>4.0.0</modelVersion> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 6 | <artifactId>openecomp-sdc-common-rest</artifactId> |
| 7 | <name>openecomp-sdc-common-rest</name> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 8 | <parent> |
| 9 | <groupId>org.openecomp.sdc</groupId> |
| 10 | <artifactId>openecomp-sdc-rest-webapp</artifactId> |
Michael Lando | 0ad3c80 | 2017-09-19 16:32:59 +0300 | [diff] [blame] | 11 | <version>1.2.0-SNAPSHOT</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 12 | </parent> |
| 13 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 14 | <dependencies> |
| 15 | <dependency> |
az2497 | 644017c | 2017-08-10 17:49:40 +0300 | [diff] [blame] | 16 | <groupId>org.openecomp.sdc</groupId> |
| 17 | <artifactId>openecomp-sdc-logging-core</artifactId> |
| 18 | <version>${project.version}</version> |
| 19 | </dependency> |
| 20 | |
| 21 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 22 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 23 | <artifactId>openecomp-utilities-lib</artifactId> |
| 24 | <version>${project.version}</version> |
| 25 | </dependency> |
| 26 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 27 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 28 | <artifactId>openecomp-common-lib</artifactId> |
| 29 | <version>${project.version}</version> |
| 30 | </dependency> |
| 31 | <dependency> |
| 32 | <groupId>org.hibernate</groupId> |
| 33 | <artifactId>hibernate-validator</artifactId> |
| 34 | <version>${hibernate.validator.version}</version> |
| 35 | </dependency> |
| 36 | <dependency> |
| 37 | <groupId>javax.ws.rs</groupId> |
| 38 | <artifactId>javax.ws.rs-api</artifactId> |
| 39 | <version>${ws.rs.version}</version> |
| 40 | </dependency> |
| 41 | <!-- Swagger --> |
| 42 | <dependency> |
| 43 | <groupId>io.swagger</groupId> |
| 44 | <artifactId>swagger-core</artifactId> |
| 45 | <version>${swagger.version}</version> |
| 46 | <scope>compile</scope> |
| 47 | </dependency> |
| 48 | </dependencies> |
| 49 | |
| 50 | </project> |