问题:
'dependencies.dependency.systemPath' for org.jeecgframework.jimureport:jimureport-spring-boot-starter:jar must be omitted. This field may only be specified for a dependency with system scope. @ line 246, column 25
'dependencies.dependency.systemPath' for com.pivotal:greenplum-jdbc:jar should not point at files within the project directory, ${project.basedir}/lib/greenplum-jdbc-5.1.4.jar will be unresolvable by dependent projects @ line 63, column 25
'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: commons-collections:commons-collections:jar -> duplicate declaration of version 3.2.2 @ line 145, column 21
'dependencies.dependency.systemPath' for com.oracle:ojdbc6:jar should not point at files within the project directory, ${project.basedir}/lib/ojdbc6-11.2.0.1.0.jar will be unresolvable by dependent projects @ line 229, column 25
'dependencies.dependency.systemPath' for cn.com.topsec.topdsb:postgresql-42.2.2.jre7:jar should not point at files within the project directory, ${project.basedir}/lib/postgresql-42.2.2.jre7-0.0.1.jar will be unresolvable by dependent projects @ line 238, column 25
'dependencies.dependency.systemPath' for cn.gov.customs.casp.config:config-sdk:jar should not point at files within the project directory, ${project.basedir}/lib/config-sdk-1.0.6.jar will be unresolvable by dependent projects @ line 281, column 25
'dependencies.dependency.systemPath' for cn.gov.customs.casp.sdk.h4a:h4a-sdk:jar should not point at files within the project directory, ${project.basedir}/lib/h4a-sdk-1.0.6.jar will be unresolvable by dependent projects @ line 288, column 25
'dependencies.dependency.systemPath' for cn.gov.customs.casp.sdk.h4a.sso:sso-sdk:jar should not point at files within the project directory, ${project.basedir}/lib/sso-sdk-1.0.9.jar will be unresolvable by dependent projects @ line 295, column 25
'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 354, column 21
解决办法:
注意:需要用
org.jeecgframework.jimureport
jimureport-spring-boot-starter
1.4.0-beta
system
${project.basedir}/lib/jimureport-spring-boot-starter-1.4.0-beta.jar



