I'm trying to build a test automation framework using Serenity. As I see in Maven repo, the latest version of Serenity is 1.5.10. But when I add this dependency to my project, there are a lot of errors telling that I'm missing some artifact. If I degrade the version to older one, everything is ok. Do I miss any configuration? Please help. Thank you.
And this is some first rows of errors (there are 161 errors like these):
Description Resource Path Location Type
Missing artifact aopalliance:aopalliance:jar:1.0 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact cglib:cglib:jar:3.2.5 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.beust:jcommander:jar:1.48 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.codeborne:phantomjsdriver:jar:1.4.3 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.fasterxml:classmate:jar:1.0.0 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.google.code.findbugs:jsr305:jar:1.3.9 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.google.code.gson:gson:jar:2.8.0 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.google.errorprone:error_prone_annotations:jar:2.0.18 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.google.guava:guava:jar:22.0 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.google.inject:guice:jar:4.1.0 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.google.j2objc:j2objc-annotations:jar:1.1 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.google.jimfs:jimfs:jar:1.1 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.google.protobuf:protobuf-java:jar:2.4.1 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.ibm.icu:icu4j:jar:58.1 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.jhlabs:filters:jar:2.0.235 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.openhtmltopdf:openhtmltopdf-core:jar:0.0.1-RC9 pom.xml /TestAutomation line 1 Maven Dependency Problem
Missing artifact com.openhtmltopdf:openhtmltopdf-jsoup-dom-converter:jar:0.0.1-RC9 pom.xml /TestAutomation line 1 Maven Dependency Problem
Hi there,
I'm trying to build a test automation framework using Serenity. As I see in Maven repo, the latest version of Serenity is 1.5.10. But when I add this dependency to my project, there are a lot of errors telling that I'm missing some artifact. If I degrade the version to older one, everything is ok. Do I miss any configuration? Please help. Thank you.
This is my pom.xml:
And this is some first rows of errors (there are 161 errors like these): Description Resource Path Location Type Missing artifact aopalliance:aopalliance:jar:1.0 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact cglib:cglib:jar:3.2.5 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.beust:jcommander:jar:1.48 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.codeborne:phantomjsdriver:jar:1.4.3 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.fasterxml:classmate:jar:1.0.0 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.google.code.findbugs:jsr305:jar:1.3.9 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.google.code.gson:gson:jar:2.8.0 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.google.errorprone:error_prone_annotations:jar:2.0.18 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.google.guava:guava:jar:22.0 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.google.inject:guice:jar:4.1.0 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.google.j2objc:j2objc-annotations:jar:1.1 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.google.jimfs:jimfs:jar:1.1 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.google.protobuf:protobuf-java:jar:2.4.1 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.ibm.icu:icu4j:jar:58.1 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.jhlabs:filters:jar:2.0.235 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.openhtmltopdf:openhtmltopdf-core:jar:0.0.1-RC9 pom.xml /TestAutomation line 1 Maven Dependency Problem Missing artifact com.openhtmltopdf:openhtmltopdf-jsoup-dom-converter:jar:0.0.1-RC9 pom.xml /TestAutomation line 1 Maven Dependency Problem