Maven Dependency Management Duplicate Declarations - com.eetrust.ubsp:eetrust-eim:pom:1.0
The warning messages indicate that there are duplicate declarations of versions in the dependency management section of the pom.xml file. Specifically, the versions for the dependencies 'com.eetrust.ubsp:eetrust-common:jar' and 'com.eetrust.ubsp:eetrust-utils:jar' are declared twice with the value '${project.version}'. \n\nThese duplicate declarations can cause instability in the build process. It is recommended to fix these issues to ensure the stability of your build. \n\nFuture versions of Maven may no longer support building projects with such duplicate declarations, so it is important to address these problems.
原文地址: https://www.cveoy.top/t/topic/pIzK 著作权归作者所有。请勿转载和采集!