File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
spring-boot-tools/spring-boot-loader/src/it/executable-war Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 105
105
<artifactId >log4j</artifactId >
106
106
<optional >true</optional >
107
107
</dependency >
108
- <dependency >
109
- <groupId >org.apache.logging.log4j</groupId >
110
- <artifactId >log4j-api</artifactId >
111
- <optional >true</optional >
112
- </dependency >
113
- <dependency >
114
- <groupId >org.apache.logging.log4j</groupId >
115
- <artifactId >log4j-core</artifactId >
116
- <optional >true</optional >
117
- </dependency >
108
+ <dependency >
109
+ <groupId >org.apache.logging.log4j</groupId >
110
+ <artifactId >log4j-api</artifactId >
111
+ <optional >true</optional >
112
+ </dependency >
113
+ <dependency >
114
+ <groupId >org.apache.logging.log4j</groupId >
115
+ <artifactId >log4j-core</artifactId >
116
+ <optional >true</optional >
117
+ </dependency >
118
118
<dependency >
119
119
<groupId >org.apache.httpcomponents</groupId >
120
120
<artifactId >httpclient</artifactId >
Original file line number Diff line number Diff line change 6
6
<artifactId >executable-war</artifactId >
7
7
<version >0.0.1.BUILD-SNAPSHOT</version >
8
8
<packaging >war</packaging >
9
- <properties >
10
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
- </properties >
9
+ <properties >
10
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
11
+ </properties >
12
12
<build >
13
13
<plugins >
14
14
<plugin >
You can’t perform that action at this time.
0 commit comments