File tree 5 files changed +18
-7
lines changed
spring-boot-autoconfigure
spring-boot-starter-cloud-connectors
src/main/resources/META-INF 5 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 114
114
<groupId >org.codehaus.woodstox</groupId >
115
115
<artifactId >wstx-asl</artifactId >
116
116
</exclusion >
117
+ <exclusion >
118
+ <artifactId >log4j</artifactId >
119
+ <groupId >log4j</groupId >
120
+ </exclusion >
117
121
</exclusions >
118
122
</dependency >
119
123
<dependency >
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?><project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
<groupId >org.springframework.boot</groupId >
4
6
<artifactId >spring-boot-dependencies</artifactId >
1155
1157
<groupId >org.springframework.cloud</groupId >
1156
1158
<artifactId >spring-cloud-spring-service-connector</artifactId >
1157
1159
<version >${spring-cloud.version} </version >
1160
+ <exclusions >
1161
+ <exclusion >
1162
+ <artifactId >log4j</artifactId >
1163
+ <groupId >log4j</groupId >
1164
+ </exclusion >
1165
+ </exclusions >
1158
1166
</dependency >
1159
1167
<dependency >
1160
1168
<groupId >org.springframework.data</groupId >
1451
1459
<activeByDefault >true</activeByDefault >
1452
1460
</activation >
1453
1461
<repositories >
1454
- <!--
1455
- Repositories to allow snapshot and milestone BOM imports during
1456
- development. This section is stripped out when a full release is prepared.
1457
- -->
1462
+ <!-- Repositories to allow snapshot and milestone BOM imports during
1463
+ development. This section is stripped out when a full release is prepared. -->
1458
1464
<repository >
1459
1465
<id >spring-milestones</id >
1460
1466
<name >Spring Milestones</name >
Original file line number Diff line number Diff line change 24
24
<module >spring-boot-starter-amqp</module >
25
25
<module >spring-boot-starter-aop</module >
26
26
<module >spring-boot-starter-batch</module >
27
+ <module >spring-boot-starter-cloud-connectors</module >
27
28
<module >spring-boot-starter-data-elasticsearch</module >
28
29
<module >spring-boot-starter-data-gemfire</module >
29
30
<module >spring-boot-starter-data-jpa</module >
Original file line number Diff line number Diff line change 6
6
<artifactId >spring-boot-starters</artifactId >
7
7
<version >1.2.0.BUILD-SNAPSHOT</version >
8
8
</parent >
9
- <artifactId >spring-boot-starter-cloud</artifactId >
10
- <name >Spring Boot Cloud Multiplatform Starter </name >
9
+ <artifactId >spring-boot-starter-cloud-connectors </artifactId >
10
+ <name >spring-boot-starter-cloud-connectors </name >
11
11
<description >Spring Boot Starter for Spring Cloud</description >
12
12
<url >http://projects.spring.io/spring-boot/</url >
13
13
<organization >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments