Skip to content

Instantly share code, notes, and snippets.

@derinbay
Last active May 18, 2018 10:02
Show Gist options
  • Save derinbay/ae64fc0fddeb13025cbfd14d3c0099e5 to your computer and use it in GitHub Desktop.
Save derinbay/ae64fc0fddeb13025cbfd14d3c0099e5 to your computer and use it in GitHub Desktop.
dependency tree
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] automatedacceptancetest [pom]
[INFO] test-api [jar]
[INFO] mobileapi-api [jar]
[INFO] mallfront-api [jar]
[INFO] backoffice-api [jar]
[INFO] callcenter-api [jar]
[INFO] selleroffice-api [jar]
[INFO] backoffice [jar]
[INFO] selleroffice [jar]
[INFO] mallfront [jar]
[INFO] sellerapi-api [jar]
[INFO] helpers [jar]
[INFO] payment [jar]
[INFO] callcenter [jar]
[INFO] poolwebservice [war]
[INFO] sellerapi [jar]
[INFO] mobileweb-api [jar]
[INFO] mobileweb [jar]
[INFO] androidapp-api [jar]
[INFO] androidapp [jar]
[INFO] iphoneapp-api [jar]
[INFO] iphoneapp [jar]
[INFO] mobileapi [jar]
[INFO] jmeter [jar]
[INFO]
[INFO] -----------------------< com.dmall.uat:selenium >-----------------------
[INFO] Building automatedacceptancetest 2.0 [1/24]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ selenium ---
[INFO] com.dmall.uat:selenium:pom:2.0
[INFO]
[INFO] -----------------------< com.dmall.uat:test-api >-----------------------
[INFO] Building test-api 2.0 [2/24]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for com.oracle:ojdbc6:jar:11.2.0.3 is missing, no dependency information available
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ test-api ---
[INFO] com.dmall.uat:test-api:jar:2.0
[INFO] +- junit:junit:jar:4.12:compile
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | +- commons-io:commons-io:jar:2.6:compile
[INFO] | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | +- commons-net:commons-net:jar:3.6:compile
[INFO] | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] +- joda-time:joda-time:jar:2.9.9:compile
[INFO] +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] +- org.json:json:jar:20160810:compile
[INFO] +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | \- org.jooq:joor:jar:0.9.6:compile
[INFO] +- org.apache.poi:poi:jar:3.17:compile
[INFO] | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] +- javax.media:jmf:jar:2.1.1e:compile
[INFO] +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO]
[INFO] --------------------< com.dmall.uat:mobileapi-api >---------------------
[INFO] Building mobileapi-api 2.0 [3/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mobileapi-api ---
[INFO] com.dmall.uat:mobileapi-api:jar:2.0
[INFO] \- com.dmall.uat:test-api:jar:2.0:compile
[INFO] +- junit:junit:jar:4.12:compile
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | +- commons-io:commons-io:jar:2.6:compile
[INFO] | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | +- commons-net:commons-net:jar:3.6:compile
[INFO] | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] +- joda-time:joda-time:jar:2.9.9:compile
[INFO] +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] +- org.json:json:jar:20160810:compile
[INFO] +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | \- org.jooq:joor:jar:0.9.6:compile
[INFO] +- org.apache.poi:poi:jar:3.17:compile
[INFO] | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] +- javax.media:jmf:jar:2.1.1e:compile
[INFO] +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO]
[INFO] --------------------< com.dmall.uat:mallfront-api >---------------------
[INFO] Building mallfront-api 2.0 [4/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mallfront-api ---
[INFO] com.dmall.uat:mallfront-api:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO]
[INFO] --------------------< com.dmall.uat:backoffice-api >--------------------
[INFO] Building backoffice-api 2.0 [5/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ backoffice-api ---
[INFO] com.dmall.uat:backoffice-api:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] \- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO]
[INFO] --------------------< com.dmall.uat:callcenter-api >--------------------
[INFO] Building callcenter-api 2.0 [6/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ callcenter-api ---
[INFO] com.dmall.uat:callcenter-api:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] \- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO]
[INFO] -------------------< com.dmall.uat:selleroffice-api >-------------------
[INFO] Building selleroffice-api 2.0 [7/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ selleroffice-api ---
[INFO] com.dmall.uat:selleroffice-api:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.dmall.uat:callcenter-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO] \- com.dmall.uat:backoffice-api:jar:2.0:compile
[INFO]
[INFO] ----------------------< com.dmall.uat:backoffice >----------------------
[INFO] Building backoffice 2.0 [8/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ backoffice ---
[INFO] com.dmall.uat:backoffice:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.dmall.uat:backoffice-api:jar:2.0:compile
[INFO] +- com.dmall.uat:callcenter-api:jar:2.0:compile
[INFO] +- com.dmall.uat:selleroffice-api:jar:2.0:compile
[INFO] +- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO] \- pl.pragmatists:JUnitParams:jar:1.1.1:compile
[INFO]
[INFO] ---------------------< com.dmall.uat:selleroffice >---------------------
[INFO] Building selleroffice 2.0 [9/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ selleroffice ---
[INFO] com.dmall.uat:selleroffice:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.dmall.uat:selleroffice-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:callcenter-api:jar:2.0:compile
[INFO] +- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO] +- com.dmall.uat:backoffice-api:jar:2.0:compile
[INFO] \- pl.pragmatists:JUnitParams:jar:1.1.1:compile
[INFO]
[INFO] ----------------------< com.dmall.uat:mallfront >-----------------------
[INFO] Building mallfront 2.0 [10/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mallfront ---
[INFO] com.dmall.uat:mallfront:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO] +- com.dmall.uat:backoffice-api:jar:2.0:compile
[INFO] +- com.dmall.uat:selleroffice-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:callcenter-api:jar:2.0:compile
[INFO] \- pl.pragmatists:JUnitParams:jar:1.1.1:compile
[INFO]
[INFO] --------------------< com.dmall.uat:sellerapi-api >---------------------
[INFO] Building sellerapi-api 2.0 [11/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ sellerapi-api ---
[INFO] com.dmall.uat:sellerapi-api:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] \- com.dmall.uat:selleroffice-api:jar:2.0:compile
[INFO] +- com.dmall.uat:callcenter-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO] \- com.dmall.uat:backoffice-api:jar:2.0:compile
[INFO]
[INFO] -----------------------< com.dmall.uat:helpers >------------------------
[INFO] Building helpers 2.0 [12/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ helpers ---
[INFO] com.dmall.uat:helpers:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.dmall.uat:backoffice-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO] +- com.dmall.uat:callcenter-api:jar:2.0:compile
[INFO] +- com.dmall.uat:selleroffice-api:jar:2.0:compile
[INFO] +- com.dmall.uat:sellerapi-api:jar:2.0:compile
[INFO] \- pl.pragmatists:JUnitParams:jar:1.1.1:compile
[INFO]
[INFO] -----------------------< com.dmall.uat:payment >------------------------
[INFO] Building payment 2.0 [13/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ payment ---
[INFO] com.dmall.uat:payment:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.dmall.uat:selleroffice-api:jar:2.0:compile
[INFO] +- com.dmall.uat:backoffice-api:jar:2.0:compile
[INFO] +- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO] +- com.dmall.uat:callcenter-api:jar:2.0:compile
[INFO] \- pl.pragmatists:JUnitParams:jar:1.1.1:compile
[INFO]
[INFO] ----------------------< com.dmall.uat:callcenter >----------------------
[INFO] Building callcenter 2.0 [14/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ callcenter ---
[INFO] com.dmall.uat:callcenter:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO] +- com.dmall.uat:callcenter-api:jar:2.0:compile
[INFO] \- com.dmall.uat:selleroffice-api:jar:2.0:compile
[INFO] \- com.dmall.uat:backoffice-api:jar:2.0:compile
[INFO]
[INFO] --------------------< com.dmall.uat:poolwebservice >--------------------
[INFO] Building poolwebservice 2.0 [15/24]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ poolwebservice ---
[INFO] com.dmall.uat:poolwebservice:war:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- org.springframework:spring-core:jar:4.3.7.RELEASE:compile
[INFO] | \- commons-logging:commons-logging:jar:1.2:compile
[INFO] +- org.springframework:spring-context:jar:4.3.7.RELEASE:compile
[INFO] | +- org.springframework:spring-aop:jar:4.3.7.RELEASE:compile
[INFO] | +- org.springframework:spring-beans:jar:4.3.7.RELEASE:compile
[INFO] | \- org.springframework:spring-expression:jar:4.3.7.RELEASE:compile
[INFO] +- org.springframework:spring-web:jar:4.3.7.RELEASE:compile
[INFO] +- org.springframework:spring-webmvc:jar:4.3.7.RELEASE:compile
[INFO] +- org.springframework.data:spring-data-jpa:jar:1.11.1.RELEASE:compile
[INFO] | +- org.springframework.data:spring-data-commons:jar:1.13.1.RELEASE:compile
[INFO] | +- org.springframework:spring-orm:jar:4.3.7.RELEASE:compile
[INFO] | | \- org.springframework:spring-jdbc:jar:4.3.7.RELEASE:compile
[INFO] | +- org.springframework:spring-tx:jar:4.3.7.RELEASE:compile
[INFO] | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | \- org.slf4j:jcl-over-slf4j:jar:1.7.24:runtime
[INFO] +- com.fasterxml.jackson.core:jackson-databind:jar:2.8.7:compile
[INFO] | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.8.0:compile
[INFO] | \- com.fasterxml.jackson.core:jackson-core:jar:2.8.7:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] +- com.sun.jersey:jersey-client:jar:1.19.4:compile
[INFO] | \- com.sun.jersey:jersey-core:jar:1.19.4:compile
[INFO] | \- javax.ws.rs:jsr311-api:jar:1.1.1:compile
[INFO] +- javax.servlet.jsp.jstl:jstl-api:jar:1.2:compile
[INFO] | +- javax.servlet:servlet-api:jar:2.5:compile
[INFO] | \- javax.servlet.jsp:jsp-api:jar:2.1:compile
[INFO] +- javax.servlet:javax.servlet-api:jar:3.1.0:compile
[INFO] +- javax.servlet.jsp:javax.servlet.jsp-api:jar:2.3.1:compile
[INFO] \- org.apache.taglibs:taglibs-standard-impl:jar:1.2.5:compile
[INFO]
[INFO] ----------------------< com.dmall.uat:sellerapi >-----------------------
[INFO] Building sellerapi 2.0 [16/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ sellerapi ---
[INFO] com.dmall.uat:sellerapi:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.dmall.uat:selleroffice-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:callcenter-api:jar:2.0:compile
[INFO] +- com.dmall.uat:sellerapi-api:jar:2.0:compile
[INFO] \- com.dmall.uat:backoffice-api:jar:2.0:compile
[INFO] \- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO]
[INFO] --------------------< com.dmall.uat:mobileweb-api >---------------------
[INFO] Building mobileweb-api 2.0 [17/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mobileweb-api ---
[INFO] com.dmall.uat:mobileweb-api:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] \- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO]
[INFO] ----------------------< com.dmall.uat:mobileweb >-----------------------
[INFO] Building mobileweb 2.0 [18/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mobileweb ---
[INFO] com.dmall.uat:mobileweb:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.dmall.uat:mobileweb-api:jar:2.0:compile
[INFO] +- com.dmall.uat:backoffice-api:jar:2.0:compile
[INFO] +- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO] +- com.dmall.uat:selleroffice-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:callcenter-api:jar:2.0:compile
[INFO] \- pl.pragmatists:JUnitParams:jar:1.1.1:compile
[INFO]
[INFO] --------------------< com.dmall.uat:androidapp-api >--------------------
[INFO] Building androidapp-api 2.0 [19/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ androidapp-api ---
[INFO] com.dmall.uat:androidapp-api:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] \- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO]
[INFO] ----------------------< com.dmall.uat:androidapp >----------------------
[INFO] Building androidapp 2.0 [20/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ androidapp ---
[INFO] com.dmall.uat:androidapp:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.dmall.uat:androidapp-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO] +- com.dmall.uat:selleroffice-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:callcenter-api:jar:2.0:compile
[INFO] +- com.dmall.uat:backoffice-api:jar:2.0:compile
[INFO] \- pl.pragmatists:JUnitParams:jar:1.1.1:compile
[INFO]
[INFO] --------------------< com.dmall.uat:iphoneapp-api >---------------------
[INFO] Building iphoneapp-api 2.0 [21/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ iphoneapp-api ---
[INFO] com.dmall.uat:iphoneapp-api:jar:2.0
[INFO] \- com.dmall.uat:test-api:jar:2.0:compile
[INFO] +- junit:junit:jar:4.12:compile
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | +- commons-io:commons-io:jar:2.6:compile
[INFO] | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | +- commons-net:commons-net:jar:3.6:compile
[INFO] | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] +- joda-time:joda-time:jar:2.9.9:compile
[INFO] +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] +- org.json:json:jar:20160810:compile
[INFO] +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | \- org.jooq:joor:jar:0.9.6:compile
[INFO] +- org.apache.poi:poi:jar:3.17:compile
[INFO] | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] +- javax.media:jmf:jar:2.1.1e:compile
[INFO] +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO]
[INFO] ----------------------< com.dmall.uat:iphoneapp >-----------------------
[INFO] Building iphoneapp 2.0 [22/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ iphoneapp ---
[INFO] com.dmall.uat:iphoneapp:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.dmall.uat:iphoneapp-api:jar:2.0:compile
[INFO] \- com.dmall.uat:selleroffice-api:jar:2.0:compile
[INFO] +- com.dmall.uat:callcenter-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO] \- com.dmall.uat:backoffice-api:jar:2.0:compile
[INFO]
[INFO] ----------------------< com.dmall.uat:mobileapi >-----------------------
[INFO] Building mobileapi 2.0 [23/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ mobileapi ---
[INFO] com.dmall.uat:mobileapi:jar:2.0
[INFO] +- com.dmall.uat:test-api:jar:2.0:compile
[INFO] | +- junit:junit:jar:4.12:compile
[INFO] | | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] | +- org.hamcrest:java-hamcrest:jar:2.0.0.0:compile
[INFO] | +- io.appium:java-client:jar:6.0.0-BETA5:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-support:jar:3.11.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-api:jar:3.12.0:compile
[INFO] | | +- com.google.code.gson:gson:jar:2.8.2:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.5.5:compile
[INFO] | | +- cglib:cglib:jar:3.2.6:compile
[INFO] | | | +- org.ow2.asm:asm:jar:6.0:compile
[INFO] | | | \- org.apache.ant:ant:jar:1.9.6:compile
[INFO] | | | \- org.apache.ant:ant-launcher:jar:1.9.6:compile
[INFO] | | +- commons-validator:commons-validator:jar:1.6:compile
[INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile
[INFO] | | | \- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | | +- commons-io:commons-io:jar:2.6:compile
[INFO] | | +- org.springframework:spring-context:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-aop:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-beans:jar:5.0.3.RELEASE:compile
[INFO] | | | +- org.springframework:spring-core:jar:5.0.3.RELEASE:compile
[INFO] | | | | \- org.springframework:spring-jcl:jar:5.0.3.RELEASE:compile
[INFO] | | | \- org.springframework:spring-expression:jar:5.0.3.RELEASE:compile
[INFO] | | +- org.aspectj:aspectjweaver:jar:1.8.13:compile
[INFO] | | +- org.openpnp:opencv:jar:3.2.0-1:compile
[INFO] | | +- javax.websocket:javax.websocket-api:jar:1.1:compile
[INFO] | | +- org.glassfish.tyrus:tyrus-client:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-core:jar:1.1:compile
[INFO] | | | +- org.glassfish.tyrus:tyrus-spi:jar:1.1:compile
[INFO] | | | \- org.glassfish.tyrus:tyrus-websocket-core:jar:1.1:compile
[INFO] | | \- org.glassfish.tyrus:tyrus-container-grizzly:jar:1.1:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-framework:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-http-server:jar:2.3.3:compile
[INFO] | | +- org.glassfish.grizzly:grizzly-http:jar:2.3.3:compile
[INFO] | | \- org.glassfish.grizzly:grizzly-rcm:jar:2.3.3:compile
[INFO] | +- org.seleniumhq.selenium:selenium-java:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.12.0:compile
[INFO] | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.12.0:compile
[INFO] | | +- net.bytebuddy:byte-buddy:jar:1.8.3:compile
[INFO] | | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | | +- commons-codec:commons-codec:jar:1.10:compile
[INFO] | | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.6:compile
[INFO] | | +- com.squareup.okhttp3:okhttp:jar:3.9.1:compile
[INFO] | | \- com.squareup.okio:okio:jar:1.13.0:compile
[INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.30.1:compile
[INFO] | | \- net.sourceforge.htmlunit:htmlunit:jar:2.30:compile
[INFO] | | +- xalan:xalan:jar:2.7.2:compile
[INFO] | | | \- xalan:serializer:jar:2.7.2:compile
[INFO] | | +- org.apache.commons:commons-text:jar:1.3:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.28:compile
[INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.30:compile
[INFO] | | | \- xerces:xercesImpl:jar:2.11.0:compile
[INFO] | | | \- xml-apis:xml-apis:jar:1.4.01:compile
[INFO] | | +- net.sourceforge.htmlunit:htmlunit-cssparser:jar:1.0.0:compile
[INFO] | | +- commons-net:commons-net:jar:3.6:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-client:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-client:jar:9.4.9.v20180320:compile
[INFO] | | | \- org.eclipse.jetty:jetty-http:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-xml:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.4.9.v20180320:compile
[INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-common:jar:9.4.9.v20180320:compile
[INFO] | | \- org.eclipse.jetty.websocket:websocket-api:jar:9.4.9.v20180320:compile
[INFO] | +- org.apache.logging.log4j:log4j-core:jar:2.11.0:compile
[INFO] | | \- org.apache.logging.log4j:log4j-api:jar:2.11.0:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.25:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.7:compile
[INFO] | +- joda-time:joda-time:jar:2.9.9:compile
[INFO] | +- com.oracle:ojdbc6:jar:11.2.0.3:compile
[INFO] | +- io.rest-assured:rest-assured:jar:3.1.0:compile
[INFO] | | +- org.codehaus.groovy:groovy:jar:2.4.12:compile
[INFO] | | +- org.codehaus.groovy:groovy-xml:jar:2.4.12:compile
[INFO] | | +- org.apache.httpcomponents:httpmime:jar:4.5.1:compile
[INFO] | | +- org.hamcrest:hamcrest-library:jar:1.3:compile
[INFO] | | +- org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:compile
[INFO] | | +- io.rest-assured:json-path:jar:3.1.0:compile
[INFO] | | | +- org.codehaus.groovy:groovy-json:jar:2.4.12:compile
[INFO] | | | \- io.rest-assured:rest-assured-common:jar:3.1.0:compile
[INFO] | | \- io.rest-assured:xml-path:jar:3.1.0:compile
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.2.12:compile
[INFO] | +- org.json:json:jar:20160810:compile
[INFO] | +- io.github.bonigarcia:webdrivermanager:jar:2.2.1:compile
[INFO] | | +- org.rauschig:jarchivelib:jar:0.7.1:compile
[INFO] | | | \- org.apache.commons:commons-compress:jar:1.9:compile
[INFO] | | +- org.jsoup:jsoup:jar:1.11.2:compile
[INFO] | | \- ch.qos.logback:logback-classic:jar:1.2.3:compile
[INFO] | | \- ch.qos.logback:logback-core:jar:1.2.3:compile
[INFO] | +- com.googlecode.json-simple:json-simple:jar:1.1.1:compile
[INFO] | +- org.iban4j:iban4j:jar:3.2.1:compile
[INFO] | +- io.qameta.allure:allure-junit4:jar:2.6.0:compile
[INFO] | +- io.qameta.allure:allure-java-commons:jar:2.6.0:compile
[INFO] | | +- io.qameta.allure:allure2-model-api:jar:1.0-BETA6:compile
[INFO] | | | +- io.qameta.allure:allure2-model-pojo:jar:1.0-BETA6:compile
[INFO] | | | | \- org.apache.tika:tika-core:jar:1.14:compile
[INFO] | | | \- io.qameta.allure:allure2-model-jackson:jar:1.0-BETA6:compile
[INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.7.0:compile
[INFO] | | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.7.0:compile
[INFO] | | | | \- com.fasterxml.jackson.core:jackson-core:jar:2.7.0:compile
[INFO] | | | \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.7.0:compile
[INFO] | | +- org.aspectj:aspectjrt:jar:1.8.10:compile
[INFO] | | \- org.jooq:joor:jar:0.9.6:compile
[INFO] | +- org.apache.poi:poi:jar:3.17:compile
[INFO] | | \- org.apache.commons:commons-collections4:jar:4.1:compile
[INFO] | +- javax.media:jmf:jar:2.1.1e:compile
[INFO] | +- net.bramp.ffmpeg:ffmpeg:jar:0.6.2:compile
[INFO] | | \- org.modelmapper:modelmapper:jar:0.7.7:compile
[INFO] | \- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.dmall.uat:selleroffice-api:jar:2.0:compile
[INFO] | +- com.dmall.uat:callcenter-api:jar:2.0:compile
[INFO] | | \- com.dmall.uat:mallfront-api:jar:2.0:compile
[INFO] | \- com.dmall.uat:backoffice-api:jar:2.0:compile
[INFO] +- com.dmall.uat:mobileapi-api:jar:2.0:compile
[INFO] \- pl.pragmatists:JUnitParams:jar:1.1.1:compile
[INFO]
[INFO] ------------------------< com.dmall.uat:jmeter >------------------------
[INFO] Building jmeter 2.0 [24/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ jmeter ---
[INFO] com.dmall.uat:jmeter:jar:2.0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] automatedacceptancetest 2.0 ........................ SUCCESS [ 0.680 s]
[INFO] test-api ........................................... SUCCESS [ 0.702 s]
[INFO] mobileapi-api ...................................... SUCCESS [ 0.268 s]
[INFO] mallfront-api ...................................... SUCCESS [ 0.142 s]
[INFO] backoffice-api ..................................... SUCCESS [ 0.115 s]
[INFO] callcenter-api ..................................... SUCCESS [ 0.098 s]
[INFO] selleroffice-api ................................... SUCCESS [ 0.097 s]
[INFO] backoffice ......................................... SUCCESS [ 0.118 s]
[INFO] selleroffice ....................................... SUCCESS [ 0.106 s]
[INFO] mallfront .......................................... SUCCESS [ 0.115 s]
[INFO] sellerapi-api ...................................... SUCCESS [ 0.101 s]
[INFO] helpers ............................................ SUCCESS [ 0.116 s]
[INFO] payment ............................................ SUCCESS [ 0.121 s]
[INFO] callcenter ......................................... SUCCESS [ 0.099 s]
[INFO] poolwebservice ..................................... SUCCESS [ 0.219 s]
[INFO] sellerapi .......................................... SUCCESS [ 0.089 s]
[INFO] mobileweb-api ...................................... SUCCESS [ 0.078 s]
[INFO] mobileweb .......................................... SUCCESS [ 0.077 s]
[INFO] androidapp-api ..................................... SUCCESS [ 0.073 s]
[INFO] androidapp ......................................... SUCCESS [ 0.091 s]
[INFO] iphoneapp-api ...................................... SUCCESS [ 0.076 s]
[INFO] iphoneapp .......................................... SUCCESS [ 0.083 s]
[INFO] mobileapi .......................................... SUCCESS [ 0.076 s]
[INFO] jmeter 2.0 ......................................... SUCCESS [ 0.003 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.137 s
[INFO] Finished at: 2018-05-18T13:01:47+03:00
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment