Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 3 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 4 | <modelVersion>4.0.0</modelVersion> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 5 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 6 | <artifactId>test-apis-ci</artifactId> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 7 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 8 | <parent> |
| 9 | <groupId>org.openecomp.sdc</groupId> |
| 10 | <artifactId>sdc-main</artifactId> |
Michael Lando | d8a0dea | 2018-06-02 19:23:27 +0300 | [diff] [blame] | 11 | <version>1.3.0-SNAPSHOT</version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 12 | </parent> |
Gitelman, Tal (tg851x) | e482ae4 | 2018-03-11 19:37:06 +0200 | [diff] [blame] | 13 | |
| 14 | <properties> |
| 15 | <sonar.skip>true</sonar.skip> |
| 16 | </properties> |
| 17 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 18 | <dependencies> |
| 19 | <dependency> |
| 20 | <groupId>com.google.guava</groupId> |
| 21 | <artifactId>guava</artifactId> |
| 22 | <version>${guava.version}</version> |
| 23 | <scope>compile</scope> |
| 24 | </dependency> |
Michael Lando | 660b57d | 2017-10-11 09:45:53 +0300 | [diff] [blame] | 25 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 26 | <dependency> |
| 27 | <groupId>junit</groupId> |
| 28 | <artifactId>junit</artifactId> |
| 29 | <version>${junit.version}</version> |
| 30 | <scope>compile</scope> |
| 31 | </dependency> |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 32 | |
| 33 | <dependency> |
| 34 | <groupId>org.assertj</groupId> |
| 35 | <artifactId>assertj-core</artifactId> |
| 36 | </dependency> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 37 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 38 | <dependency> |
| 39 | <groupId>org.hamcrest</groupId> |
| 40 | <artifactId>hamcrest-all</artifactId> |
| 41 | <version>1.3</version> |
| 42 | <scope>test</scope> |
| 43 | </dependency> |
| 44 | <dependency> |
| 45 | <groupId>org.testng</groupId> |
| 46 | <artifactId>testng</artifactId> |
| 47 | <version>${testng.version}</version> |
| 48 | <scope>compile</scope> |
| 49 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 50 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 51 | <dependency> |
| 52 | <groupId>com.aventstack</groupId> |
| 53 | <artifactId>extentreports</artifactId> |
| 54 | <version>3.0.6</version> |
| 55 | <scope>compile</scope> |
| 56 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 57 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 58 | <dependency> |
| 59 | <groupId>org.mockito</groupId> |
| 60 | <artifactId>mockito-core</artifactId> |
| 61 | <scope>test</scope> |
| 62 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 63 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 64 | <dependency> |
| 65 | <groupId>com.typesafe</groupId> |
| 66 | <artifactId>config</artifactId> |
| 67 | <version>1.0.2</version> |
| 68 | <scope>compile</scope> |
| 69 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 70 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 71 | <dependency> |
| 72 | <groupId>log4j</groupId> |
| 73 | <artifactId>log4j</artifactId> |
| 74 | <version>1.2.17</version> |
| 75 | <scope>compile</scope> |
| 76 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 77 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 78 | <dependency> |
| 79 | <groupId>com.jcraft.jsch</groupId> |
| 80 | <artifactId>com.springsource.com.jcraft.jsch</artifactId> |
| 81 | <version>0.1.41</version> |
| 82 | <scope>compile</scope> |
| 83 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 84 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 85 | <dependency> |
| 86 | <groupId>org.openecomp.sdc</groupId> |
| 87 | <artifactId>common-app-api</artifactId> |
| 88 | <version>${project.version}</version> |
| 89 | <scope>compile</scope> |
| 90 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 91 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 92 | <dependency> |
| 93 | <groupId>org.openecomp.sdc.be</groupId> |
| 94 | <artifactId>common-be</artifactId> |
| 95 | <version>${project.version}</version> |
| 96 | <scope>compile</scope> |
| 97 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 98 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 99 | <!-- CHECK CATLOG MODEL --> |
| 100 | <dependency> |
| 101 | <groupId>org.openecomp.sdc.be</groupId> |
| 102 | <artifactId>catalog-model</artifactId> |
| 103 | <version>${project.version}</version> |
| 104 | <scope>compile</scope> |
| 105 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 106 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 107 | <!-- catalog dao --> |
| 108 | <dependency> |
| 109 | <groupId>org.openecomp.sdc.be</groupId> |
| 110 | <artifactId>catalog-dao</artifactId> |
| 111 | <version>${project.version}</version> |
| 112 | <scope>compile</scope> |
| 113 | </dependency> |
| 114 | <!-- functional java --> |
| 115 | <dependency> |
| 116 | <groupId>org.functionaljava</groupId> |
| 117 | <artifactId>functionaljava</artifactId> |
| 118 | <version>${functionaljava.version}</version> |
| 119 | <scope>compile</scope> |
| 120 | </dependency> |
| 121 | <!-- CASSANDRA --> |
| 122 | <dependency> |
| 123 | <groupId>com.datastax.cassandra</groupId> |
| 124 | <artifactId>cassandra-driver-core</artifactId> |
| 125 | <version>${cassandra.driver.version}</version> |
| 126 | <scope>compile</scope> |
| 127 | </dependency> |
| 128 | <!-- CASSANDRA END --> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 129 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 130 | <!-- slf4j + logback --> |
| 131 | <dependency> |
| 132 | <groupId>org.slf4j</groupId> |
| 133 | <artifactId>slf4j-api</artifactId> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 134 | <version>${slf4j-api.version}</version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 135 | <scope>compile</scope> |
| 136 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 137 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 138 | <dependency> |
| 139 | <groupId>ch.qos.logback</groupId> |
| 140 | <artifactId>logback-classic</artifactId> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 141 | <version>${logback.version}</version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 142 | <scope>compile</scope> |
| 143 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 144 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 145 | <dependency> |
| 146 | <groupId>ch.qos.logback</groupId> |
| 147 | <artifactId>logback-core</artifactId> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 148 | <version>${logback.version}</version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 149 | <scope>compile</scope> |
| 150 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 151 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 152 | <dependency> |
| 153 | <groupId>com.googlecode.json-simple</groupId> |
| 154 | <artifactId>json-simple</artifactId> |
| 155 | <version>${json-simple.version}</version> |
| 156 | <scope>compile</scope> |
| 157 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 158 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 159 | <!-- File changes listener --> |
| 160 | <dependency> |
| 161 | <groupId>org.apache.commons</groupId> |
| 162 | <artifactId>commons-jci-core</artifactId> |
| 163 | <version>${commons-jci-core.version}</version> |
| 164 | <scope>compile</scope> |
| 165 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 166 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 167 | <dependency> |
| 168 | <groupId>commons-codec</groupId> |
| 169 | <artifactId>commons-codec</artifactId> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 170 | <version>${commons-codec}</version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 171 | <scope>compile</scope> |
| 172 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 173 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 174 | <!-- Gson --> |
| 175 | <dependency> |
| 176 | <groupId>com.google.code.gson</groupId> |
| 177 | <artifactId>gson</artifactId> |
| 178 | <version>${gson.version}</version> |
| 179 | <scope>compile</scope> |
| 180 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 181 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 182 | <!-- Snake Yaml --> |
| 183 | <dependency> |
| 184 | <groupId>org.yaml</groupId> |
| 185 | <artifactId>snakeyaml</artifactId> |
| 186 | <version>${snakeyaml.version}</version> |
| 187 | <scope>compile</scope> |
| 188 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 189 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 190 | <!-- http client --> |
| 191 | <dependency> |
| 192 | <groupId>org.apache.httpcomponents</groupId> |
| 193 | <artifactId>httpclient</artifactId> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 194 | <version>${httpclient.version}</version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 195 | <scope>compile</scope> |
| 196 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 197 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 198 | <dependency> |
| 199 | <groupId>org.apache.httpcomponents</groupId> |
| 200 | <artifactId>httpmime</artifactId> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 201 | <version>${httpclient.version}</version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 202 | <scope>compile</scope> |
| 203 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 204 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 205 | <dependency> |
| 206 | <groupId>commons-io</groupId> |
| 207 | <artifactId>commons-io</artifactId> |
| 208 | <version>2.5</version> |
| 209 | <scope>compile</scope> |
| 210 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 211 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 212 | <dependency> |
| 213 | <groupId>commons-logging</groupId> |
| 214 | <artifactId>commons-logging</artifactId> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 215 | <version>${commons-logging}</version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 216 | <scope>compile</scope> |
| 217 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 218 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 219 | <!-- http core --> |
| 220 | <dependency> |
| 221 | <groupId>org.apache.httpcomponents</groupId> |
| 222 | <artifactId>httpcore</artifactId> |
| 223 | <version>${httpcore.version}</version> |
| 224 | <scope>compile</scope> |
| 225 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 226 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 227 | <!-- TITAN --> |
| 228 | <dependency> |
| 229 | <groupId>com.thinkaurelius.titan</groupId> |
| 230 | <artifactId>titan-core</artifactId> |
| 231 | <version>${titan.version}</version> |
| 232 | <scope>compile</scope> |
| 233 | <exclusions> |
| 234 | <exclusion> |
| 235 | <artifactId>slf4j-log4j12</artifactId> |
| 236 | <groupId>org.slf4j</groupId> |
| 237 | </exclusion> |
Tal Gitelman | 7678396 | 2018-09-06 18:16:24 +0300 | [diff] [blame] | 238 | <exclusion> |
| 239 | <artifactId>commons-collections</artifactId> |
| 240 | <groupId>commons-collections</groupId> |
| 241 | </exclusion> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 242 | </exclusions> |
| 243 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 244 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 245 | <dependency> |
Michael Lando | c7916a4 | 2018-03-20 12:11:07 +0200 | [diff] [blame] | 246 | <groupId>org.onap.sdc.sdc-titan-cassandra</groupId> |
| 247 | <artifactId>sdc-titan-cassandra</artifactId> |
| 248 | <version>${sdc.titan.version}</version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 249 | <scope>compile</scope> |
| 250 | <exclusions> |
| 251 | <exclusion> |
| 252 | <artifactId>slf4j-log4j12</artifactId> |
| 253 | <groupId>org.slf4j</groupId> |
| 254 | </exclusion> |
| 255 | </exclusions> |
| 256 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 257 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 258 | <dependency> |
| 259 | <groupId>org.codehaus.jackson</groupId> |
| 260 | <artifactId>jackson-mapper-asl</artifactId> |
| 261 | <version>1.9.2</version> |
| 262 | <scope>compile</scope> |
| 263 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 264 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 265 | <dependency> |
| 266 | <groupId>com.fasterxml.jackson.core</groupId> |
| 267 | <artifactId>jackson-databind</artifactId> |
Gitelman, Tal (tg851x) | 483c3d9 | 2018-03-12 18:41:15 +0200 | [diff] [blame] | 268 | <version>${jackson.version}</version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 269 | <scope>compile</scope> |
| 270 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 271 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 272 | <dependency> |
| 273 | <groupId>com.fasterxml.jackson.core</groupId> |
| 274 | <artifactId>jackson-core</artifactId> |
Gitelman, Tal (tg851x) | 483c3d9 | 2018-03-12 18:41:15 +0200 | [diff] [blame] | 275 | <version>${jackson.version}</version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 276 | <scope>compile</scope> |
| 277 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 278 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 279 | <dependency> |
| 280 | <groupId>org.openecomp.ecompsdkos</groupId> |
| 281 | <artifactId>epsdk-fw</artifactId> |
| 282 | <version>${ecomp.version}</version> |
| 283 | <scope>compile</scope> |
| 284 | <exclusions> |
| 285 | <exclusion> |
| 286 | <artifactId>slf4j-log4j12</artifactId> |
| 287 | <groupId>org.slf4j</groupId> |
| 288 | </exclusion> |
| 289 | </exclusions> |
| 290 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 291 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 292 | <dependency> |
| 293 | <groupId>org.json</groupId> |
| 294 | <artifactId>json</artifactId> |
| 295 | <version>20131018</version> |
| 296 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 297 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 298 | <dependency> |
Tal Gitelman | 5a13c23 | 2018-07-24 11:47:25 +0300 | [diff] [blame] | 299 | <groupId>org.onap.sdc.sdc-tosca</groupId> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 300 | <artifactId>sdc-tosca</artifactId> |
Michael Lando | 6e6a179 | 2018-08-04 20:32:31 +0300 | [diff] [blame] | 301 | <version>1.4.1</version> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 302 | <scope>compile</scope> |
| 303 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 304 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 305 | <dependency> |
| 306 | <groupId>info.cukes</groupId> |
| 307 | <artifactId>cucumber-junit</artifactId> |
| 308 | <version>1.2.4</version> |
| 309 | <scope>test</scope> |
| 310 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 311 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 312 | <dependency> |
| 313 | <groupId>info.cukes</groupId> |
| 314 | <artifactId>cucumber-core</artifactId> |
| 315 | <version>1.2.4</version> |
| 316 | <scope>test</scope> |
| 317 | </dependency> |
| 318 | |
| 319 | <dependency> |
| 320 | <groupId>info.cukes</groupId> |
| 321 | <artifactId>gherkin</artifactId> |
| 322 | <version>2.12.2</version> |
| 323 | </dependency> |
| 324 | <dependency> |
| 325 | <groupId>info.cukes</groupId> |
| 326 | <artifactId>cucumber-java</artifactId> |
| 327 | <version>1.2.5</version> |
| 328 | <scope>test</scope> |
| 329 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 330 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 331 | <dependency> |
| 332 | <groupId>info.cukes</groupId> |
| 333 | <artifactId>cucumber-jvm-deps</artifactId> |
| 334 | <version>1.0.5</version> |
| 335 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 336 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 337 | <dependency> |
| 338 | <groupId>org.mock-server</groupId> |
| 339 | <artifactId>mockserver-netty</artifactId> |
| 340 | <version>3.10.4</version> |
| 341 | <scope>test</scope> |
Tal Gitelman | 7678396 | 2018-09-06 18:16:24 +0300 | [diff] [blame] | 342 | <exclusions> |
| 343 | <exclusion> |
| 344 | <artifactId>commons-collections</artifactId> |
| 345 | <groupId>commons-collections</groupId> |
| 346 | </exclusion> |
| 347 | </exclusions> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 348 | </dependency> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 349 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 350 | <dependency> |
| 351 | <groupId>org.openecomp.sdc.sdc-distribution-client</groupId> |
| 352 | <artifactId>sdc-distribution-client</artifactId> |
| 353 | <version>1.2.2 </version> |
| 354 | <scope>test</scope> |
| 355 | </dependency> |
| 356 | |
| 357 | <!-- With TestNG --> |
| 358 | <dependency> |
| 359 | <groupId>info.cukes</groupId> |
| 360 | <artifactId>cucumber-testng</artifactId> |
| 361 | <version>1.2.5</version> |
| 362 | </dependency> |
| 363 | |
| 364 | <!-- spring --> |
| 365 | <dependency> |
| 366 | <groupId>org.springframework</groupId> |
| 367 | <artifactId>spring-context</artifactId> |
| 368 | <version>${spring.version}</version> |
| 369 | <scope>compile</scope> |
| 370 | </dependency> |
| 371 | |
| 372 | <!-- CASSANDRA --> |
| 373 | <dependency> |
| 374 | <groupId>com.datastax.cassandra</groupId> |
| 375 | <artifactId>cassandra-driver-mapping</artifactId> |
| 376 | <version>${cassandra.driver.version}</version> |
| 377 | <scope>compile</scope> |
| 378 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 379 | <!-- CASSANDRA END --> |
Tal Gitelman | e019937 | 2018-09-18 11:57:53 +0300 | [diff] [blame^] | 380 | |
| 381 | <dependency> |
| 382 | <groupId>org.codehaus.groovy</groupId> |
| 383 | <artifactId>groovy</artifactId> |
| 384 | <version>2.4.8</version> |
| 385 | </dependency> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 386 | </dependencies> |
| 387 | |
| 388 | <build> |
| 389 | <plugins> |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 390 | <plugin> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 391 | <groupId>org.apache.maven.plugins</groupId> |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 392 | <artifactId>maven-clean-plugin</artifactId> |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 393 | <executions> |
| 394 | <execution> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 395 | <id>clean.testsuit.folder</id> |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 396 | <phase>clean</phase> |
| 397 | <goals> |
| 398 | <goal>clean</goal> |
| 399 | </goals> |
| 400 | <configuration> |
| 401 | <filesets> |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 402 | <!-- Sanity jar --> |
| 403 | <fileset> |
| 404 | <directory>${project.basedir}/sdc-api-tests</directory> |
| 405 | <followSymlinks>false</followSymlinks> |
| 406 | <includes> |
| 407 | <include>*.jar</include> |
| 408 | </includes> |
| 409 | </fileset> |
| 410 | <!-- Sanity test suites --> |
| 411 | <fileset> |
| 412 | <directory>${project.basedir}/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/testSuites</directory> |
| 413 | <followSymlinks>false</followSymlinks> |
| 414 | </fileset> |
| 415 | </filesets> |
| 416 | </configuration> |
| 417 | </execution> |
| 418 | </executions> |
| 419 | </plugin> |
| 420 | |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 421 | <plugin> |
| 422 | <groupId>org.apache.maven.plugins</groupId> |
| 423 | <artifactId>maven-deploy-plugin</artifactId> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 424 | <configuration> |
| 425 | <skip>true</skip> |
| 426 | </configuration> |
| 427 | </plugin> |
| 428 | |
| 429 | <!-- ============================================= --> |
| 430 | <!-- Create the JAR file with its dependencies --> |
| 431 | <!-- ============================================= --> |
| 432 | <plugin> |
| 433 | <groupId>org.apache.maven.plugins</groupId> |
| 434 | <artifactId>maven-assembly-plugin</artifactId> |
| 435 | <executions> |
| 436 | <execution> |
| 437 | <id>create.jar.with.dependencies</id> |
| 438 | <phase>package</phase> |
| 439 | <goals> |
| 440 | <goal>single</goal> |
| 441 | </goals> |
| 442 | <configuration> |
| 443 | <archive> |
| 444 | <manifest> |
| 445 | <mainClass>org.openecomp.sdc.ci.tests.run.StartTest</mainClass> |
| 446 | </manifest> |
| 447 | </archive> |
| 448 | <descriptorRefs> |
| 449 | <descriptorRef>jar-with-dependencies</descriptorRef> |
| 450 | </descriptorRefs> |
| 451 | </configuration> |
| 452 | </execution> |
| 453 | </executions> |
| 454 | </plugin> |
dekstroza | 37843cb | 2018-05-18 14:42:24 +0100 | [diff] [blame] | 455 | <plugin> |
| 456 | <groupId>com.github.sylvainlaurent.maven</groupId> |
| 457 | <artifactId>yaml-json-validator-maven-plugin</artifactId> |
| 458 | <executions> |
| 459 | <execution> |
| 460 | <id>validate</id> |
| 461 | <phase>validate</phase> |
| 462 | <goals> |
| 463 | <goal>validate</goal> |
| 464 | </goals> |
| 465 | <configuration> |
| 466 | <validationSets> |
| 467 | <validationSet> |
| 468 | <includes> |
| 469 | <include>src/main/resources/**/*.y*ml</include> |
| 470 | <include>src/test/resources/**/*.y*ml</include> |
| 471 | </includes> |
| 472 | <excludes> |
| 473 | <exclude>src/test/resources/CI/tests/importToscaResourceByCreateUrl/occurencyFalure*.y*ml</exclude> |
| 474 | <exclude>src/test/resources/CI/tests/importToscaResourceByCreateUrl/noContent*.y*ml</exclude> |
| 475 | <exclude>src/test/resources/CI/tests/HeatDeploymentArtifacts/invalid*.y*ml</exclude> |
| 476 | </excludes> |
| 477 | </validationSet> |
| 478 | <validationSet> |
| 479 | <includes> |
| 480 | <include>src/main/resources/**/*.json</include> |
| 481 | <include>src/test/resources/**/*.json</include> |
| 482 | </includes> |
| 483 | <excludes> |
| 484 | <exclude>src/test/resources/CI/tests/HeatDeploymentArtifacts/invalid*.json</exclude> |
| 485 | </excludes> |
| 486 | </validationSet> |
| 487 | </validationSets> |
| 488 | </configuration> |
| 489 | </execution> |
| 490 | </executions> |
| 491 | </plugin> |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 492 | </plugins> |
| 493 | </build> |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 494 | <profiles> |
| 495 | <profile> |
| 496 | <id>docker</id> |
| 497 | <activation> |
| 498 | <activeByDefault>false</activeByDefault> |
| 499 | </activation> |
| 500 | <build> |
| 501 | <plugins> |
| 502 | <plugin> |
Michael Lando | dc856bb | 2018-08-13 13:27:52 +0300 | [diff] [blame] | 503 | <groupId>org.apache.maven.plugins</groupId> |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 504 | <artifactId>maven-resources-plugin</artifactId> |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 505 | <executions> |
| 506 | <execution> |
| 507 | <id>copy-tests-suites</id> |
| 508 | <phase>verify</phase> |
| 509 | <goals> |
| 510 | <goal>copy-resources</goal> |
| 511 | </goals> |
| 512 | <configuration> |
| 513 | <outputDirectory>sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/files/default/testSuites</outputDirectory> |
| 514 | <resources> |
| 515 | <resource> |
| 516 | <directory>${project.parent.basedir}/test-apis-ci/src/main/resources/ci/testSuites</directory> |
| 517 | <includes> |
| 518 | <include>*</include> |
| 519 | </includes> |
| 520 | </resource> |
| 521 | </resources> |
| 522 | </configuration> |
| 523 | </execution> |
| 524 | |
| 525 | <execution> |
| 526 | <id>copy-resources-test-apis-ci</id> |
| 527 | <phase>verify</phase> |
| 528 | <goals> |
| 529 | <goal>copy-resources</goal> |
| 530 | </goals> |
| 531 | <configuration> |
| 532 | <outputDirectory>sdc-api-tests</outputDirectory> |
| 533 | <resources> |
| 534 | <resource> |
| 535 | <directory>${project.parent.basedir}/test-apis-ci/target</directory> |
| 536 | <includes> |
| 537 | <include>test-apis-ci-${project.version}-jar-with-dependencies.jar</include> |
| 538 | </includes> |
| 539 | </resource> |
| 540 | </resources> |
| 541 | </configuration> |
| 542 | </execution> |
| 543 | </executions> |
| 544 | </plugin> |
| 545 | |
| 546 | <plugin> |
| 547 | <groupId>io.fabric8</groupId> |
| 548 | <artifactId>docker-maven-plugin</artifactId> |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 549 | <configuration> |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 550 | <apiVersion>1.23</apiVersion> |
| 551 | <registry>nexus3.onap.org:10001</registry> |
| 552 | <authConfig> |
| 553 | <pull> |
| 554 | <username>docker</username> |
| 555 | <password>docker</password> |
| 556 | </pull> |
| 557 | </authConfig> |
| 558 | <images> |
| 559 | |
| 560 | |
| 561 | <!-- Build sanity image --> |
| 562 | <image> |
| 563 | <name>onap/sdc-api-tests</name> |
| 564 | <alias>sdc-api-tests</alias> |
| 565 | <build> |
| 566 | <cleanup>try</cleanup> |
| 567 | <dockerFileDir>${project.basedir}/sdc-api-tests</dockerFileDir> |
| 568 | <tags> |
| 569 | <tag>${docker.tag}</tag> |
Yuli Shlosberg | f59a225 | 2018-03-21 11:14:08 +0200 | [diff] [blame] | 570 | <tag>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest</tag> |
| 571 | </tags> |
| 572 | </build> |
| 573 | </image> |
| 574 | |
| 575 | </images> |
| 576 | </configuration> |
| 577 | <executions> |
| 578 | <execution> |
| 579 | <id>clean-images</id> |
| 580 | <phase>pre-clean</phase> |
| 581 | <goals> |
| 582 | <goal>remove</goal> |
| 583 | </goals> |
| 584 | <configuration> |
| 585 | <removeAll>true</removeAll> |
| 586 | <image>onap/sdc-api-tests</image> |
| 587 | </configuration> |
| 588 | </execution> |
| 589 | |
| 590 | <execution> |
| 591 | <id>generate-images</id> |
| 592 | <phase>install</phase> |
| 593 | <goals> |
| 594 | <goal>build</goal> |
| 595 | </goals> |
| 596 | </execution> |
| 597 | |
| 598 | <execution> |
| 599 | <id>push-images</id> |
| 600 | <phase>deploy</phase> |
| 601 | <goals> |
| 602 | <goal>push</goal> |
| 603 | </goals> |
| 604 | <configuration> |
| 605 | <image>onap/sdc-api-tests</image> |
| 606 | </configuration> |
| 607 | </execution> |
| 608 | </executions> |
| 609 | </plugin> |
| 610 | </plugins> |
| 611 | </build> |
| 612 | </profile> |
| 613 | </profiles> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 614 | |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 615 | |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 616 | </project> |