McGill-DMaS / Kam1n0-Community

The Kam1n0 Assembly Analysis Platform
Apache License 2.0
619 stars 127 forks source link

An error occurred during Maven build,and I solve it #63

Open smithCoderLeo opened 3 years ago

smithCoderLeo commented 3 years ago

An error occurred during Maven build something wrong happen when maven build, the error info: spring-boot-maven-plugin not found in kam1n0/kam1n0-apps/pom.xml, kam1n0/kam1n0-cli/pom.xml

  1. 14  <spring-load-version>1.2.6.RELEASEE</spring-load-version>

    should be modified to 1.2.6.RELEASE

    14  <spring-load-version>1.2.6.RELEASE</spring-load-version>