Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
vempo | 2da911f | 2018-11-01 20:27:39 +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> |
| 22 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 23 | <artifactId>openecomp-sdc-vendor-software-product-manager</artifactId> |
| 24 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 25 | <parent> |
| 26 | <groupId>org.openecomp.sdc</groupId> |
| 27 | <artifactId>backend</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 | </parent> |
| 30 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 31 | <dependencies> |
| 32 | <dependency> |
amitjai | 42c920b | 2018-04-27 13:28:57 +0530 | [diff] [blame] | 33 | <groupId>org.onap.sdc.common</groupId> |
| 34 | <artifactId>onap-configuration-management-core</artifactId> |
vempo | 494e442 | 2018-07-18 17:10:01 +0300 | [diff] [blame] | 35 | <version>${project.version}</version> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 36 | <scope>runtime</scope> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 37 | </dependency> |
| 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> |
| 43 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 44 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 45 | <artifactId>openecomp-utilities-lib</artifactId> |
| 46 | <version>${project.version}</version> |
| 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 | efa037d | 2017-02-19 12:57:33 +0200 | [diff] [blame] | 50 | <artifactId>openecomp-nosqldb-core</artifactId> |
| 51 | <version>${project.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>org.openecomp.sdc</groupId> |
| 55 | <artifactId>openecomp-sdc-vendor-software-product-core</artifactId> |
| 56 | <version>${project.version}</version> |
| 57 | </dependency> |
| 58 | <dependency> |
Michael Lando | 61f98d4 | 2017-06-09 04:54:54 +0300 | [diff] [blame] | 59 | <groupId>org.openecomp.sdc.core</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 60 | <artifactId>openecomp-heat-lib</artifactId> |
| 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-tosca-lib</artifactId> |
| 66 | <version>${project.version}</version> |
| 67 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 68 | <dependency> |
| 69 | <groupId>org.testng</groupId> |
| 70 | <artifactId>testng</artifactId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 71 | <scope>test</scope> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>org.mockito</groupId> |
vempo | 2da911f | 2018-11-01 20:27:39 +0200 | [diff] [blame] | 75 | <artifactId>mockito-core</artifactId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 76 | <scope>test</scope> |
| 77 | </dependency> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 78 | <dependency> |
| 79 | <groupId>org.openecomp.sdc</groupId> |
| 80 | <artifactId>openecomp-sdc-translator-core</artifactId> |
| 81 | <version>${project.version}</version> |
| 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 85 | <artifactId>jackson-dataformat-xml</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 86 | <version>${jackson.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 87 | </dependency> |
| 88 | <dependency> |
| 89 | <groupId>org.codehaus.woodstox</groupId> |
| 90 | <artifactId>woodstox-core-asl</artifactId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 91 | <version>${woodstox.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 92 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 93 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 94 | <dependency> |
| 95 | <groupId>org.openecomp.sdc</groupId> |
| 96 | <artifactId>openecomp-sdc-vendor-license-core</artifactId> |
| 97 | <version>${project.version}</version> |
| 98 | </dependency> |
| 99 | <dependency> |
| 100 | <groupId>org.openecomp.sdc</groupId> |
| 101 | <artifactId>openecomp-sdc-enrichment-core</artifactId> |
| 102 | <version>${project.version}</version> |
| 103 | </dependency> |
| 104 | <dependency> |
| 105 | <groupId>org.openecomp.sdc</groupId> |
| 106 | <artifactId>openecomp-sdc-validation-api</artifactId> |
| 107 | <version>${project.version}</version> |
| 108 | </dependency> |
| 109 | <dependency> |
| 110 | <groupId>org.openecomp.sdc</groupId> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 111 | <artifactId>openecomp-sdc-validation-impl</artifactId> |
| 112 | <version>${project.version}</version> |
| 113 | <scope>runtime</scope> |
| 114 | </dependency> |
| 115 | <dependency> |
| 116 | <groupId>org.openecomp.sdc</groupId> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 117 | <artifactId>openecomp-sdc-enrichment-impl</artifactId> |
| 118 | <version>${project.version}</version> |
| 119 | </dependency> |
| 120 | <dependency> |
| 121 | <groupId>commons-io</groupId> |
| 122 | <artifactId>commons-io</artifactId> |
| 123 | <version>${commons.io.version}</version> |
| 124 | </dependency> |
| 125 | <dependency> |
| 126 | <groupId>org.openecomp.sdc</groupId> |
| 127 | <artifactId>openecomp-sdc-model-impl</artifactId> |
| 128 | <version>${project.version}</version> |
| 129 | </dependency> |
| 130 | <dependency> |
| 131 | <groupId>org.openecomp.sdc</groupId> |
| 132 | <artifactId>openecomp-sdc-validation-manager</artifactId> |
| 133 | <version>${project.version}</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 134 | </dependency> |
| 135 | <dependency> |
| 136 | <groupId>org.openecomp.sdc</groupId> |
| 137 | <artifactId>openecomp-sdc-logging-core</artifactId> |
| 138 | <version>${project.version}</version> |
vempo | 4f0e332 | 2018-01-16 18:34:43 +0200 | [diff] [blame] | 139 | <scope>runtime</scope> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 140 | </dependency> |
| 141 | <dependency> |
| 142 | <groupId>org.openecomp.sdc</groupId> |
| 143 | <artifactId>openecomp-sdc-logging-api</artifactId> |
| 144 | <version>${project.version}</version> |
| 145 | </dependency> |
| 146 | <dependency> |
| 147 | <groupId>org.openecomp.sdc</groupId> |
| 148 | <artifactId>openecomp-sdc-healing-core</artifactId> |
| 149 | <version>${project.version}</version> |
| 150 | <scope>runtime</scope> |
| 151 | </dependency> |
| 152 | <dependency> |
| 153 | <groupId>org.openecomp.sdc</groupId> |
| 154 | <artifactId>openecomp-sdc-healing-impl</artifactId> |
| 155 | <version>${project.version}</version> |
| 156 | <scope>runtime</scope> |
| 157 | </dependency> |
| 158 | <dependency> |
| 159 | <groupId>org.openecomp.sdc</groupId> |
| 160 | <artifactId>openecomp-sdc-healing-api</artifactId> |
| 161 | <version>${project.version}</version> |
| 162 | </dependency> |
| 163 | <dependency> |
| 164 | <groupId>org.openecomp.sdc</groupId> |
| 165 | <artifactId>openecomp-sdc-activity-log-manager</artifactId> |
| 166 | <version>${project.version}</version> |
| 167 | </dependency> |
| 168 | <dependency> |
| 169 | <groupId>org.powermock</groupId> |
| 170 | <artifactId>powermock-module-testng-common</artifactId> |
vempo | 2da911f | 2018-11-01 20:27:39 +0200 | [diff] [blame] | 171 | <version>${powermock.version}</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 172 | <scope>test</scope> |
| 173 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 174 | <dependency> |
| 175 | <groupId>org.powermock</groupId> |
vempo | 2da911f | 2018-11-01 20:27:39 +0200 | [diff] [blame] | 176 | <artifactId>powermock-api-mockito2</artifactId> |
| 177 | <version>${powermock.version}</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 178 | <scope>test</scope> |
| 179 | </dependency> |
| 180 | <dependency> |
| 181 | <groupId>org.powermock</groupId> |
| 182 | <artifactId>powermock-module-testng</artifactId> |
vempo | 2da911f | 2018-11-01 20:27:39 +0200 | [diff] [blame] | 183 | <version>${powermock.version}</version> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 184 | <scope>test</scope> |
| 185 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 186 | <dependency> |
| 187 | <groupId>org.openecomp.sdc</groupId> |
| 188 | <artifactId>openecomp-sdc-activity-log-api</artifactId> |
| 189 | <version>${project.version}</version> |
| 190 | </dependency> |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame] | 191 | <dependency> |
| 192 | <groupId>org.openecomp.sdc</groupId> |
| 193 | <artifactId>openecomp-sdc-tosca-generator-api</artifactId> |
| 194 | <version>${project.version}</version> |
| 195 | </dependency> |
| 196 | <dependency> |
| 197 | <groupId>org.openecomp.sdc</groupId> |
| 198 | <artifactId>openecomp-sdc-tosca-generator-core</artifactId> |
| 199 | <version>${project.version}</version> |
| 200 | </dependency> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 201 | <dependency> |
| 202 | <groupId>org.openecomp.sdc</groupId> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 203 | <artifactId>openecomp-tosca-converter-api</artifactId> |
vempo | e993087 | 2018-07-15 16:53:59 +0300 | [diff] [blame] | 204 | <version>${project.version}</version> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 205 | </dependency> |
| 206 | <dependency> |
| 207 | <groupId>org.openecomp.sdc</groupId> |
| 208 | <artifactId>openecomp-tosca-converter-core</artifactId> |
vempo | e993087 | 2018-07-15 16:53:59 +0300 | [diff] [blame] | 209 | <version>${project.version}</version> |
shrek2000 | c8a540b | 2017-09-11 15:45:37 +0300 | [diff] [blame] | 210 | </dependency> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 211 | </dependencies> |
shrikantawachar | 9a69925 | 2018-04-06 11:07:00 +0530 | [diff] [blame] | 212 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 213 | |
Gautam Shah | 3de22e1 | 2018-04-21 16:18:37 +0530 | [diff] [blame] | 214 | <properties> |
| 215 | <useSystemClassLoader>false</useSystemClassLoader> |
| 216 | </properties> |
| 217 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 218 | </project> |