Tag: 验收测试

Fitnesse maven-classpath-plugin与Guava jar冲突

我正在尝试在我的项目中设置Fitnesse,但我正面临一些与Guava jar有关的问题这就是我的pom.xml的样子: com.google.guava guava 23.0 org.fitnesse fitnesse 20161106 runtime org.fitnesse.plugins maven-classpath-plugin 1.9 runtime integration-test false standalone true maven-antrun-plugin 1.6 start-fitnesse test run 我正在使用maven-classpath-plugin在Fitnesse中设置类路径。 这个插件传递使用org.sonatype.sisu:sisu-guava:jar:0.9.9:runtime jar。 而且我的项目也需要番石榴jar。 Maven依赖树: [INFO] — maven-dependency-plugin:3.0.1:tree (default-cli) @ testProject — [INFO] com.rdm:testProject:jar:1.0-SNAPSHOT [INFO] +- com.google.guava:guava:jar:23.0:compile [INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile [INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.0.18:compile [INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile [INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile […]