serenity-bdd / serenity-cucumber

Cucumber integration for the Serenity BDD Reporting library
Other
78 stars 74 forks source link

why i am getting net.thucydides.core.requirements.CouldNotLoadRequirementsException: null when added readyapi dependencies #86

Closed amitmalpure83 closed 6 years ago

amitmalpure83 commented 7 years ago

Hi,

Serenity alone is working fine with maven. But when I add ready api dependencies I am getting following exception. Using Serenity 1.4, ReadyAPI 2.0.2. Please help. Thanks

net.thucydides.core.requirements.CouldNotLoadRequirementsException: null at net.thucydides.core.requirements.PackageRequirementsTagProvider.requirementPathsFromClassesInPackage(PackageRequirementsTagProvider.java:170) at net.thucydides.core.requirements.PackageRequirementsTagProvider.requirementPathsStartingFrom(PackageRequirementsTagProvider.java:155) at net.thucydides.core.requirements.PackageRequirementsTagProvider.getActiveRequirementTypes(PackageRequirementsTagProvider.java:299) at net.thucydides.core.model.PackageBasedLeafRequirements.typeFrom(PackageBasedLeafRequirements.java:38) at net.thucydides.core.model.PackageBasedLeafRequirements.testCase(PackageBasedLeafRequirements.java:28) at net.thucydides.core.model.TestOutcome.storyDefinedIn(TestOutcome.java:421) at net.thucydides.core.model.TestOutcome.(TestOutcome.java:408) at net.thucydides.core.model.TestOutcome.(TestOutcome.java:388) at net.thucydides.core.model.TestOutcome.forTestInStory(TestOutcome.java:650) at net.thucydides.core.steps.BaseStepListener.testStarted(BaseStepListener.java:378) at net.thucydides.core.steps.StepEventBus.testStarted(StepEventBus.java:115) at net.thucydides.core.steps.StepEventBus.testStarted(StepEventBus.java:142) at net.thucydides.junit.listeners.JUnitStepListener.testStarted(JUnitStepListener.java:80) at net.thucydides.junit.listeners.JUnitStepListener.startTestIfNotYetStarted(JUnitStepListener.java:136) at net.thucydides.junit.listeners.JUnitStepListener.testFailure(JUnitStepListener.java:117) at org.junit.runner.notification.SynchronizedRunListener.testFailure(SynchronizedRunListener.java:63) at org.junit.runner.notification.RunNotifier$4.notifyListener(RunNotifier.java:142) at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72) at org.junit.runner.notification.RunNotifier.fireTestFailures(RunNotifier.java:138) at org.junit.runner.notification.RunNotifier.fireTestFailure(RunNotifier.java:132) at org.junit.internal.runners.model.EachTestNotifier.addFailure(EachTestNotifier.java:23) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:329) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at net.serenitybdd.junit.runners.SerenityRunner.performRunChild(SerenityRunner.java:471) at net.serenitybdd.junit.runners.SerenityRunner.runChild(SerenityRunner.java:446) at net.serenitybdd.junit.runners.SerenityRunner.runChild(SerenityRunner.java:55) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at net.serenitybdd.junit.runners.SerenityRunner.run(SerenityRunner.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:155) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:81) at org.apache.maven.plugin.surefire.InPluginVMSurefireStarter.runSuitesInProcess(InPluginVMSurefireStarter.java:82) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:974) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:824) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:722) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)

Test mechanism Time elapsed: 12.082 sec <<< ERROR! java.lang.IllegalStateException: Optional.get() cannot be called on an absent value at com.google.common.base.Absent.get(Absent.java:45) at net.thucydides.core.steps.BaseStepListener.getCurrentTestOutcome(BaseStepListener.java:301) at net.thucydides.core.steps.StepEventBus.testFinished(StepEventBus.java:254) at net.thucydides.junit.listeners.JUnitStepListener.testFinished(JUnitStepListener.java:97) at org.junit.runner.notification.SynchronizedRunListener.testFinished(SynchronizedRunListener.java:56) at org.junit.runner.notification.RunNotifier$7.notifyListener(RunNotifier.java:190) at org.junit.runner.notification.RunNotifier$SafeNotifier.run(RunNotifier.java:72) at org.junit.runner.notification.RunNotifier.fireTestFinished(RunNotifier.java:187) at org.junit.internal.runners.model.EachTestNotifier.fireTestFinished(EachTestNotifier.java:38) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:331) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at net.serenitybdd.junit.runners.SerenityRunner.performRunChild(SerenityRunner.java:471) at net.serenitybdd.junit.runners.SerenityRunner.runChild(SerenityRunner.java:446) at net.serenitybdd.junit.runners.SerenityRunner.runChild(SerenityRunner.java:55) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) at net.serenitybdd.junit.runners.SerenityRunner.run(SerenityRunner.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:283) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:173) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:128) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:155) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:81) at org.apache.maven.plugin.surefire.InPluginVMSurefireStarter.runSuitesInProcess(InPluginVMSurefireStarter.java:82) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:974) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:824) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:722) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153) at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59) at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156) at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537) at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196) at org.apache.maven.cli.MavenCli.main(MavenCli.java:141) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290) at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409) at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)

wakaleo commented 7 years ago

This looks like a dependency conflict. Try with 1.5.0-rc.1 and check the dependency tree for conflicts, especially for guava.

amitmalpure83 commented 7 years ago

Tried with 1.5.0-rc.1 , added guava dependency 16.0.1 and 18.0 .. No luck. Please help. Thanks.

amitmalpure83 commented 7 years ago

below is the dependency tree from GitHub . I am using serenity 1.5.0-rc.1 & Guava - 20


Microsoft Windows [Version 10.0.10586] (c) 2015 Microsoft Corporation. All rights reserved.

