Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 5 | <artifactId>asdctool</artifactId> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 6 | <packaging>jar</packaging> |
| 7 | |
| 8 | <parent> |
| 9 | <groupId>org.openecomp.sdc</groupId> |
| 10 | <artifactId>sdc-main</artifactId> |
Michael Lando | 0ad3c80 | 2017-09-19 16:32:59 +0300 | [diff] [blame] | 11 | <version>1.2.0-SNAPSHOT</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 12 | </parent> |
| 13 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 14 | <dependencies> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 15 | |
Michael Lando | c34b77c | 2017-02-28 19:03:11 +0200 | [diff] [blame] | 16 | <dependency> |
Michael Lando | c34b77c | 2017-02-28 19:03:11 +0200 | [diff] [blame] | 17 | <groupId>com.google.guava</groupId> |
| 18 | <artifactId>guava</artifactId> |
| 19 | <version>${guava.version}</version> |
| 20 | <scope>compile</scope> |
| 21 | </dependency> |
| 22 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 23 | <!-- ASDC dependencies --> |
| 24 | <dependency> |
| 25 | <groupId>org.openecomp.sdc.be</groupId> |
| 26 | <artifactId>common-be</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 27 | <version>${project.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 28 | <scope>compile</scope> |
| 29 | </dependency> |
| 30 | <dependency> |
| 31 | <groupId>org.openecomp.sdc</groupId> |
| 32 | <artifactId>common-app-api</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 33 | <version>${project.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 34 | <scope>compile</scope> |
| 35 | </dependency> |
| 36 | |
| 37 | <dependency> |
| 38 | <groupId>org.openecomp.sdc.be</groupId> |
| 39 | <artifactId>catalog-dao</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 40 | <version>${project.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 41 | <scope>compile</scope> |
| 42 | </dependency> |
| 43 | |
| 44 | <dependency> |
| 45 | <groupId>org.openecomp.sdc.be</groupId> |
| 46 | <artifactId>catalog-model</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 47 | <version>${project.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 48 | <scope>compile</scope> |
| 49 | </dependency> |
| 50 | |
Michael Lando | f5500c3 | 2017-07-19 11:23:23 +0300 | [diff] [blame] | 51 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 52 | <dependency> |
| 53 | <groupId>org.openecomp.sdc</groupId> |
| 54 | <artifactId>catalog-be</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 55 | <version>${project.version}</version> |
| 56 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 57 | <!-- Comment Out in order to debug in eclipse --> |
Michael Lando | f5500c3 | 2017-07-19 11:23:23 +0300 | [diff] [blame] | 58 | <classifier>classes</classifier> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 59 | |
Michael Lando | f5500c3 | 2017-07-19 11:23:23 +0300 | [diff] [blame] | 60 | <exclusions> |
| 61 | <exclusion> |
| 62 | <groupId>org.openecomp.ecompsdkos</groupId> |
| 63 | <artifactId>epsdk-fw</artifactId> |
| 64 | </exclusion> |
| 65 | |
| 66 | <exclusion> |
| 67 | <groupId>org.openecomp.sdc.common</groupId> |
| 68 | <artifactId>openecomp-sdc-artifact-generator-api</artifactId> |
| 69 | </exclusion> |
| 70 | |
| 71 | <exclusion> |
| 72 | <groupId>org.openecomp.sdc.common</groupId> |
| 73 | <artifactId>openecomp-sdc-artifact-generator-core</artifactId> |
| 74 | </exclusion> |
| 75 | |
| 76 | <exclusion> |
| 77 | <groupId>org.openecomp.sdc.common</groupId> |
| 78 | <artifactId>openecomp-common-lib</artifactId> |
| 79 | </exclusion> |
| 80 | </exclusions> |
| 81 | |
| 82 | <scope>compile</scope> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 83 | </dependency> |
| 84 | |
Michael Lando | f5500c3 | 2017-07-19 11:23:23 +0300 | [diff] [blame] | 85 | <dependency> |
| 86 | <groupId>org.openecomp.ecompsdkos</groupId> |
| 87 | <artifactId>epsdk-fw</artifactId> |
| 88 | <version>${ecomp.version}</version> |
| 89 | <scope>compile</scope> |
| 90 | <exclusions> |
| 91 | <exclusion> |
| 92 | <groupId>com.att.nsa</groupId> |
| 93 | <artifactId>cambriaClient</artifactId> |
| 94 | </exclusion> |
| 95 | |
| 96 | <exclusion> |
| 97 | <artifactId>slf4j-log4j12</artifactId> |
| 98 | <groupId>org.slf4j</groupId> |
| 99 | </exclusion> |
| 100 | </exclusions> |
| 101 | </dependency> |
| 102 | |
| 103 | |
| 104 | <!--Artifact Generator--> |
| 105 | <dependency> |
| 106 | <groupId>org.openecomp.sdc.common</groupId> |
| 107 | <artifactId>openecomp-sdc-artifact-generator-api</artifactId> |
| 108 | <version>${artifact-generator-api.version}</version> |
| 109 | <scope>compile</scope> |
| 110 | <exclusions> |
| 111 | <exclusion> |
| 112 | <groupId>junit</groupId> |
| 113 | <artifactId>junit</artifactId> |
| 114 | </exclusion> |
| 115 | </exclusions> |
| 116 | </dependency> |
| 117 | |
| 118 | <dependency> |
| 119 | <groupId>org.openecomp.sdc.common</groupId> |
| 120 | <artifactId>openecomp-sdc-artifact-generator-core</artifactId> |
| 121 | <version>${artifact-generator-core.version}</version> |
| 122 | <scope>compile</scope> |
| 123 | <exclusions> |
| 124 | <exclusion> |
| 125 | <groupId>junit</groupId> |
| 126 | <artifactId>junit</artifactId> |
| 127 | </exclusion> |
| 128 | </exclusions> |
| 129 | </dependency> |
| 130 | |
| 131 | <dependency> |
| 132 | <groupId>org.openecomp.sdc.common</groupId> |
| 133 | <artifactId>openecomp-common-lib</artifactId> |
| 134 | <version>${dox-common-lib.version}</version> |
| 135 | <type>pom</type> |
| 136 | <exclusions> |
| 137 | <exclusion> |
| 138 | <groupId>junit</groupId> |
| 139 | <artifactId>junit</artifactId> |
| 140 | </exclusion> |
| 141 | </exclusions> |
| 142 | </dependency> |
| 143 | |
| 144 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 145 | <!-- ASDC dependencies end --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 146 | <dependency> |
| 147 | <groupId>org.eclipse.jetty</groupId> |
| 148 | <artifactId>jetty-server</artifactId> |
| 149 | <version>9.2.10.v20150310</version> |
| 150 | <scope>compile</scope> |
| 151 | </dependency> |
| 152 | |
| 153 | <!-- listen to file changes --> |
| 154 | <dependency> |
| 155 | <groupId>org.apache.commons</groupId> |
| 156 | <artifactId>commons-jci-core</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 157 | <version>${commons-jci-core.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 158 | <scope>compile</scope> |
| 159 | </dependency> |
| 160 | |
| 161 | <dependency> |
Michael Lando | 75aacbb | 2017-07-17 21:12:03 +0300 | [diff] [blame] | 162 | <groupId>commons-cli</groupId> |
| 163 | <artifactId>commons-cli</artifactId> |
| 164 | <version>1.4</version> |
| 165 | </dependency> |
| 166 | |
| 167 | <dependency> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 168 | <groupId>org.eclipse.jetty</groupId> |
| 169 | <artifactId>jetty-servlet</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 170 | <version>${jetty.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 171 | <scope>compile</scope> |
| 172 | </dependency> |
| 173 | |
| 174 | <dependency> |
| 175 | <groupId>org.glassfish.jersey.core</groupId> |
| 176 | <artifactId>jersey-server</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 177 | <version>${jersey-bom.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 178 | <scope>compile</scope> |
| 179 | </dependency> |
| 180 | |
| 181 | <dependency> |
| 182 | <groupId>org.glassfish.jersey.containers</groupId> |
| 183 | <artifactId>jersey-container-servlet-core</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 184 | <version>${jersey-bom.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 185 | <scope>compile</scope> |
| 186 | </dependency> |
| 187 | |
| 188 | <dependency> |
| 189 | <groupId>org.glassfish.jersey.containers</groupId> |
| 190 | <artifactId>jersey-container-jetty-http</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 191 | <version>${jersey-bom.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 192 | <scope>compile</scope> |
| 193 | </dependency> |
| 194 | |
| 195 | <dependency> |
| 196 | <groupId>org.glassfish.jersey.media</groupId> |
| 197 | <artifactId>jersey-media-moxy</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 198 | <version>${jersey-bom.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 199 | <scope>compile</scope> |
| 200 | </dependency> |
| 201 | |
| 202 | <dependency> |
| 203 | <groupId>org.glassfish.jersey.media</groupId> |
| 204 | <artifactId>jersey-media-multipart</artifactId> |
| 205 | <version>2.14</version> |
| 206 | <scope>compile</scope> |
| 207 | </dependency> |
| 208 | |
| 209 | <!-- slf4j + logback --> |
| 210 | <dependency> |
| 211 | <groupId>org.slf4j</groupId> |
| 212 | <artifactId>slf4j-api</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 213 | <version>${slf4j-api.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 214 | <scope>compile</scope> |
| 215 | </dependency> |
| 216 | |
| 217 | <dependency> |
| 218 | <groupId>ch.qos.logback</groupId> |
| 219 | <artifactId>logback-classic</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 220 | <version>${logback.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 221 | <scope>compile</scope> |
| 222 | </dependency> |
| 223 | |
| 224 | <dependency> |
| 225 | <groupId>ch.qos.logback</groupId> |
| 226 | <artifactId>logback-core</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 227 | <version>${logback.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 228 | <scope>compile</scope> |
| 229 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 230 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 231 | <!-- groovy --> |
| 232 | <dependency> |
| 233 | <groupId>org.codehaus.groovy</groupId> |
| 234 | <artifactId>groovy-all</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 235 | <version>${groovy.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 236 | <scope>compile</scope> |
| 237 | </dependency> |
| 238 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 239 | <dependency> |
| 240 | <groupId>commons-configuration</groupId> |
| 241 | <artifactId>commons-configuration</artifactId> |
| 242 | <version>1.6</version> |
| 243 | <scope>compile</scope> |
| 244 | </dependency> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 245 | |
| 246 | <!-- TITAN --> |
| 247 | <dependency> |
| 248 | <groupId>com.thinkaurelius.titan</groupId> |
| 249 | <artifactId>titan-core</artifactId> |
| 250 | <version>${titan.version}</version> |
| 251 | <scope>compile</scope> |
| 252 | <exclusions> |
| 253 | <exclusion> |
| 254 | <groupId>org.json</groupId> |
| 255 | <artifactId>json</artifactId> |
| 256 | </exclusion> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 257 | <exclusion> |
| 258 | <groupId>org.slf4j</groupId> |
| 259 | <artifactId>slf4j-log4j12</artifactId> |
| 260 | </exclusion> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 261 | </exclusions> |
| 262 | </dependency> |
| 263 | |
| 264 | <dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 265 | <groupId>com.googlecode.json-simple</groupId> |
| 266 | <artifactId>json-simple</artifactId> |
| 267 | <version>${json-simple.version}</version> |
| 268 | <scope>compile</scope> |
| 269 | </dependency> |
| 270 | |
| 271 | <dependency> |
Idan Amit | 39987c8 | 2017-09-13 13:51:41 +0300 | [diff] [blame] | 272 | <groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId> |
| 273 | <artifactId>sdc-titan-cassandra</artifactId> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 274 | <version>${titan.version}</version> |
| 275 | <scope>compile</scope> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 276 | <exclusions> |
| 277 | <exclusion> |
| 278 | <groupId>org.slf4j</groupId> |
| 279 | <artifactId>slf4j-log4j12</artifactId> |
| 280 | </exclusion> |
| 281 | </exclusions> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 282 | </dependency> |
| 283 | |
| 284 | <dependency> |
| 285 | <groupId>org.apache.tinkerpop</groupId> |
| 286 | <artifactId>tinkergraph-gremlin</artifactId> |
| 287 | <version>3.0.1-incubating</version> |
| 288 | <scope>compile</scope> |
| 289 | </dependency> |
| 290 | |
| 291 | <dependency> |
| 292 | <groupId>org.apache.tinkerpop</groupId> |
| 293 | <artifactId>gremlin-groovy</artifactId> |
| 294 | <version>3.0.1-incubating</version> |
| 295 | <scope>compile</scope> |
| 296 | </dependency> |
| 297 | |
| 298 | <dependency> |
| 299 | <groupId>com.tinkerpop.blueprints</groupId> |
| 300 | <artifactId>blueprints-sail-graph</artifactId> |
| 301 | <version>2.5.0</version> |
| 302 | <optional>true</optional> |
| 303 | <scope>compile</scope> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 304 | <exclusions> |
| 305 | <exclusion> |
| 306 | <groupId>org.slf4j</groupId> |
| 307 | <artifactId>slf4j-log4j12</artifactId> |
| 308 | </exclusion> |
| 309 | </exclusions> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 310 | </dependency> |
| 311 | |
| 312 | <dependency> |
| 313 | <groupId>com.tinkerpop.blueprints</groupId> |
| 314 | <artifactId>blueprints-graph-sail</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 315 | <version>2.5.0</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 316 | <optional>true</optional> |
| 317 | <scope>compile</scope> |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 318 | <exclusions> |
| 319 | <exclusion> |
| 320 | <groupId>org.slf4j</groupId> |
| 321 | <artifactId>slf4j-log4j12</artifactId> |
| 322 | </exclusion> |
| 323 | </exclusions> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 324 | </dependency> |
| 325 | |
| 326 | <!-- TITAN end --> |
| 327 | <dependency> |
| 328 | <groupId>commons-logging</groupId> |
| 329 | <artifactId>commons-logging</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 330 | <version>${commons-logging}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 331 | <scope>compile</scope> |
| 332 | </dependency> |
| 333 | |
| 334 | <dependency> |
| 335 | <groupId>commons-codec</groupId> |
| 336 | <artifactId>commons-codec</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 337 | <version>${commons-codec}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 338 | <scope>compile</scope> |
| 339 | </dependency> |
| 340 | <dependency> |
| 341 | <groupId>com.fasterxml.jackson.core</groupId> |
| 342 | <artifactId>jackson-core</artifactId> |
| 343 | <version>${jackson.version}</version> |
| 344 | <scope>compile</scope> |
| 345 | </dependency> |
| 346 | |
| 347 | <dependency> |
| 348 | <groupId>com.fasterxml.jackson.core</groupId> |
| 349 | <artifactId>jackson-databind</artifactId> |
| 350 | <version>${jackson.version}</version> |
| 351 | <scope>compile</scope> |
| 352 | </dependency> |
| 353 | |
| 354 | <dependency> |
| 355 | <groupId>com.fasterxml.jackson.core</groupId> |
| 356 | <artifactId>jackson-annotations</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 357 | <version>${jackson.annotations.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 358 | <scope>compile</scope> |
| 359 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 360 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 361 | <dependency> |
| 362 | <groupId>com.google.code.gson</groupId> |
| 363 | <artifactId>gson</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 364 | <version>${gson.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 365 | <scope>compile</scope> |
| 366 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 367 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 368 | <dependency> |
| 369 | <groupId>org.apache.httpcomponents</groupId> |
| 370 | <artifactId>httpclient</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 371 | <version>${httpclient.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 372 | <scope>compile</scope> |
| 373 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 374 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 375 | <dependency> |
| 376 | <groupId>org.apache.httpcomponents</groupId> |
| 377 | <artifactId>httpcore</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 378 | <version>${httpcore.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 379 | <scope>compile</scope> |
| 380 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 381 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 382 | <!-- Spring 4 dependencies --> |
| 383 | <dependency> |
| 384 | <groupId>org.springframework</groupId> |
| 385 | <artifactId>spring-core</artifactId> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 386 | <version>${spring.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 387 | <scope>compile</scope> |
| 388 | </dependency> |
| 389 | |
| 390 | <dependency> |
| 391 | <groupId>org.springframework</groupId> |
| 392 | <artifactId>spring-context</artifactId> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 393 | <version>${spring.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 394 | <scope>compile</scope> |
| 395 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 396 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 397 | <dependency> |
| 398 | <groupId>org.springframework</groupId> |
| 399 | <artifactId>spring-expression</artifactId> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 400 | <version>${spring.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 401 | <scope>compile</scope> |
| 402 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 403 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 404 | <dependency> |
| 405 | <groupId>org.springframework</groupId> |
| 406 | <artifactId>spring-beans</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 407 | <version>${spring.version}</version> |
| 408 | <!--<version>4.0.7.RELEASE</version>--> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 409 | <scope>compile</scope> |
| 410 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 411 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 412 | <dependency> |
| 413 | <groupId>org.springframework</groupId> |
| 414 | <artifactId>spring-aop</artifactId> |
Michael Lando | c0ac015 | 2017-02-27 23:48:43 +0200 | [diff] [blame] | 415 | <version>${spring.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 416 | <scope>compile</scope> |
| 417 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 418 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 419 | <!-- Spring 4 dependencies end --> |
| 420 | <!-- JavaConfig need this library --> |
| 421 | <dependency> |
| 422 | <groupId>cglib</groupId> |
| 423 | <artifactId>cglib</artifactId> |
| 424 | <version>3.2.4</version> |
| 425 | <scope>compile</scope> |
| 426 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 427 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 428 | <dependency> |
| 429 | <groupId>org.yaml</groupId> |
| 430 | <artifactId>snakeyaml</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 431 | <version>${snakeyaml.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 432 | <scope>compile</scope> |
| 433 | </dependency> |
| 434 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 435 | <dependency> |
| 436 | <groupId>org.functionaljava</groupId> |
| 437 | <artifactId>functionaljava</artifactId> |
| 438 | <version>${functionaljava.version}</version> |
| 439 | <scope>compile</scope> |
| 440 | </dependency> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 441 | |
| 442 | <dependency> |
| 443 | <groupId>org.elasticsearch</groupId> |
| 444 | <artifactId>elasticsearch</artifactId> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 445 | <version>${elastic-search.version}</version> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 446 | <scope>compile</scope> |
| 447 | </dependency> |
| 448 | |
| 449 | <dependency> |
| 450 | <groupId>com.fasterxml.jackson.dataformat</groupId> |
| 451 | <artifactId>jackson-dataformat-yaml</artifactId> |
| 452 | <version>${jackson.version}</version> |
| 453 | <scope>compile</scope> |
| 454 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 455 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 456 | <dependency> |
| 457 | <groupId>org.elasticsearch.plugin</groupId> |
| 458 | <artifactId>shield</artifactId> |
| 459 | <version>${elastic-search.version}</version> |
| 460 | <scope>compile</scope> |
| 461 | </dependency> |
| 462 | |
| 463 | <!-- CASSANDRA --> |
| 464 | <dependency> |
| 465 | <groupId>com.datastax.cassandra</groupId> |
| 466 | <artifactId>cassandra-driver-core</artifactId> |
| 467 | <version>${cassandra.driver.version}</version> |
| 468 | <scope>compile</scope> |
| 469 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 470 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 471 | <dependency> |
| 472 | <groupId>com.datastax.cassandra</groupId> |
| 473 | <artifactId>cassandra-driver-mapping</artifactId> |
| 474 | <version>${cassandra.driver.version}</version> |
| 475 | <scope>compile</scope> |
| 476 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 477 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 478 | <!-- CASSANDRA END --> |
| 479 | <dependency> |
| 480 | <groupId>org.apache.poi</groupId> |
| 481 | <artifactId>com.springsource.org.apache.poi</artifactId> |
| 482 | <version>3.9.0.FINAL</version> |
| 483 | <scope>compile</scope> |
| 484 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 485 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 486 | <dependency> |
| 487 | <groupId>org.jdom</groupId> |
| 488 | <artifactId>jdom</artifactId> |
| 489 | <version>2.0.2</version> |
| 490 | <scope>compile</scope> |
| 491 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 492 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 493 | <!-- Temporary, till building the populate task which adding all components |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 494 | to cache. We will use Serialization Utils. --> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 495 | <dependency> |
| 496 | <groupId>de.ruedigermoeller</groupId> |
| 497 | <artifactId>fst</artifactId> |
| 498 | <version>2.47</version> |
| 499 | <scope>compile</scope> |
| 500 | </dependency> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 501 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 502 | <!-- testing --> |
| 503 | <dependency> |
| 504 | <groupId>junit</groupId> |
| 505 | <artifactId>junit</artifactId> |
| 506 | <version>${junit.version}</version> |
| 507 | <scope>test</scope> |
| 508 | </dependency> |
Michael Lando | 75aacbb | 2017-07-17 21:12:03 +0300 | [diff] [blame] | 509 | |
| 510 | <dependency> |
| 511 | <groupId>org.testng</groupId> |
| 512 | <artifactId>testng</artifactId> |
| 513 | <version>${testng.version}</version> |
| 514 | <scope>test</scope> |
| 515 | </dependency> |
| 516 | |
| 517 | <dependency> |
| 518 | <groupId>org.mockito</groupId> |
| 519 | <artifactId>mockito-all</artifactId> |
| 520 | <version>${mockito.version}</version> |
| 521 | <scope>test</scope> |
| 522 | </dependency> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 523 | <!-- testing end --> |
| 524 | |
| 525 | </dependencies> |
| 526 | |
| 527 | <build> |
| 528 | <plugins> |
| 529 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 530 | <plugin> |
| 531 | <groupId>org.apache.maven.plugins</groupId> |
| 532 | <artifactId>maven-deploy-plugin</artifactId> |
| 533 | <version>2.7</version> |
| 534 | <configuration> |
| 535 | <skip>true</skip> |
| 536 | </configuration> |
| 537 | </plugin> |
| 538 | |
| 539 | <plugin> |
| 540 | <groupId>org.apache.maven.plugins</groupId> |
| 541 | <artifactId>maven-assembly-plugin</artifactId> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 542 | <executions> |
| 543 | <execution> |
| 544 | <id>create.jar.with.dependencies</id> |
| 545 | <phase>package</phase> |
| 546 | <goals> |
| 547 | <goal>single</goal> |
| 548 | </goals> |
| 549 | <configuration> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 550 | <descriptorRefs> |
| 551 | <descriptorRef>jar-with-dependencies</descriptorRef> |
| 552 | </descriptorRefs> |
| 553 | </configuration> |
| 554 | </execution> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 555 | <execution> |
| 556 | <configuration> |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 557 | <finalName>sdctool</finalName> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 558 | <appendAssemblyId>false</appendAssemblyId> |
| 559 | <descriptor>${project.basedir}/tarball.xml</descriptor> |
| 560 | </configuration> |
| 561 | <id>assemble-file</id> |
| 562 | <phase>package</phase> |
| 563 | <goals> |
| 564 | <goal>single</goal> |
| 565 | </goals> |
| 566 | </execution> |
| 567 | </executions> |
| 568 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 569 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 570 | <plugin> |
| 571 | <groupId>org.apache.maven.plugins</groupId> |
| 572 | <artifactId>maven-resources-plugin</artifactId> |
| 573 | <version>3.0.2</version> |
| 574 | |
| 575 | <executions> |
| 576 | |
| 577 | <execution> |
| 578 | <id>copy-sdctool</id> |
| 579 | <phase>install</phase> |
| 580 | <goals> |
| 581 | <goal>copy-resources</goal> |
| 582 | </goals> |
| 583 | <configuration> |
| 584 | <outputDirectory>${project.parent.basedir}/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default</outputDirectory> |
| 585 | <resources> |
| 586 | <resource> |
| 587 | <directory>./target</directory> |
| 588 | <includes> |
| 589 | <include>sdctool.tar</include> |
| 590 | </includes> |
| 591 | </resource> |
| 592 | </resources> |
| 593 | </configuration> |
| 594 | </execution> |
| 595 | |
| 596 | </executions> |
| 597 | </plugin> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 598 | </plugins> |
| 599 | </build> |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 600 | </project> |