File tree 3 files changed +15
-3
lines changed
spring-boot-starters/spring-boot-starter-parent
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 22
22
<scm >
23
23
<url >https://github.com/spring-projects/spring-boot</url >
24
24
</scm >
25
+ <developers >
26
+ <developer >
27
+ <name >Pivotal</name >
28
+
29
+ <organization >Pivotal Software, Inc.</organization >
30
+ <organizationUrl >http://www.spring.io</organizationUrl >
31
+ </developer >
32
+ </developers >
25
33
<properties >
26
34
<!-- Dependency versions -->
27
35
<activemq .version>5.15.3</activemq .version>
956
964
<artifactId >scala-support</artifactId >
957
965
<version >${rest-assured.version} </version >
958
966
</dependency >
959
- <dependency >
967
+ <dependency >
960
968
<groupId >io.rest-assured</groupId >
961
969
<artifactId >spring-mock-mvc</artifactId >
962
970
<version >${rest-assured.version} </version >
Original file line number Diff line number Diff line change 270
270
<configuration >
271
271
<updatePomFile >true</updatePomFile >
272
272
<pomElements >
273
- <pluginManagement >keep</pluginManagement >
274
273
<parent >expand</parent >
275
- <dependencyManagement >keep</dependencyManagement >
274
+ <name >keep</name >
275
+ <description >keep</description >
276
+ <url >expand</url >
276
277
<properties >keep</properties >
278
+ <pluginManagement >keep</pluginManagement >
279
+ <dependencyManagement >keep</dependencyManagement >
277
280
<build >keep</build >
278
281
</pomElements >
279
282
</configuration >
Original file line number Diff line number Diff line change 18
18
<xsl : template match =" /m:project/m:groupId" />
19
19
<xsl : template match =" /m:project/m:version" />
20
20
<xsl : template match =" /m:project/m:build/m:plugins" />
21
+ <xsl : template match =" /m:project/m:licenses" />
21
22
</xsl : stylesheet >
You can’t perform that action at this time.
0 commit comments