[INFO] ------------------------------------------------------------------------ C:\RepositoryCMS11919\trunk>mvn dependency:tree -Dverbose [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Tiger 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for com.oracle:ojdbc6:jar:11.2.0.4 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] [INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ CMSAutomation --- [WARNING] Invalid POM for com.oracle:ojdbc6:jar:11.2.0.4, transitive dependencies (if any) will not be available, enable debug logging for more details [INFO] com.wcg.qa:CMSAutomation:jar:0.0.1-SNAPSHOT [INFO] +- net.serenity-bdd:serenity-core:jar:1.5.0-rc.1:compile [INFO] | +- com.google.guava:guava:jar:20.0:compile [INFO] | +- com.google.inject:guice:jar:3.0:compile [INFO] | | +- javax.inject:javax.inject:jar:1:compile [INFO] | | - aopalliance:aopalliance:jar:1.0:compile [INFO] | +- cglib:cglib:jar:3.1:compile [INFO] | +- org.ow2.asm:asm:jar:5.0.3:compile [INFO] | +- commons-codec:commons-codec:jar:1.10:compile [INFO] | +- org.objenesis:objenesis:jar:2.1:compile [INFO] | +- org.slf4j:slf4j-api:jar:1.7.21:compile [INFO] | +- xml-apis:xml-apis:jar:1.4.01:compile [INFO] | +- info.cukes:cucumber-core:jar:1.2.5:compile [INFO] | | +- info.cukes:cucumber-html:jar:0.2.3:compile [INFO] | | +- info.cukes:cucumber-jvm-deps:jar:1.0.5:compile [INFO] | | - info.cukes:gherkin:jar:2.12.2:compile [INFO] | +- commons-logging:commons-logging:jar:1.2:compile [INFO] | +- (junit:junit:jar:4.12:compile - omitted for duplicate) [INFO] | +- org.mockito:mockito-core:jar:1.10.19:compile [INFO] | +- net.bytebuddy:byte-buddy:jar:1.6.12:compile [INFO] | +- net.serenity-bdd:serenity-report-resources:jar:1.5.0-rc.1:compile [INFO] | | +- (com.google.guava:guava:jar:20.0:compile - omitted for duplicate) [INFO] | | +- (com.google.inject:guice:jar:3.0:compile - omitted for duplicate) [INFO] | | +- (cglib:cglib:jar:3.1:compile - omitted for duplicate) [INFO] | | +- (org.ow2.asm:asm:jar:5.0.3:compile - omitted for duplicate) [INFO] | | +- (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate) [INFO] | | +- (org.objenesis:objenesis:jar:2.1:compile - omitted for duplicate) [INFO] | | +- (org.slf4j:slf4j-api:jar:1.7.21:compile - omitted for duplicate) [INFO] | | +- (xml-apis:xml-apis:jar:1.4.01:compile - omitted for duplicate) [INFO] | | +- (info.cukes:cucumber-core:jar:1.2.5:compile - omitted for duplicate) [INFO] | | +- (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate) [INFO] | | +- (junit:junit:jar:4.12:compile - omitted for duplicate) [INFO] | | +- (org.mockito:mockito-core:jar:1.10.19:compile - omitted for duplicate) [INFO] | | - (net.bytebuddy:byte-buddy:jar:1.6.12:compile - omitted for duplicate) [INFO] | +- com.google.code.gson:gson:jar:2.6.1:compile [INFO] | +- commons-io:commons-io:jar:2.5:compile [INFO] | +- com.opera:operadriver:jar:1.5:compile [INFO] | | +- com.opera:operalaunchers:jar:1.1:compile [INFO] | | +- com.google.protobuf:protobuf-java:jar:2.4.1:compile [INFO] | | +- commons-jxpath:commons-jxpath:jar:1.3:compile [INFO] | | - org.ini4j:ini4j:jar:0.5.2:compile [INFO] | +- org.seleniumhq.selenium:selenium-server:jar:2.53.1:compile [INFO] | | +- com.beust:jcommander:jar:1.48:compile [INFO] | | +- org.bouncycastle:bcprov-jdk15on:jar:1.48:compile [INFO] | | +- org.bouncycastle:bcpkix-jdk15on:jar:1.48:compile [INFO] | | | - (org.bouncycastle:bcprov-jdk15on:jar:1.48:compile - omitted for duplicate) [INFO] | | +- mx4j:mx4j-tools:jar:3.0.1:compile [INFO] | | +- org.seleniumhq.selenium:jetty-repacked:jar:9.2.13.v20150730:compile [INFO] | | +- javax.servlet:javax.servlet-api:jar:3.1.0:compile [INFO] | | +- org.seleniumhq.selenium:jetty-rc-repacked:jar:5:compile [INFO] | | +- net.jcip:jcip-annotations:jar:1.0:compile [INFO] | | +- org.seleniumhq.selenium:selenium-java:jar:2.53.1:compile [INFO] | | | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:2.53.1:compile [INFO] | | | | - org.seleniumhq.selenium:selenium-remote-driver:jar:2.53.1:compile [INFO] | | | | +- org.seleniumhq.selenium:selenium-api:jar:2.53.1:compile [INFO] | | | | +- (org.apache.commons:commons-exec:jar:1.3:compile - omitted for duplicate) [INFO] | | | | +- (net.java.dev.jna:jna:jar:4.1.0:compile - omitted for duplicate) [INFO] | | | | - (net.java.dev.jna:jna-platform:jar:4.1.0:compile - omitted for duplicate) [INFO] | | | +- org.seleniumhq.selenium:selenium-edge-driver:jar:2.53.1:compile [INFO] | | | | +- (org.seleniumhq.selenium:selenium-remote-driver:jar:2.53.1:compile - omitted for duplicate) [INFO] | | | | - org.apache.commons:commons-exec:jar:1.3:compile [INFO] | | | +- (org.seleniumhq.selenium:htmlunit-driver:jar:2.21:compile - omitted for duplicate) [INFO] | | | +- org.seleniumhq.selenium:selenium-firefox-driver:jar:2.53.1:compile [INFO] | | | | +- (org.seleniumhq.selenium:selenium-remote-driver:jar:2.53.1:compile - omitted for duplicate) [INFO] | | | | - (org.apache.commons:commons-exec:jar:1.3:compile - omitted for duplicate) [INFO] | | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:2.53.1:compile [INFO] | | | | +- (net.java.dev.jna:jna:jar:4.1.0:compile - omitted for duplicate) [INFO] | | | | +- net.java.dev.jna:jna-platform:jar:4.1.0:compile [INFO] | | | | | - (net.java.dev.jna:jna:jar:4.1.0:compile - omitted for duplicate) [INFO] | | | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:2.53.1:compile - omitted for duplicate) [INFO] | | | +- org.seleniumhq.selenium:selenium-safari-driver:jar:2.53.1:compile [INFO] | | | | +- (org.seleniumhq.selenium:selenium-remote-driver:jar:2.53.1:compile - omitted for duplicate) [INFO] | | | | - io.netty:netty:jar:3.5.7.Final:compile [INFO] | | | +- org.seleniumhq.selenium:selenium-support:jar:2.53.1:compile [INFO] | | | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:2.53.1:compile - omitted for duplicate) [INFO] | | | - org.seleniumhq.selenium:selenium-leg-rc:jar:2.53.1:compile [INFO] | | | - (org.seleniumhq.selenium:selenium-remote-driver:jar:2.53.1:compile - omitted for duplicate) [INFO] | | - org.yaml:snakeyaml:jar:1.8:compile [INFO] | +- com.codeborne:phantomjsdriver:jar:1.2.1:compile [INFO] | +- org.seleniumhq.selenium:htmlunit-driver:jar:2.21:compile [INFO] | | - (commons-collections:commons-collections:jar:3.2.2:compile - omitted for duplicate) [INFO] | +- io.appium:java-client:jar:4.0.0:compile [INFO] | | +- commons-validator:commons-validator:jar:1.5.0:compile [INFO] | | | +- commons-beanutils:commons-beanutils:jar:1.9.2:compile [INFO] | | | | - (commons-collections:commons-collections:jar:3.2.1:compile - omitted for conflict with 3.2.2) [INFO] | | | +- commons-digester:commons-digester:jar:1.8.1:compile [INFO] | | | - (commons-collections:commons-collections:jar:3.2.2:compile - omitted for duplicate) [INFO] | | - (org.apache.commons:commons-lang3:jar:3.4:compile - omitted for duplicate) [INFO] | +- org.codehaus.groovy:groovy:jar:2.4.11:compile [INFO] | +- net.sf.opencsv:opencsv:jar:2.0:compile [INFO] | +- commons-beanutils:commons-beanutils-core:jar:1.8.3:compile [INFO] | +- com.googlecode.lambdaj:lambdaj:jar:2.3.3:compile [INFO] | +- joda-time:joda-time:jar:2.7:compile [INFO] | +- com.thoughtworks.xstream:xstream:jar:1.4.9:compile [INFO] | | +- xmlpull:xmlpull:jar:1.1.3.1:compile [INFO] | | - xpp3:xpp3_min:jar:1.1.4c:compile [INFO] | +- org.apache.commons:commons-lang3:jar:3.4:compile [INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile [INFO] | +- org.freemarker:freemarker:jar:2.3.23:compile [INFO] | +- net.sourceforge.jexcelapi:jxl:jar:2.6.12:compile [INFO] | +- org.hamcrest:hamcrest-core:jar:1.3:compile [INFO] | +- org.hamcrest:hamcrest-library:jar:1.3:compile [INFO] | | - (org.hamcrest:hamcrest-core:jar:1.3:compile - omitted for duplicate) [INFO] | +- net.sourceforge.htmlunit:htmlunit:jar:2.21:compile [INFO] | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.17:compile [INFO] | | +- net.sourceforge.htmlunit:neko-htmlunit:jar:2.21:compile [INFO] | | | - xerces:xercesImpl:jar:2.11.0:compile [INFO] | | +- net.sourceforge.cssparser:cssparser:jar:0.9.18:compile [INFO] | | | - (org.w3c.css:sac:jar:1.3:compile - omitted for duplicate) [INFO] | | - org.eclipse.jetty.websocket:websocket-client:jar:9.2.15.v20160210:compile [INFO] | | +- org.eclipse.jetty:jetty-util:jar:9.2.15.v20160210:compile [INFO] | | +- org.eclipse.jetty:jetty-io:jar:9.2.15.v20160210:compile [INFO] | | | - (org.eclipse.jetty:jetty-util:jar:9.2.15.v20160210:compile - omitted for duplicate) [INFO] | | - org.eclipse.jetty.websocket:websocket-common:jar:9.2.15.v20160210:compile [INFO] | | +- org.eclipse.jetty.websocket:websocket-api:jar:9.2.15.v20160210:compile [INFO] | | +- (org.eclipse.jetty:jetty-util:jar:9.2.15.v20160210:compile - omitted for duplicate) [INFO] | | - (org.eclipse.jetty:jetty-io:jar:9.2.15.v20160210:compile - omitted for duplicate) [INFO] | +- org.apache.httpcomponents:httpclient:jar:4.5.2:compile [INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.4.4:compile [INFO] | | - (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate) [INFO] | +- org.apache.httpcomponents:httpmime:jar:4.5.2:compile [INFO] | | - (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - omitted for duplicate) [INFO] | +- org.fluentlenium:fluentlenium-core:jar:0.10.2:compile [INFO] | +- com.jhlabs:filters:jar:2.0.235:compile [INFO] | +- org.asciidoctor:asciidoctor-java-integration:jar:0.1.4:compile [INFO] | | - org.jruby:jruby-complete:jar:1.7.4:compile [INFO] | +- org.imgscalr:imgscalr-lib:jar:4.2:compile [INFO] | +- javax.validation:validation-api:jar:1.1.0.Final:compile [INFO] | +- org.hibernate:hibernate-validator:jar:5.1.1.Final:compile [INFO] | | +- (javax.validation:validation-api:jar:1.1.0.Final:compile - omitted for duplicate) [INFO] | | +- org.jboss.logging:jboss-logging:jar:3.1.3.GA:compile [INFO] | | - com.fasterxml:classmate:jar:1.0.0:compile [INFO] | +- javax.el:javax.el-api:jar:2.2.4:compile [INFO] | +- org.glassfish.web:javax.el:jar:2.2.4:compile [INFO] | | - (javax.el:javax.el-api:jar:2.2.4:compile - omitted for duplicate) [INFO] | +- xalan:xalan:jar:2.7.2:compile [INFO] | +- xalan:serializer:jar:2.7.2:compile [INFO] | +- com.jayway.awaitility:awaitility:jar:1.6.3:compile [INFO] | | +- (org.hamcrest:hamcrest-library:jar:1.3:compile - omitted for duplicate) [INFO] | | +- (org.hamcrest:hamcrest-core:jar:1.3:compile - omitted for duplicate) [INFO] | | - (org.objenesis:objenesis:jar:2.1:compile - omitted for duplicate) [INFO] | +- com.typesafe:config:jar:1.2.1:compile [INFO] | +- org.jsoup:jsoup:jar:1.9.2:compile [INFO] | +- com.google.jimfs:jimfs:jar:1.0:compile [INFO] | - es.nitaur.markdown:txtmark:jar:0.16:compile [INFO] +- org.slf4j:slf4j-simple:jar:1.7.21:compile [INFO] | - (org.slf4j:slf4j-api:jar:1.7.21:compile - omitted for duplicate) [INFO] +- net.serenity-bdd:serenity-junit:jar:1.5.0-rc.1:test [INFO] | +- (com.google.guava:guava:jar:20.0:test - omitted for duplicate) [INFO] | +- (com.google.inject:guice:jar:3.0:test - omitted for duplicate) [INFO] | +- (cglib:cglib:jar:3.1:test - omitted for duplicate) [INFO] | +- (org.ow2.asm:asm:jar:5.0.3:test - omitted for duplicate) [INFO] | +- (commons-codec:commons-codec:jar:1.10:test - omitted for duplicate) [INFO] | +- (org.objenesis:objenesis:jar:2.1:test - omitted for duplicate) [INFO] | +- (org.slf4j:slf4j-api:jar:1.7.21:test - omitted for duplicate) [INFO] | +- (xml-apis:xml-apis:jar:1.4.01:test - omitted for duplicate) [INFO] | +- (info.cukes:cucumber-core:jar:1.2.5:test - omitted for duplicate) [INFO] | +- (commons-logging:commons-logging:jar:1.2:test - omitted for duplicate) [INFO] | +- (junit:junit:jar:4.12:test - omitted for duplicate) [INFO] | +- (org.mockito:mockito-core:jar:1.10.19:test - omitted for duplicate) [INFO] | +- (net.bytebuddy:byte-buddy:jar:1.6.12:test - omitted for duplicate) [INFO] | +- (net.serenity-bdd:serenity-core:jar:1.5.0-rc.1:test - omitted for duplicate) [INFO] | - (org.hamcrest:hamcrest-core:jar:1.3:test - omitted for duplicate) [INFO] +- com.smartbear:ready-api-maven-plugin:jar:2.0.2:compile [INFO] | +- com.smartbear:ready-api-soapui-pro:jar:2.0.2:compile [INFO] | | +- (com.smartbear:ready-api-soapui:jar:2.0.2:compile - omitted for duplicate) [INFO] | | +- com.smartbear:ready-api-db:jar:2.0.2:compile [INFO] | | | +- (com.google.inject:guice:jar:4.1.0:compile - omitted for conflict with 3.0) [INFO] | | | +- org.springframework:spring-jdbc:jar:4.1.6.RELEASE:compile [INFO] | | | | +- org.springframework:spring-beans:jar:4.1.6.RELEASE:compile [INFO] | | | | | - (org.springframework:spring-core:jar:4.1.6.RELEASE:compile - omitted for duplicate) [INFO] | | | | +- org.springframework:spring-core:jar:4.1.6.RELEASE:compile [INFO] | | | | | - (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate) [INFO] | | | | - org.springframework:spring-tx:jar:4.1.6.RELEASE:compile [INFO] | | | | +- (org.springframework:spring-beans:jar:4.1.6.RELEASE:compile - omitted for duplicate) [INFO] | | | | - (org.springframework:spring-core:jar:4.1.6.RELEASE:compile - omitted for duplicate) [INFO] | | | +- com.h2database:h2:jar:1.3.176:compile [INFO] | | | +- (commons-io:commons-io:jar:2.4:compile - omitted for conflict with 2.5) [INFO] | | | +- org.liquibase:liquibase-core:jar:3.5.3:compile [INFO] | | | | - (org.yaml:snakeyaml:jar:1.17:compile - omitted for conflict with 1.8) [INFO] | | | +- com.mattbertolini:liquibase-slf4j:jar:2.0.0:compile [INFO] | | | +- (com.smartbear:ready-api-soapui:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | - (com.google.guava:guava:jar:20.0:compile - omitted for duplicate) [INFO] | | +- com.smartbear:ready-api-license:jar:2.0.2:compile [INFO] | | | +- (com.smartbear:ready-api-soapui:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | +- (com.smartbear.utils.analytics:analytics-core:jar:2.3.6:compile - omitted for duplicate) [INFO] | | | +- (com.google.inject:guice:jar:4.1.0:compile - omitted for conflict with 3.0) [INFO] | | | +- protection:axis:jar:protection:compile [INFO] | | | +- protection:axis-ant:jar:protection:compile [INFO] | | | +- protection:jaxrpc:jar:protection:compile [INFO] | | | +- protection:jhall:jar:protection:compile [INFO] | | | +- protection:jug:jar:protection:compile [INFO] | | | +- protection:Protection:jar:4.6:compile [INFO] | | | +- protection:ProtectionPriv:jar:4.6:compile [INFO] | | | +- (com.netflix.governator:governator:jar:1.15.9:compile - omitted for duplicate) [INFO] | | | +- (commons-discovery:commons-discovery:jar:0.2:compile - omitted for duplicate) [INFO] | | | +- (com.google.code.gson:gson:jar:2.3.1:compile - omitted for conflict with 2.6.1) [INFO] | | | +- com.google.inject.extensions:guice-assistedinject:jar:4.1.0:compile [INFO] | | | | - (com.google.inject:guice:jar:4.1.0:compile - omitted for conflict with 3.0) [INFO] | | | +- (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | - (com.google.code.findbugs:jsr305:jar:2.0.0:compile - omitted for duplicate) [INFO] | | +- (net.sf.opencsv:opencsv:jar:2.3:compile - omitted for conflict with 2.0) [INFO] | | +- org.apache.commons:commons-csv:jar:1.1:compile [INFO] | | +- (com.google.inject:guice:jar:4.1.0:compile - omitted for conflict with 3.0) [INFO] | | +- net.sf.jasperreports:jasperreports:jar:4.0.1:compile [INFO] | | | +- (commons-beanutils:commons-beanutils:jar:1.8.0:compile - omitted for conflict with 1.9.2) [INFO] | | | +- (commons-collections:commons-collections:jar:2.1:compile - omitted for conflict with 3.2.2) [INFO] | | | +- (commons-digester:commons-digester:jar:1.7:compile - omitted for conflict with 1.8.1) [INFO] | | | +- (commons-logging:commons-logging:jar:1.0.2:compile - omitted for conflict with 1.2) [INFO] | | | +- com.lowagie:itext:jar:2.1.7:compile [INFO] | | | +- jfree:jcommon:jar:1.0.15:compile [INFO] | | | +- jfree:jfreechart:jar:1.0.12:compile [INFO] | | | | - (jfree:jcommon:jar:1.0.15:compile - omitted for duplicate) [INFO] | | | - eclipse:jdtcore:jar:3.1.0:compile [INFO] | | +- org.bouncycastle:bctsp-jdk15:jar:1.46:compile [INFO] | | | +- (org.bouncycastle:bcprov-jdk15:jar:1.46:compile - omitted for duplicate) [INFO] | | | - org.bouncycastle:bcmail-jdk15:jar:1.46:compile [INFO] | | | - (org.bouncycastle:bcprov-jdk15:jar:1.46:compile - omitted for duplicate) [INFO] | | +- (org.apache.poi:poi:jar:3.12:compile - omitted for conflict with 3.14) [INFO] | | +- (org.apache.poi:poi-ooxml:jar:3.12:compile - omitted for conflict with 3.14) [INFO] | | +- commons-discovery:commons-discovery:jar:0.2:compile [INFO] | | | - (commons-logging:commons-logging:jar:1.0.3:compile - omitted for conflict with 1.2) [INFO] | | +- idw:idw:jar:1.6.1:compile [INFO] | | +- jcalendar:jcalendar:jar:1.3.2:compile [INFO] | | +- eviware:reports:jar:1.0:compile [INFO] | | +- org.reflections:reflections:jar:0.9.9:compile [INFO] | | | +- (com.google.guava:guava:jar:15.0:compile - omitted for conflict with 20.0) [INFO] | | | +- org.javassist:javassist:jar:3.18.2-GA:compile [INFO] | | | - (com.google.code.findbugs:annotations:jar:2.0.1:compile - omitted for conflict with 2.0.0) [INFO] | | +- com.google.code.findbugs:annotations:jar:2.0.0:compile [INFO] | | +- com.google.code.findbugs:jsr305:jar:2.0.0:compile [INFO] | | +- net.java.dev.jna:jna:jar:4.1.0:compile [INFO] | | +- jide:jide-common:jar:3.6.6:compile [INFO] | | +- org.japura:japura:jar:1.18.3:compile [INFO] | | +- com.monitorjbl:xlsx-streamer:jar:0.2.10-fixed:compile [INFO] | | | +- (org.apache.poi:poi-ooxml:jar:3.13:compile - omitted for conflict with 3.12) [INFO] | | | - (org.slf4j:slf4j-api:jar:1.7.6:compile - omitted for conflict with 1.7.21) [INFO] | | - org.xhtmlrenderer:flying-saucer-pdf:jar:9.0.7:compile [INFO] | | +- (com.lowagie:itext:jar:2.1.7:compile - omitted for duplicate) [INFO] | | - org.xhtmlrenderer:flying-saucer-core:jar:9.0.7:compile [INFO] | +- com.smartbear:ready-api-soapui:jar:2.0.2:compile [INFO] | | +- com.smartbear:ready-api-core:jar:2.0.2:compile [INFO] | | | +- org.slf4j:slf4j-log4j12:jar:1.7.21:compile [INFO] | | | | +- (org.slf4j:slf4j-api:jar:1.7.21:compile - omitted for duplicate) [INFO] | | | | - (log4j:log4j:jar:1.2.17:compile - omitted for conflict with 1.2.14) [INFO] | | | +- (com.google.inject:guice:jar:4.1.0:compile - omitted for conflict with 3.0) [INFO] | | | +- com.google.inject.extensions:guice-multibindings:jar:4.1.0:compile [INFO] | | | | - (com.google.inject:guice:jar:4.1.0:compile - omitted for conflict with 3.0) [INFO] | | | +- org.codehaus.groovy:groovy-all:jar:2.4.4:compile [INFO] | | | +- json:json-lib:jar:2.2.2-jdk15-fixed:compile [INFO] | | | +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for conflict with 1.2) [INFO] | | | +- (commons-collections:commons-collections:jar:3.2.2:compile - omitted for duplicate) [INFO] | | | +- (commons-beanutils:commons-beanutils:jar:1.7.0:compile - omitted for conflict with 1.9.2) [INFO] | | | +- ezmorph:ezmorph:jar:1.0.5:compile [INFO] | | | +- com.jayway.jsonpath:json-path:jar:2.0.0:compile [INFO] | | | | +- (org.slf4j:slf4j-api:jar:1.7.10:compile - omitted for conflict with 1.7.21) [INFO] | | | | - net.minidev:json-smart:jar:2.1.1:compile [INFO] | | | +- xmlbeans:xbean:jar:fixed-2.4.0:compile [INFO] | | | +- xmlbeans:xbean_xpath:jar:2.4.0:compile [INFO] | | | +- saxon:saxon:jar:9.1.0.8j:compile [INFO] | | | +- saxon:saxon-dom:jar:9.1.0.8j:compile [INFO] | | | +- (xalan:xalan:jar:2.7.2:compile - omitted for duplicate) [INFO] | | | +- (com.google.guava:guava:jar:20.0:compile - omitted for duplicate) [INFO] | | | +- net.engio:mbassador:jar:1.1.10:compile [INFO] | | | +- com.miglayout:miglayout-core:jar:5.0:compile [INFO] | | | +- com.miglayout:miglayout-swing:jar:5.0:compile [INFO] | | | | - (com.miglayout:miglayout-core:jar:5.0:compile - omitted for duplicate) [INFO] | | | +- commons-lang:commons-lang:jar:2.6:compile [INFO] | | | +- (org.apache.commons:commons-lang3:jar:3.3.2:compile - omitted for conflict with 3.4) [INFO] | | | +- (jide:jide-common:jar:3.6.6:compile - omitted for duplicate) [INFO] | | | +- (com.smartbear.utils.analytics:analytics-core:jar:2.3.6:compile - omitted for duplicate) [INFO] | | | +- (junit:junit:jar:4.11:compile - omitted for conflict with 4.12) [INFO] | | | +- (commons-io:commons-io:jar:2.4:compile - omitted for conflict with 2.5) [INFO] | | | +- (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | - (com.google.code.findbugs:jsr305:jar:2.0.0:compile - omitted for duplicate) [INFO] | | +- (junit:junit:jar:4.11:compile - omitted for conflict with 4.12) [INFO] | | +- xmlbeans:xmlpublic:jar:2.4.0:compile [INFO] | | +- javax.xml.bind:jsr173_api:jar:1.0:compile [INFO] | | +- (com.google.guava:guava:jar:20.0:compile - omitted for duplicate) [INFO] | | +- (org.apache.commons:commons-lang3:jar:3.3.2:compile - omitted for conflict with 3.4) [INFO] | | +- (commons-io:commons-io:jar:2.4:compile - omitted for conflict with 2.5) [INFO] | | +- log4j:log4j:jar:1.2.14:compile [INFO] | | +- com.smartbear.utils.analytics:analytics-core:jar:2.3.6:compile [INFO] | | | +- (org.slf4j:slf4j-log4j12:jar:1.6.4:compile - omitted for conflict with 1.7.21) [INFO] | | | +- io.keen:keen-client-api-java:jar:2.0.2:compile [INFO] | | | | - (com.fasterxml.jackson.core:jackson-databind:jar:2.3.0:compile - omitted for conflict with 2.6.0) [INFO] | | | - com.mixpanel:mixpanel-java:jar:1.4.4:compile [INFO] | | | - org.json:json:jar:20090211:compile [INFO] | | +- com.smartbear.utils.analytics:out-app-analytics-provider:jar:2.3.6:compile [INFO] | | | - (com.smartbear.utils.analytics:analytics-core:jar:2.3.6:compile - omitted for duplicate) [INFO] | | +- com.jgoodies:looks:jar:2.2.0:compile [INFO] | | +- com.jgoodies:binding:jar:2.0.1:compile [INFO] | | +- com.fifesoft:languagesupport:jar:r795:compile [INFO] | | | +- (com.fifesoft:autocomplete:jar:2.0.7:compile - omitted for conflict with 2.5.0) [INFO] | | | +- (com.fifesoft:rsyntaxtextarea:jar:2.0.7:compile - omitted for conflict with 2.5.3) [INFO] | | | - (org.mozilla:rhino:jar:1.7R4:compile - omitted for duplicate) [INFO] | | +- com.fifesoft:autocomplete:jar:2.5.0:compile [INFO] | | | - (com.fifesoft:rsyntaxtextarea:jar:2.5.0:compile - omitted for conflict with 2.0.7) [INFO] | | +- com.fifesoft:rsyntaxtextarea:jar:2.5.3:compile [INFO] | | +- jetty:jetty:jar:6.1.26:compile [INFO] | | +- jetty:jetty-util:jar:6.1.26:compile [INFO] | | +- jetty:servlet-api:jar:2.5-20081211:compile [INFO] | | +- org.apache.ws.security:wss4j:jar:1.6.18:compile [INFO] | | | +- (commons-logging:commons-logging:jar:1.1.1:compile - omitted for conflict with 1.2) [INFO] | | | +- (org.apache.santuario:xmlsec:jar:1.5.8:compile - omitted for conflict with 1.4.8) [INFO] | | | - org.opensaml:opensaml:jar:2.5.1-1:compile [INFO] | | | - org.opensaml:openws:jar:1.4.2-1:compile [INFO] | | | - org.opensaml:xmltooling:jar:1.3.2-1:compile [INFO] | | | +- (org.slf4j:slf4j-api:jar:1.6.1:compile - omitted for conflict with 1.7.21) [INFO] | | | +- (joda-time:joda-time:jar:1.6.2:compile - omitted for conflict with 2.7) [INFO] | | | - (org.apache.santuario:xmlsec:jar:1.4.4:compile - omitted for conflict with 1.5.8) [INFO] | | +- (net.sourceforge.htmlunit:htmlunit:jar:2.7:compile - omitted for conflict with 2.21) [INFO] | | +- org.w3c.css:sac:jar:1.3:compile [INFO] | | +- (net.sourceforge.htmlunit:htmlunit-core-js:jar:2.7:compile - omitted for conflict with 2.17) [INFO] | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - omitted for duplicate) [INFO] | | +- (org.apache.httpcomponents:httpmime:jar:4.5.1:compile - omitted for conflict with 4.5.2) [INFO] | | +- org.apache.httpcomponents:httpclient-cache:jar:4.5.1:compile [INFO] | | | +- (org.apache.httpcomponents:httpclient:jar:4.5.1:compile - omitted for conflict with 4.5.2) [INFO] | | | - (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate) [INFO] | | +- (org.apache.httpcomponents:httpcore:jar:4.4.3:compile - omitted for conflict with 4.4.4) [INFO] | | +- org.apache.httpcomponents:httpcore-nio:jar:4.4.3:compile [INFO] | | | - (org.apache.httpcomponents:httpcore:jar:4.4.3:compile - omitted for conflict with 4.4.4) [INFO] | | +- org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:jar:0.31:compile [INFO] | | | +- org.apache.oltu.oauth2:org.apache.oltu.oauth2.common:jar:0.31:compile [INFO] | | | | +- (org.codehaus.jettison:jettison:jar:1.2:compile - omitted for duplicate) [INFO] | | | | +- (commons-codec:commons-codec:jar:1.8:compile - omitted for conflict with 1.10) [INFO] | | | | - (org.slf4j:slf4j-api:jar:1.6.1:compile - omitted for conflict with 1.7.21) [INFO] | | | +- org.codehaus.jettison:jettison:jar:1.2:compile [INFO] | | | - (org.slf4j:slf4j-api:jar:1.6.1:compile - omitted for conflict with 1.7.21) [INFO] | | +- org.apache.oltu.oauth2:org.apache.oltu.oauth2.httpclient4:jar:0.31:compile [INFO] | | | +- (org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:jar:0.31:compile - omitted for duplicate) [INFO] | | | +- (org.apache.httpcomponents:httpclient:jar:4.2.5:compile - omitted for conflict with 4.5.2) [INFO] | | | - (org.slf4j:slf4j-api:jar:1.6.1:compile - omitted for conflict with 1.7.21) [INFO] | | +- org.apache.oltu.oauth2:org.apache.oltu.oauth2.jwt:jar:1.0.1:compile [INFO] | | | +- org.apache.oltu.commons:org.apache.oltu.commons.encodedtoken:jar:1.0.0:compile [INFO] | | | | - (commons-codec:commons-codec:jar:1.8:compile - omitted for conflict with 1.10) [INFO] | | | +- org.apache.oltu.commons:org.apache.oltu.commons.json:jar:1.0.0:compile [INFO] | | | | - (org.json:json:jar:20131018:compile - omitted for conflict with 20090211) [INFO] | | | +- org.apache.oltu.oauth2:org.apache.oltu.oauth2.authzserver:jar:1.0.0:compile [INFO] | | | | +- (org.apache.oltu.oauth2:org.apache.oltu.oauth2.common:jar:1.0.0:compile - omitted for conflict with 0.31) [INFO] | | | | +- (org.json:json:jar:20131018:compile - omitted for conflict with 20090211) [INFO] | | | | - (org.slf4j:slf4j-api:jar:1.6.1:compile - omitted for conflict with 1.7.21) [INFO] | | | +- (org.apache.oltu.oauth2:org.apache.oltu.oauth2.common:jar:1.0.1:compile - omitted for conflict with 0.31) [INFO] | | | - (org.slf4j:slf4j-api:jar:1.7.7:compile - omitted for conflict with 1.7.21) [INFO] | | +- com.google.oauth-client:google-oauth-client:jar:1.21.0:compile [INFO] | | | +- com.google.http-client:google-http-client:jar:1.21.0:compile [INFO] | | | | +- (com.google.code.findbugs:jsr305:jar:1.3.9:compile - omitted for conflict with 2.0.0) [INFO] | | | | - (org.apache.httpcomponents:httpclient:jar:4.0.1:compile - omitted for conflict with 4.5.2) [INFO] | | | - (com.google.code.findbugs:jsr305:jar:1.3.9:compile - omitted for conflict with 2.0.0) [INFO] | | +- org.apache.maven:maven-plugin-api:jar:2.0:compile [INFO] | | +- javax.activation:activation:jar:1.1:compile [INFO] | | +- javax.mail:mail:jar:1.4:compile [INFO] | | | - (javax.activation:activation:jar:1.1:compile - omitted for duplicate) [INFO] | | +- wsdl4j:wsdl4j:jar:1.6.2-fixed:compile [INFO] | | +- commons-ssl:not-yet-commons-ssl:jar:0.3.17:compile [INFO] | | +- commons-cli:commons-cli:jar:1.3.1:compile [INFO] | | +- xom:xom:jar:1.1:compile [INFO] | | | +- xerces:xmlParserAPIs:jar:2.6.2:compile [INFO] | | | +- (xalan:xalan:jar:2.7.0:compile - omitted for conflict with 2.7.2) [INFO] | | | +- (xom:xom:jar:1.0b3:compile - omitted for cycle) [INFO] | | | - jaxen:jaxen:jar:1.1-beta-8:compile [INFO] | | | +- (jaxen:jaxen:jar:1.1-beta-6:compile - omitted for cycle) [INFO] | | | +- dom4j:dom4j:jar:1.6.1:compile [INFO] | | | +- (jaxen:jaxen:jar:1.0-FCS:compile - omitted for cycle) [INFO] | | | +- jdom:jdom:jar:1.0:compile [INFO] | | | - (xerces:xmlParserAPIs:jar:2.6.2:compile - omitted for duplicate) [INFO] | | +- swingx:swingx:jar:soapui:compile [INFO] | | +- (commons-codec:commons-codec:jar:1.6:compile - omitted for conflict with 1.10) [INFO] | | +- org.mozilla:rhino:jar:1.7R4:compile [INFO] | | +- xmlunit:xmlunit:jar:1.2:compile [INFO] | | +- org.bouncycastle:bcprov-jdk15:jar:1.46:compile [INFO] | | +- jtidy:jtidy:jar:r872-jdk15:compile [INFO] | | +- javax.jms:jms:jar:1.1:compile [INFO] | | +- hermesjms:hermes:jar:1.14:compile [INFO] | | +- amf:flex-messaging-common:jar:1.0:compile [INFO] | | +- amf:flex-messaging-core:jar:1.0:compile [INFO] | | +- amf:flex-messaging-opt:jar:1.0:compile [INFO] | | +- amf:flex-messaging-proxy:jar:1.0:compile [INFO] | | +- amf:flex-messaging-remoting:jar:1.0:compile [INFO] | | +- thoughtworks:xstream:jar:1.3.1:compile [INFO] | | +- (net.sourceforge.cssparser:cssparser:jar:0.9.5:compile - omitted for conflict with 0.9.18) [INFO] | | +- net.sourceforge.nekohtml:nekohtml:jar:1.9.14:compile [INFO] | | | - (xerces:xercesImpl:jar:2.9.1:compile - omitted for conflict with 2.11.0) [INFO] | | +- org.samba.jcifs:jcifs:jar:1.2.9:compile [INFO] | | +- l2fprod:l2fprod-common-fontchooser:jar:7.3:compile [INFO] | | +- org.apache.santuario:xmlsec:jar:1.4.8:compile [INFO] | | | - (commons-logging:commons-logging:jar:1.1:compile - omitted for conflict with 1.2) [INFO] | | +- org.apache.xerces:xml-apis:jar:2.9.1:compile [INFO] | | +- (xalan:serializer:jar:2.7.2:compile - omitted for duplicate) [INFO] | | +- gnu.cajo:cajo:jar:1.142:compile [INFO] | | +- org.apache.ws.commons.util:ws-commons-util:jar:1.0.2:compile [INFO] | | | - (junit:junit:jar:3.8.1:compile - omitted for conflict with 4.12) [INFO] | | +- com.btr:proxy-vole:jar:20131209:compile [INFO] | | +- (com.google.inject:guice:jar:4.1.0:compile - omitted for conflict with 3.0) [INFO] | | +- edu.vt.middleware:vt-password:jar:3.1.2:compile [INFO] | | | +- edu.vt.middleware:vt-dictionary:jar:3.0:compile [INFO] | | | - edu.vt.middleware:vt-crypt:jar:2.1.4:compile [INFO] | | | +- (org.bouncycastle:bcprov-jdk15:jar:1.45:compile - omitted for conflict with 1.46) [INFO] | | | +- (commons-cli:commons-cli:jar:1.2:compile - omitted for conflict with 1.3.1) [INFO] | | | - (commons-logging:commons-logging:jar:1.1.1:compile - omitted for conflict with 1.2) [INFO] | | +- (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | +- (com.google.code.findbugs:jsr305:jar:2.0.0:compile - omitted for duplicate) [INFO] | | +- commons-httpclient:commons-httpclient:jar:3.1:compile [INFO] | | | +- (commons-logging:commons-logging:jar:1.0.4:compile - omitted for conflict with 1.2) [INFO] | | | - (commons-codec:commons-codec:jar:1.2:compile - omitted for conflict with 1.10) [INFO] | | +- org.raml:raml-parser:jar:0.9-20150213:compile [INFO] | | | +- (org.yaml:snakeyaml:jar:1.13:compile - omitted for conflict with 1.8) [INFO] | | | +- (commons-io:commons-io:jar:2.4:compile - omitted for conflict with 2.5) [INFO] | | | +- (commons-lang:commons-lang:jar:2.6:compile - omitted for duplicate) [INFO] | | | +- (commons-validator:commons-validator:jar:1.3.1:compile - omitted for conflict with 1.5.0) [INFO] | | | +- (org.slf4j:slf4j-api:jar:1.7.5:compile - omitted for conflict with 1.7.21) [INFO] | | | +- (org.slf4j:slf4j-log4j12:jar:1.7.5:compile - omitted for conflict with 1.7.21) [INFO] | | | +- com.github.fge:json-schema-validator:jar:2.2.6:compile [INFO] | | | | +- (com.google.code.findbugs:jsr305:jar:3.0.0:compile - omitted for conflict with 2.0.0) [INFO] | | | | +- (joda-time:joda-time:jar:2.3:compile - omitted for conflict with 2.7) [INFO] | | | | +- com.googlecode.libphonenumber:libphonenumber:jar:6.2:compile [INFO] | | | | +- com.github.fge:json-schema-core:jar:1.2.5:compile [INFO] | | | | | +- com.github.fge:uri-template:jar:0.9:compile [INFO] | | | | | | +- com.github.fge:msg-simple:jar:1.1:compile [INFO] | | | | | | | +- com.github.fge:btf:jar:1.2:compile [INFO] | | | | | | | | - (com.google.code.findbugs:jsr305:jar:2.0.1:compile - omitted for conflict with 2.0.0) [INFO] | | | | | | | - (com.google.code.findbugs:jsr305:jar:2.0.1:compile - omitted for conflict with 2.0.0) [INFO] | | | | | | +- (com.google.guava:guava:jar:16.0.1:compile - omitted for conflict with 20.0) [INFO] | | | | | | - (com.google.code.findbugs:jsr305:jar:2.0.1:compile - omitted for conflict with 2.0.0) [INFO] | | | | | +- com.github.fge:jackson-coreutils:jar:1.8:compile [INFO] | | | | | | +- (com.github.fge:msg-simple:jar:1.1:compile - omitted for duplicate) [INFO] | | | | | | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.2.3:compile - omitted for conflict with 2.3.0) [INFO] | | | | | | +- (com.google.guava:guava:jar:16.0.1:compile - omitted for conflict with 20.0) [INFO] | | | | | | - (com.google.code.findbugs:jsr305:jar:2.0.1:compile - omitted for conflict with 2.0.0) [INFO] | | | | | +- (org.mozilla:rhino:jar:1.7R4:compile - omitted for duplicate) [INFO] | | | | | - (com.google.code.findbugs:jsr305:jar:2.0.1:compile - omitted for conflict with 2.0.0) [INFO] | | | | +- javax.mail:mailapi:jar:1.4.3:compile [INFO] | | | | | - (javax.activation:activation:jar:1.1:compile - omitted for duplicate) [INFO] | | | | - net.sf.jopt-simple:jopt-simple:jar:4.6:compile [INFO] | | | +- com.fasterxml.jackson.module:jackson-module-jsonSchema:jar:2.4.4:compile [INFO] | | | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.4.0:compile - omitted for conflict with 2.6.0) [INFO] | | | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.4.4:compile - omitted for conflict with 2.6.0) [INFO] | | | | - (com.fasterxml.jackson.core:jackson-databind:jar:2.4.4:compile - omitted for conflict with 2.3.0) [INFO] | | | - com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3:compile [INFO] | | +- net.sf.jacob-project:jacob:jar:1.14.3:compile [INFO] | | +- com.smartbear:har-java:jar:1.0.0:compile [INFO] | | | +- com.fasterxml.jackson.core:jackson-core:jar:2.6.0:compile [INFO] | | | +- com.fasterxml.jackson.core:jackson-annotations:jar:2.6.0:compile [INFO] | | | +- com.fasterxml.jackson.core:jackson-databind:jar:2.6.0:compile [INFO] | | | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.6.0:compile - omitted for duplicate) [INFO] | | | | - (com.fasterxml.jackson.core:jackson-core:jar:2.6.0:compile - omitted for duplicate) [INFO] | | | - (org.apache.commons:commons-lang3:jar:3.4:compile - omitted for duplicate) [INFO] | | +- io.swagger:swagger-core:jar:1.5.12:compile [INFO] | | | +- (org.apache.commons:commons-lang3:jar:3.2.1:compile - omitted for conflict with 3.4) [INFO] | | | +- (org.slf4j:slf4j-api:jar:1.6.3:compile - omitted for conflict with 1.7.21) [INFO] | | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.4:compile - omitted for conflict with 2.6.0) [INFO] | | | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.8.4:compile - omitted for conflict with 2.6.0) [INFO] | | | +- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.8.4:compile [INFO] | | | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.8.4:compile - omitted for conflict with 2.6.0) [INFO] | | | | - (org.yaml:snakeyaml:jar:1.15:compile - omitted for conflict with 1.8) [INFO] | | | +- io.swagger:swagger-models:jar:1.5.12:compile [INFO] | | | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.4:compile - omitted for conflict with 2.6.0) [INFO] | | | | +- (org.slf4j:slf4j-api:jar:1.6.3:compile - omitted for conflict with 1.7.21) [INFO] | | | | - io.swagger:swagger-annotations:jar:1.5.12:compile [INFO] | | | +- (com.google.guava:guava:jar:18.0:compile - omitted for conflict with 20.0) [INFO] | | | - (javax.validation:validation-api:jar:1.1.0.Final:compile - omitted for duplicate) [INFO] | | - (com.google.code.gson:gson:jar:2.3.1:compile - omitted for conflict with 2.6.1) [INFO] | +- com.smartbear:ready-api-runners:jar:2.0.2:compile [INFO] | | +- (com.smartbear:ready-api-db:jar:2.0.2:compile - omitted for duplicate) [INFO] | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | +- (com.smartbear:ready-api-soapui-pro:jar:2.0.2:compile - omitted for duplicate) [INFO] | | +- com.smartbear:ready-api-service-v:jar:2.0.2:compile [INFO] | | | +- (com.google.inject.extensions:guice-assistedinject:jar:4.1.0:compile - omitted for duplicate) [INFO] | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | +- (com.smartbear:ready-api-soapui-pro:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | +- com.smartbear:ready-api-service-v-core:jar:2.0.2:compile [INFO] | | | | +- (com.smartbear:ready-api-soapui-pro:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:har-java:jar:1.0.0:compile - omitted for duplicate) [INFO] | | | | +- (com.google.guava:guava:jar:20.0:compile - omitted for duplicate) [INFO] | | | | +- com.smartbear:ready-api-jdbc-virts:jar:2.0.2:compile [INFO] | | | | | - (org.apache.mina:mina-core:jar:2.0.9:compile - omitted for duplicate) [INFO] | | | | +- (org.codehaus.groovy:groovy-all:jar:2.4.4:compile - omitted for duplicate) [INFO] | | | | - org.apache.mina:mina-core:jar:2.0.9:compile [INFO] | | | | - (org.slf4j:slf4j-api:jar:1.7.7:compile - omitted for conflict with 1.7.21) [INFO] | | | +- (org.japura:japura:jar:1.18.3:compile - omitted for duplicate) [INFO] | | | +- (org.codehaus.groovy:groovy-all:jar:2.4.4:compile - omitted for duplicate) [INFO] | | | +- org.glassfish.jersey.core:jersey-client:jar:2.24:compile [INFO] | | | | +- javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile [INFO] | | | | +- org.glassfish.jersey.core:jersey-common:jar:2.24:compile [INFO] | | | | | +- (javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile - omitted for duplicate) [INFO] | | | | | +- javax.annotation:javax.annotation-api:jar:1.2:compile [INFO] | | | | | +- org.glassfish.jersey.bundles.repackaged:jersey-guava:jar:2.24:compile [INFO] | | | | | +- (org.glassfish.hk2:hk2-api:jar:2.5.0-b05:compile - omitted for duplicate) [INFO] | | | | | +- (org.glassfish.hk2.external:javax.inject:jar:2.5.0-b05:compile - omitted for duplicate) [INFO] | | | | | +- (org.glassfish.hk2:hk2-locator:jar:2.5.0-b05:compile - omitted for duplicate) [INFO] | | | | | - org.glassfish.hk2:osgi-resource-locator:jar:1.0.1:compile [INFO] | | | | +- org.glassfish.hk2:hk2-api:jar:2.5.0-b05:compile [INFO] | | | | | +- org.glassfish.hk2:hk2-utils:jar:2.5.0-b05:compile [INFO] | | | | | - org.glassfish.hk2.external:aopalliance-repackaged:jar:2.5.0-b05:compile [INFO] | | | | +- org.glassfish.hk2.external:javax.inject:jar:2.5.0-b05:compile [INFO] | | | | - org.glassfish.hk2:hk2-locator:jar:2.5.0-b05:compile [INFO] | | | | +- (org.glassfish.hk2.external:javax.inject:jar:2.5.0-b05:compile - omitted for duplicate) [INFO] | | | | +- (org.glassfish.hk2.external:aopalliance-repackaged:jar:2.5.0-b05:compile - omitted for duplicate) [INFO] | | | | +- (org.glassfish.hk2:hk2-api:jar:2.5.0-b05:compile - omitted for duplicate) [INFO] | | | | +- (org.glassfish.hk2:hk2-utils:jar:2.5.0-b05:compile - omitted for duplicate) [INFO] | | | | - (org.javassist:javassist:jar:3.20.0-GA:compile - omitted for conflict with 3.18.2-GA) [INFO] | | | +- org.glassfish.jersey.media:jersey-media-json-jackson:jar:2.24:compile [INFO] | | | | +- (org.glassfish.jersey.core:jersey-common:jar:2.24:compile - omitted for duplicate) [INFO] | | | | +- org.glassfish.jersey.ext:jersey-entity-filtering:jar:2.24:compile [INFO] | | | | | - (javax.ws.rs:javax.ws.rs-api:jar:2.0.1:compile - omitted for duplicate) [INFO] | | | | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.5.4:compile [INFO] | | | | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.5.4:compile - omitted for conflict with 2.6.0) [INFO] | | | | | - (com.fasterxml.jackson.core:jackson-databind:jar:2.5.4:compile - omitted for conflict with 2.6.0) [INFO] | | | | +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.5.4:compile [INFO] | | | | | +- (com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.5.4:compile - omitted for duplicate) [INFO] | | | | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.5.4:compile - omitted for conflict with 2.6.0) [INFO] | | | | | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.5.4:compile - omitted for conflict with 2.6.0) [INFO] | | | | | - com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.5.4:compile [INFO] | | | | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.5.4:compile - omitted for conflict with 2.6.0) [INFO] | | | | | - (com.fasterxml.jackson.core:jackson-databind:jar:2.5.4:compile - omitted for conflict with 2.6.0) [INFO] | | | | - (com.fasterxml.jackson.core:jackson-annotations:jar:2.5.4:compile - omitted for conflict with 2.6.0) [INFO] | | | +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.8.5:compile [INFO] | | | | +- (com.fasterxml.jackson.core:jackson-annotations:jar:2.8.5:compile - omitted for conflict with 2.6.0) [INFO] | | | | +- (com.fasterxml.jackson.core:jackson-core:jar:2.8.5:compile - omitted for conflict with 2.6.0) [INFO] | | | | - (com.fasterxml.jackson.core:jackson-databind:jar:2.8.5:compile - omitted for conflict with 2.6.0) [INFO] | | | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile [INFO] | | | | - org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile [INFO] | | | +- com.smartbear:ready-api-module-base:jar:2.0.2:compile [INFO] | | | | +- (com.smartbear:ready-api-soapui-pro:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | - (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | +- (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | - (com.google.code.findbugs:jsr305:jar:2.0.0:compile - omitted for duplicate) [INFO] | | +- com.smartbear:loadui-cmd-base:jar:2.0.2:compile [INFO] | | | +- com.smartbear:loadui-api:jar:2.0.2:compile [INFO] | | | | +- (com.smartbear:ready-api-soapui-pro:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- commons-net:commons-net:jar:2.0:compile [INFO] | | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | - (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | +- com.smartbear:loadui-base:jar:2.0.2:compile [INFO] | | | | +- (org.codehaus.groovy:groovy-all:jar:2.4.4:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:loadui-api:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:loadui-utils:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:ready-api-soapui-pro:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- com.smartbear:loadui-test-utils:jar:2.0.2:compile [INFO] | | | | | +- (com.smartbear:loadui-api:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | | +- org.hamcrest:hamcrest-all:jar:1.3:compile [INFO] | | | | | +- (com.smartbear:loadui-utils:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | | +- (junit:junit:jar:4.11:compile - omitted for conflict with 4.12) [INFO] | | | | | +- org.mockito:mockito-all:jar:1.9.5:compile [INFO] | | | | | +- (org.apache.httpcomponents:httpcore:jar:4.4.3:compile - omitted for conflict with 4.4.4) [INFO] | | | | | +- (org.apache.httpcomponents:httpclient:jar:4.5.2:compile - omitted for duplicate) [INFO] | | | | | +- org.apache.httpcomponents:httpasyncclient:jar:4.1:compile [INFO] | | | | | | +- (org.apache.httpcomponents:httpcore:jar:4.4.1:compile - omitted for conflict with 4.4.4) [INFO] | | | | | | +- (org.apache.httpcomponents:httpcore-nio:jar:4.4.1:compile - omitted for conflict with 4.4.3) [INFO] | | | | | | +- (org.apache.httpcomponents:httpclient:jar:4.4.1:compile - omitted for conflict with 4.5.2) [INFO] | | | | | | - (commons-logging:commons-logging:jar:1.2:compile - omitted for duplicate) [INFO] | | | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | | - (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | | +- org.springframework:spring-context:jar:4.1.6.RELEASE:compile [INFO] | | | | | +- org.springframework:spring-aop:jar:4.1.6.RELEASE:compile [INFO] | | | | | | +- (aopalliance:aopalliance:jar:1.0:compile - omitted for duplicate) [INFO] | | | | | | +- (org.springframework:spring-beans:jar:4.1.6.RELEASE:compile - omitted for duplicate) [INFO] | | | | | | - (org.springframework:spring-core:jar:4.1.6.RELEASE:compile - omitted for duplicate) [INFO] | | | | | +- (org.springframework:spring-beans:jar:4.1.6.RELEASE:compile - omitted for duplicate) [INFO] | | | | | +- (org.springframework:spring-core:jar:4.1.6.RELEASE:compile - omitted for duplicate) [INFO] | | | | | - org.springframework:spring-expression:jar:4.1.6.RELEASE:compile [INFO] | | | | | - (org.springframework:spring-core:jar:4.1.6.RELEASE:compile - omitted for duplicate) [INFO] | | | | +- (org.apache.xmlbeans:xmlbeans:jar:2.4.0:compile - omitted for conflict with 2.6.0) [INFO] | | | | +- org.apache.ivy:ivy:jar:2.3.0:compile [INFO] | | | | +- (com.google.inject.extensions:guice-assistedinject:jar:4.1.0:compile - omitted for duplicate) [INFO] | | | | +- (com.netflix.governator:governator:jar:1.15.9:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | - (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | +- com.smartbear:loadui-utils:jar:2.0.2:compile [INFO] | | | | +- (org.codehaus.groovy:groovy-all:jar:2.4.4:compile - omitted for duplicate) [INFO] | | | | +- (com.google.guava:guava:jar:20.0:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:loadui-api:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (commons-discovery:commons-discovery:jar:0.2:compile - omitted for duplicate) [INFO] | | | | +- (commons-cli:commons-cli:jar:1.3.1:compile - omitted for duplicate) [INFO] | | | | +- commons-math:commons-math:jar:1.2:compile [INFO] | | | | +- (commons-codec:commons-codec:jar:1.6:compile - omitted for conflict with 1.10) [INFO] | | | | +- (org.jsoup:jsoup:jar:1.6.1:compile - omitted for conflict with 1.9.2) [INFO] | | | | +- com.amazonaws:aws-java-sdk-core:jar:1.10.14:compile [INFO] | | | | | +- (commons-logging:commons-logging:jar:1.1.3:compile - omitted for conflict with 1.2) [INFO] | | | | | +- (org.apache.httpcomponents:httpclient:jar:4.3.6:compile - omitted for conflict with 4.5.2) [INFO] | | | | | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.5.3:compile - omitted for conflict with 2.6.0) [INFO] | | | | | - (joda-time:joda-time:jar:2.8.1:compile - omitted for conflict with 2.7) [INFO] | | | | +- com.amazonaws:aws-java-sdk-ec2:jar:1.10.14:compile [INFO] | | | | | - (com.amazonaws:aws-java-sdk-core:jar:1.10.14:compile - omitted for duplicate) [INFO] | | | | +- (jide:jide-common:jar:3.6.6:compile - omitted for duplicate) [INFO] | | | | +- jide:jide-charts:jar:3.6.6:compile [INFO] | | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | - (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | +- com.smartbear:loadui-store-h2:jar:2.0.2:compile [INFO] | | | | +- (com.smartbear:loadui-api:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:loadui-utils:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (com.h2database:h2:jar:1.3.176:compile - omitted for duplicate) [INFO] | | | | +- (commons-codec:commons-codec:jar:1.6:compile - omitted for conflict with 1.10) [INFO] | | | | +- (com.smartbear:ready-api-soapui:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | - (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | +- com.smartbear:loadui-controller-base:jar:2.0.2:compile [INFO] | | | | +- javax.servlet:com.springsource.javax.servlet:jar:2.5.0:compile [INFO] | | | | +- (com.smartbear:loadui-api:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:loadui-utils:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (org.codehaus.groovy:groovy-all:jar:2.4.4:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:loadui-reporting:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- com.smartbear:loadui-pro-agent-base:jar:2.0.2:compile [INFO] | | | | | +- (com.smartbear:loadui-api:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | | +- (com.smartbear:loadui-base:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | | +- (com.smartbear:loadui-utils:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | | +- (org.springframework:spring-context:jar:4.1.6.RELEASE:compile - omitted for duplicate) [INFO] | | | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | | - (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | - (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | +- com.smartbear:loadui-reporting:jar:2.0.2:compile [INFO] | | | | +- (com.smartbear:loadui-base:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:loadui-api:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:loadui-utils:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (commons-discovery:commons-discovery:jar:0.2:compile - omitted for duplicate) [INFO] | | | | +- (net.sf.jasperreports:jasperreports:jar:4.0.1:compile - omitted for duplicate) [INFO] | | | | +- (org.bouncycastle:bctsp-jdk15:jar:1.46:compile - omitted for duplicate) [INFO] | | | | +- (jide:jide-common:jar:3.6.6:compile - omitted for duplicate) [INFO] | | | | +- (jide:jide-charts:jar:3.6.6:compile - omitted for duplicate) [INFO] | | | | +- (commons-digester:commons-digester:jar:2.1:compile - omitted for conflict with 1.8.1) [INFO] | | | | +- (commons-beanutils:commons-beanutils:jar:1.8.3:compile - omitted for conflict with 1.9.2) [INFO] | | | | +- (commons-collections:commons-collections:jar:3.2.2:compile - omitted for duplicate) [INFO] | | | | +- (eclipse:jdtcore:jar:3.2.0.v_658:compile - omitted for conflict with 3.1.0) [INFO] | | | | +- (com.lowagie:itext:jar:2.1.7:compile - omitted for duplicate) [INFO] | | | | +- (org.bouncycastle:bcmail-jdk15:jar:1.46:compile - omitted for duplicate) [INFO] | | | | +- (net.sourceforge.jexcelapi:jxl:jar:2.6.12:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | - (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | +- com.smartbear:loadui-pro-socket-client:jar:2.0.2:compile [INFO] | | | | +- (com.smartbear:loadui-utils:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (commons-ssl:not-yet-commons-ssl:jar:0.3.17:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | - (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | +- com.smartbear:loadui-soapui-runner:jar:2.0.2:compile [INFO] | | | | +- (com.smartbear:loadui-api:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:loadui-base:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:ready-api-soapui-pro:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- com.smartbear:loadui-component:jar:2.0.2:compile [INFO] | | | | | +- (com.smartbear:loadui-api:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | | +- (com.smartbear:loadui-utils:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | | +- (com.smartbear:loadui-test-utils:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | | +- (com.smartbear:ready-api-soapui:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | | - (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | - (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | +- com.smartbear:loadui-pro-base:jar:2.0.2:compile [INFO] | | | | +- (com.smartbear:loadui-api:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- (com.smartbear:loadui-base:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | +- org.snmp4j:snmp4j-agent:jar:1.3.1:compile [INFO] | | | | | - (org.snmp4j:snmp4j:jar:1.10.1:compile - omitted for duplicate) [INFO] | | | | +- org.snmp4j:snmp4j:jar:1.10.1:compile [INFO] | | | | | - (log4j:log4j:jar:1.2.9:compile - omitted for conflict with 1.2.14) [INFO] | | | | +- (net.sf.opencsv:opencsv:jar:2.3:compile - omitted for conflict with 2.0) [INFO] | | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | | - (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | | +- (com.smartbear:ready-api-core:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | - (com.google.code.findbugs:annotations:jar:2.0.0:compile - omitted for duplicate) [INFO] | | +- com.smartbear:ready-api-testserver-api:jar:2.0.2:compile [INFO] | | | +- (com.smartbear:ready-api-soapui-pro:jar:2.0.2:compile - omitted for duplicate) [INFO] | | | +- (com.google.code.gson:gson:jar:2.3.1:compile - omitted for conflict with 2.6.1) [INFO] | | | - io.swagger:swagger-jersey2-jaxrs:jar:1.5.12:compile [INFO] | | | +- io.swagger:swagger-jaxrs:jar:1.5.12:compile [INFO] | | | | +- (com.fasterxml.jackson.core:jackson-databind:jar:2.8.4:compile - omitted for conflict with 2.6.0) [INFO] | | | | +- (io.swagger:swagger-core:jar:1.5.12:compile - omitted for duplicate) [INFO] | | | | +- (org.reflections:reflections:jar:0.9.10:compile - omitted for conflict with 0.9.9) [INFO] | | | | - (com.google.guava:guava:jar:18.0:compile - omitted for conflict with 20.0) [INFO] | | | +- org.glassfish.jersey.containers:jersey-container-servlet-core:jar:2.1:compile [INFO] | | | | +- (org.glassfish.hk2.external:javax.inject:jar:2.2.0-b10:compile - omitted for conflict with 2.5.0-b05) [INFO] | | | | +- org.glassfish.jersey.core:jersey-server:jar:2.1:compile [INFO] | | | | | +- (org.glassfish.jersey.core:jersey-common:jar:2.1:compile - omitted for conflict with 2.24) [INFO] | | | | | +- (org.glassfish.jersey.core:jersey-client:jar:2.1:compile - omitted for conflict with 2.24) [INFO] | | | | | +- (javax.ws.rs:javax.ws.rs-api:jar:2.0:compile - omitted for conflict with 2.0.1) [INFO] | | | | | +- (org.glassfish.hk2:hk2-api:jar:2.2.0-b10:compile - omitted for conflict with 2.5.0-b05) [INFO] | | | | | +- (org.glassfish.hk2.external:javax.inject:jar:2.2.0-b10:compile - omitted for conflict with 2.5.0-b05) [INFO] | | | | | +- (org.glassfish.hk2:hk2-locator:jar:2.2.0-b10:compile - omitted for conflict with 2.5.0-b05) [INFO] | | | | | - (javax.validation:validation-api:jar:1.1.0.Final:compile - omitted for duplicate) [INFO] | | | | +- (org.glassfish.jersey.core:jersey-common:jar:2.1:compile - omitted for conflict with 2.24) [INFO] | | | | - (javax.ws.rs:javax.ws.rs-api:jar:2.0:compile - omitted for conflict with 2.0.1) [INFO] | | | - org.glassfish.jersey.media:jersey-media-multipart:jar:2.1:compile [INFO] | | | +- (org.glassfish.hk2.external:javax.inject:jar:2.2.0-b10:compile - omitted for conflict with 2.5.0-b05) [INFO] | | | +- (org.glassfish.jersey.core:jersey-server:jar:2.1:compile - omitted for duplicate) [INFO] | | | - org.jvnet.mimepull:mimepull:jar:1.8:compile [INFO] | | +- (com.google.inject:guice:jar:4.1.0:compile - omitted for conflict with 3.0) [INFO] | | +- com.netflix.governator:governator:jar:1.15.9:compile [INFO] | | | +- com.netflix.governator:governator-api:jar:1.15.9:runtime [INFO] | | | | - (javax.inject:javax.inject:jar:1:runtime - omitted for duplicate) [INFO] | | | +- com.netflix.governator:governator-core:jar:1.15.9:runtime [INFO] | | | | +- (com.netflix.governator:governator-api:jar:1.15.9:runtime - omitted for duplicate) [INFO] | | | | +- (javax.inject:javax.inject:jar:1:runtime - omitted for duplicate) [INFO] | | | | +- (org.slf4j:slf4j-api:jar:1.7.2:runtime - omitted for conflict with 1.7.21) [INFO] | | | | +- (com.google.inject:guice:jar:4.1.0:runtime - omitted for conflict with 3.0) [INFO] | | | | +- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:runtime - omitted for duplicate) [INFO] | | | | - com.google.inject.extensions:guice-grapher:jar:4.1.0:runtime [INFO] | | | | +- (com.google.inject.extensions:guice-assistedinject:jar:4.1.0:runtime - omitted for duplicate) [INFO] | | | | +- (com.google.inject.extensions:guice-multibindings:jar:4.1.0:runtime - omitted for duplicate) [INFO] | | | | - (com.google.inject:guice:jar:4.1.0:runtime - omitted for conflict with 3.0) [INFO] | | | +- (org.hibernate:hibernate-validator:jar:4.1.0.Final:runtime - omitted for conflict with 5.1.1.Final) [INFO] | | | +- (org.ow2.asm:asm:jar:5.0.4:runtime - omitted for conflict with 5.0.3) [INFO] | | | - (com.fasterxml.jackson.core:jackson-databind:jar:2.4.3:runtime - omitted for conflict with 2.6.0) [INFO] | | - (org.apache.commons:commons-csv:jar:1.1:compile - omitted for duplicate) [INFO] | - (com.google.guava:guava:jar:20.0:compile - omitted for duplicate) [INFO] +- junit:junit:jar:4.12:test (scope not updated to compile) [INFO] | - (org.hamcrest:hamcrest-core:jar:1.3:test - omitted for duplicate) [INFO] +- org.assertj:assertj-core:jar:3.8.0:compile [INFO] +- org.apache.poi:poi-ooxml:jar:3.14:compile [INFO] | +- org.apache.poi:poi:jar:3.14:compile [INFO] | | - (commons-codec:commons-codec:jar:1.10:compile - omitted for duplicate) [INFO] | +- org.apache.poi:poi-ooxml-schemas:jar:3.14:compile [INFO] | | - org.apache.xmlbeans:xmlbeans:jar:2.6.0:compile [INFO] | | - stax:stax-api:jar:1.0.1:compile [INFO] | - com.github.virtuald:curvesapi:jar:1.03:compile [INFO] - com.oracle:ojdbc6:jar:11.2.0.4:compile [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.726s [INFO] Finished at: Thu Jul 13 15:19:28 AEST 2017 [INFO] Final Memory: 30M/615M [INFO] ------------------------------------------------------------------------ C:\RepositoryCMS11919\trunk>

wakaleo commented 6 years ago

Check the dependencies in https://github.com/serenity-bdd/serenity-cucumber/tree/master/src/smoketests

wakaleo commented 6 years ago

Closed for lack of activity.