Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
vempo | cc628e4 | 2018-11-17 22:18:53 +0200 | [diff] [blame] | 2 | <!-- |
| 3 | ~ Copyright © 2016-2018 European Support Limited |
| 4 | ~ |
| 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License. |
| 16 | --> |
| 17 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 18 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 19 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 21 | <modelVersion>4.0.0</modelVersion> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 22 | <artifactId>openecomp-sdc-common-rest</artifactId> |
| 23 | <name>openecomp-sdc-common-rest</name> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 24 | <parent> |
| 25 | <groupId>org.openecomp.sdc</groupId> |
| 26 | <artifactId>openecomp-sdc-rest-webapp</artifactId> |
Ofir Sonsino | 145e960 | 2019-10-29 11:07:28 +0200 | [diff] [blame] | 27 | <version>1.6.0-SNAPSHOT</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 28 | </parent> |
| 29 | |
Tomasz Golabek | cc78e0c | 2019-08-21 09:18:38 +0200 | [diff] [blame] | 30 | <properties> |
| 31 | <jersey-common.version>2.22.2</jersey-common.version> |
| 32 | </properties> |
| 33 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 34 | <dependencies> |
| 35 | <dependency> |
az2497 | 644017c | 2017-08-10 17:49:40 +0300 | [diff] [blame] | 36 | <groupId>org.openecomp.sdc</groupId> |
| 37 | <artifactId>openecomp-sdc-logging-core</artifactId> |
| 38 | <version>${project.version}</version> |
vempo | c3f68a3 | 2018-01-15 18:56:23 +0200 | [diff] [blame] | 39 | <scope>runtime</scope> |
az2497 | 644017c | 2017-08-10 17:49:40 +0300 | [diff] [blame] | 40 | </dependency> |
az2497 | 644017c | 2017-08-10 17:49:40 +0300 | [diff] [blame] | 41 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 42 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 43 | <artifactId>openecomp-utilities-lib</artifactId> |
| 44 | <version>${project.version}</version> |
| 45 | </dependency> |
| 46 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 47 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 48 | <artifactId>openecomp-common-lib</artifactId> |
| 49 | <version>${project.version}</version> |
| 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>org.hibernate</groupId> |
| 53 | <artifactId>hibernate-validator</artifactId> |
| 54 | <version>${hibernate.validator.version}</version> |
| 55 | </dependency> |
| 56 | <dependency> |
| 57 | <groupId>javax.ws.rs</groupId> |
| 58 | <artifactId>javax.ws.rs-api</artifactId> |
| 59 | <version>${ws.rs.version}</version> |
| 60 | </dependency> |
| 61 | <!-- Swagger --> |
| 62 | <dependency> |
Wojciech Sliwka | 38b3b95 | 2019-07-03 08:38:28 +0200 | [diff] [blame] | 63 | <groupId>io.swagger.core.v3</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 64 | <artifactId>swagger-core</artifactId> |
| 65 | <version>${swagger.version}</version> |
| 66 | <scope>compile</scope> |
| 67 | </dependency> |
sheetalm | 2d2e0b5 | 2018-02-08 09:30:02 +0530 | [diff] [blame] | 68 | <dependency> |
| 69 | <groupId>org.openecomp.sdc.core</groupId> |
| 70 | <artifactId>openecomp-session-lib</artifactId> |
| 71 | <version>${project.version}</version> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>javax.servlet</groupId> |
| 75 | <artifactId>servlet-api</artifactId> |
| 76 | <version>${javax.servlet.version}</version> |
vempo | d6d1291 | 2018-07-09 14:27:57 +0300 | [diff] [blame] | 77 | <scope>provided</scope> |
sheetalm | 2d2e0b5 | 2018-02-08 09:30:02 +0530 | [diff] [blame] | 78 | </dependency> |
vempo | cc628e4 | 2018-11-17 22:18:53 +0200 | [diff] [blame] | 79 | <dependency> |
| 80 | <groupId>junit</groupId> |
| 81 | <artifactId>junit</artifactId> |
| 82 | <scope>test</scope> |
| 83 | </dependency> |
Tomasz Golabek | cc78e0c | 2019-08-21 09:18:38 +0200 | [diff] [blame] | 84 | <dependency> |
| 85 | <groupId>org.glassfish.jersey.core</groupId> |
| 86 | <artifactId>jersey-common</artifactId> |
| 87 | <version>${jersey-common.version}</version> |
| 88 | <scope>test</scope> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>org.mockito</groupId> |
| 92 | <artifactId>mockito-core</artifactId> |
| 93 | <scope>test</scope> |
| 94 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 95 | </dependencies> |
| 96 | |
Wojciech Sliwka | 38b3b95 | 2019-07-03 08:38:28 +0200 | [diff] [blame] | 97 | </project> |