新建的maven项目 报错如下: Cannot detect Web Project version. Please specify version of Web Project through <version> configuration property of war plugin. E.g.: <plugin> <artifactId>maven- war-plugin</artifactId> <configuration> <v
Dependencies declared in your project's pom.xml file often have their own dependencies. The main dependencies are called direct dependencies. And the sub dependencies on which the direct dependencies relied on are called transitive dependencies. eg: