Skip to content

Commit 7aea432

Browse files
committed
Promote dependency management plugin version to the bom
Closes spring-projectsgh-17842
1 parent 25aecfe commit 7aea432

File tree

2 files changed

+6
-6
lines changed
  • spring-boot-project

2 files changed

+6
-6
lines changed

spring-boot-project/spring-boot-dependencies/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<commons-pool2.version>2.6.2</commons-pool2.version>
5454
<couchbase-client.version>2.7.7</couchbase-client.version>
5555
<couchbase-cache-client.version>2.1.0</couchbase-cache-client.version>
56+
<dependency-management-plugin.version>1.0.8.RELEASE</dependency-management-plugin.version>
5657
<derby.version>10.14.2.0</derby.version>
5758
<dom4j.version>1.6.1</dom4j.version>
5859
<dropwizard-metrics.version>4.0.5</dropwizard-metrics.version>
@@ -1069,6 +1070,11 @@
10691070
<artifactId>jest</artifactId>
10701071
<version>${jest.version}</version>
10711072
</dependency>
1073+
<dependency>
1074+
<groupId>io.spring.gradle</groupId>
1075+
<artifactId>dependency-management-plugin</artifactId>
1076+
<version>${dependency-management-plugin.version}</version>
1077+
</dependency>
10721078
<dependency>
10731079
<groupId>io.undertow</groupId>
10741080
<artifactId>undertow-core</artifactId>

spring-boot-project/spring-boot-parent/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<maven-resolver.version>1.1.1</maven-resolver.version>
2828
<spock.version>1.0-groovy-2.4</spock.version>
2929
<testcontainers.version>1.10.6</testcontainers.version>
30-
<dependency-management-plugin.version>1.0.8.RELEASE</dependency-management-plugin.version>
3130
</properties>
3231
<scm>
3332
<url>https://github.com/spring-projects/spring-boot</url>
@@ -102,11 +101,6 @@
102101
<artifactId>android-json</artifactId>
103102
<version>0.0.20131108.vaadin1</version>
104103
</dependency>
105-
<dependency>
106-
<groupId>io.spring.gradle</groupId>
107-
<artifactId>dependency-management-plugin</artifactId>
108-
<version>${dependency-management-plugin.version}</version>
109-
</dependency>
110104
<dependency>
111105
<groupId>jline</groupId>
112106
<artifactId>jline</artifactId>

0 commit comments

Comments
 (0)