JAVA-8320: Use spring.version property in the spring-di module
This commit is contained in:
parent
769c713ece
commit
2ca72c534f
@ -20,14 +20,14 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-framework-bom</artifactId>
|
<artifactId>spring-framework-bom</artifactId>
|
||||||
<version>${org.springframework.version}</version>
|
<version>${spring.version}</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework</groupId>
|
<groupId>org.springframework</groupId>
|
||||||
<artifactId>spring-core</artifactId>
|
<artifactId>spring-core</artifactId>
|
||||||
<version>${org.springframework.version}</version>
|
<version>${spring.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
@ -143,7 +143,6 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<start-class>org.baeldung.org.baeldung.sample.App</start-class>
|
<start-class>org.baeldung.org.baeldung.sample.App</start-class>
|
||||||
<!-- Spring -->
|
<!-- Spring -->
|
||||||
<org.springframework.version>5.0.6.RELEASE</org.springframework.version>
|
|
||||||
<annotation-api.version>1.3.2</annotation-api.version>
|
<annotation-api.version>1.3.2</annotation-api.version>
|
||||||
<mockito.spring.boot.version>1.4.4.RELEASE</mockito.spring.boot.version>
|
<mockito.spring.boot.version>1.4.4.RELEASE</mockito.spring.boot.version>
|
||||||
<javax.inject.version>1</javax.inject.version>
|
<javax.inject.version>1</javax.inject.version>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user