坐标
-->
|
Maven
工程
|
依赖范围
|
对
A
的可见性
|
||
A
|
B
|
C
|
compile
|
√
|
D
|
test
|
×
|
||
E
|
provided
|
×
|
<
dependency
>
<
groupId
>
com.atguigu.maven
groupId
>
<
artifactId
>
Survey160225_4_Environment
artifactId
>
<
version
>
0.0.1-SNAPSHOT
version
>
<
exclusions
>
<
exclusion
>
<
groupId
>
commons-logging
groupId
>
<
artifactId
>
commons-logging
artifactId
>
exclusion
>
exclusions
>
dependency
>
<
dependency
>
<
groupId
>
commons-logging
groupId
>
<
artifactId
>
commons-logging
artifactId
>
<
version
>
1.1.2
version
>
dependency
>
|
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-core
artifactId
>
<
version
>
4.0.0.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-context
artifactId
>
<
version
>
4.0.0.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-jdbc
artifactId
>
<
version
>
4.0.0.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-orm
artifactId
>
<
version
>
4.0.0.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-web
artifactId
>
<
version
>
4.0.0.RELEASE
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-webmvc
artifactId
>
<
version
>
4.0.0.RELEASE
version
>
dependency
>
|
<
properties
>
<
spring.version
>
4.1.1.RELEASE
spring.version
>
properties
>
|
……
|
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-core
artifactId
>
<
version
>
${spring.version}
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-context
artifactId
>
<
version
>
${spring.version}
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-
jdbc
artifactId
>
<
version
>
${spring.version}
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-
orm
artifactId
>
<
version
>
${spring.version}
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-web
artifactId
>
<
version
>
${spring.version}
version
>
dependency
>
<
dependency
>
<
groupId
>
org.springframework
groupId
>
<
artifactId
>
spring-
webmvc
artifactId
>
<
version
>
${spring.version}
version
>
dependency
>
|