Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
015377f9
Commit
015377f9
authored
Oct 28, 2014
by
Dave Syer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exclude log4j in a couple of places (see gh-1660)
also rename spring-cloud starter
parent
0b116a1a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
7 deletions
+18
-7
pom.xml
spring-boot-autoconfigure/pom.xml
+4
-0
pom.xml
spring-boot-dependencies/pom.xml
+11
-5
pom.xml
spring-boot-starters/pom.xml
+1
-0
pom.xml
...oot-starters/spring-boot-starter-cloud-connectors/pom.xml
+2
-2
spring.provides
...ud-connectors/src/main/resources/META-INF/spring.provides
+0
-0
No files found.
spring-boot-autoconfigure/pom.xml
View file @
015377f9
...
...
@@ -114,6 +114,10 @@
<groupId>
org.codehaus.woodstox
</groupId>
<artifactId>
wstx-asl
</artifactId>
</exclusion>
<exclusion>
<artifactId>
log4j
</artifactId>
<groupId>
log4j
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
...
...
spring-boot-dependencies/pom.xml
View file @
015377f9
<?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"
>
<?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"
>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-dependencies
</artifactId>
...
...
@@ -1155,6 +1157,12 @@
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-spring-service-connector
</artifactId>
<version>
${spring-cloud.version}
</version>
<exclusions>
<exclusion>
<artifactId>
log4j
</artifactId>
<groupId>
log4j
</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
org.springframework.data
</groupId>
...
...
@@ -1451,10 +1459,8 @@
<activeByDefault>
true
</activeByDefault>
</activation>
<repositories>
<!--
Repositories to allow snapshot and milestone BOM imports during
development. This section is stripped out when a full release is prepared.
-->
<!-- Repositories to allow snapshot and milestone BOM imports during
development. This section is stripped out when a full release is prepared. -->
<repository>
<id>
spring-milestones
</id>
<name>
Spring Milestones
</name>
...
...
spring-boot-starters/pom.xml
View file @
015377f9
...
...
@@ -24,6 +24,7 @@
<module>
spring-boot-starter-amqp
</module>
<module>
spring-boot-starter-aop
</module>
<module>
spring-boot-starter-batch
</module>
<module>
spring-boot-starter-cloud-connectors
</module>
<module>
spring-boot-starter-data-elasticsearch
</module>
<module>
spring-boot-starter-data-gemfire
</module>
<module>
spring-boot-starter-data-jpa
</module>
...
...
spring-boot-starters/spring-boot-starter-cloud/pom.xml
→
spring-boot-starters/spring-boot-starter-cloud
-connectors
/pom.xml
View file @
015377f9
...
...
@@ -6,8 +6,8 @@
<artifactId>
spring-boot-starters
</artifactId>
<version>
1.2.0.BUILD-SNAPSHOT
</version>
</parent>
<artifactId>
spring-boot-starter-cloud
</artifactId>
<name>
Spring Boot Cloud Multiplatform Starter
</name>
<artifactId>
spring-boot-starter-cloud
-connectors
</artifactId>
<name>
spring-boot-starter-cloud-connectors
</name>
<description>
Spring Boot Starter for Spring Cloud
</description>
<url>
http://projects.spring.io/spring-boot/
</url>
<organization>
...
...
spring-boot-starters/spring-boot-starter-cloud/src/main/resources/META-INF/spring.provides
→
spring-boot-starters/spring-boot-starter-cloud
-connectors
/src/main/resources/META-INF/spring.provides
View file @
015377f9
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment