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-enrichment-impl</name> |
| 23 | <artifactId>openecomp-sdc-enrichment-impl</artifactId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 24 | |
| 25 | <parent> |
| 26 | <groupId>org.openecomp.sdc</groupId> |
| 27 | <artifactId>openecomp-sdc-lib</artifactId> |
Michael Lando | 540a71e | 2018-11-05 09:48:40 +0200 | [diff] [blame] | 28 | <version>1.3.3-SNAPSHOT</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 29 | <relativePath>../..</relativePath> |
| 30 | </parent> |
| 31 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 32 | <dependencies> |
| 33 | <dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 34 | <groupId>ch.qos.logback</groupId> |
| 35 | <artifactId>logback-classic</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 36 | <version>${logback.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 37 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 38 | <dependency> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 39 | <groupId>org.onap.sdc.common</groupId> |
| 40 | <artifactId>onap-tosca-datatype</artifactId> |
vempo | 494e442 | 2018-07-18 17:10:01 +0300 | [diff] [blame] | 41 | <version>${project.version}</version> |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 42 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 43 | <dependency> |
| 44 | <groupId>junit</groupId> |
| 45 | <artifactId>junit</artifactId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 46 | <scope>test</scope> |
| 47 | </dependency> |
| 48 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 49 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 50 | <artifactId>openecomp-utilities-lib</artifactId> |
| 51 | <version>${project.version}</version> |
| 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>org.openecomp.sdc</groupId> |
| 55 | <artifactId>openecomp-sdc-enrichment-api</artifactId> |
| 56 | <version>${project.version}</version> |
| 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>org.openecomp.sdc</groupId> |
vempo | 0da0875 | 2018-09-20 19:19:16 +0300 | [diff] [blame] | 60 | <artifactId>openecomp-sdc-model-api</artifactId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 61 | <version>${project.version}</version> |
| 62 | </dependency> |
| 63 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 64 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 65 | <artifactId>openecomp-common-lib</artifactId> |
| 66 | <version>${project.version}</version> |
| 67 | </dependency> |
| 68 | <dependency> |
| 69 | <groupId>org.mockito</groupId> |
vempo | 2da911f | 2018-11-01 20:27:39 +0200 | [diff] [blame] | 70 | <artifactId>mockito-core</artifactId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 71 | <scope>test</scope> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 72 | </dependency> |
| 73 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 74 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 75 | <artifactId>openecomp-heat-lib</artifactId> |
| 76 | <version>${project.version}</version> |
| 77 | </dependency> |
| 78 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 79 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 80 | <artifactId>openecomp-tosca-lib</artifactId> |
| 81 | <version>${project.version}</version> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>org.openecomp.sdc</groupId> |
| 85 | <artifactId>openecomp-sdc-translator-core</artifactId> |
| 86 | <version>${project.version}</version> |
| 87 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 88 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 89 | <groupId>org.openecomp.sdc.core</groupId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 90 | <artifactId>openecomp-config-lib</artifactId> |
| 91 | <version>${project.version}</version> |
| 92 | </dependency> |
| 93 | <dependency> |
| 94 | <groupId>org.openecomp.sdc</groupId> |
| 95 | <artifactId>openecomp-sdc-vendor-software-product-api</artifactId> |
| 96 | <version>${project.version}</version> |
| 97 | </dependency> |
| 98 | <dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 99 | <groupId>org.openecomp.sdc</groupId> |
| 100 | <artifactId>openecomp-sdc-vendor-software-product-core</artifactId> |
| 101 | <version>${project.version}</version> |
vempo | 2da911f | 2018-11-01 20:27:39 +0200 | [diff] [blame] | 102 | <scope>runtime</scope> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 103 | </dependency> |
| 104 | <dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 105 | <groupId>org.openecomp.sdc</groupId> |
| 106 | <artifactId>openecomp-sdc-model-impl</artifactId> |
| 107 | <version>${project.version}</version> |
vempo | 2da911f | 2018-11-01 20:27:39 +0200 | [diff] [blame] | 108 | <scope>test</scope> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 109 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 110 | </dependencies> |
shrikantawachar | 9a69925 | 2018-04-06 11:07:00 +0530 | [diff] [blame] | 111 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 112 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 113 | <properties> |
| 114 | <useSystemClassLoader>false</useSystemClassLoader> |
| 115 | </properties> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 116 | </project> |