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 105105 <artifactId >log4j</artifactId >
106106 <optional >true</optional >
107107 </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 >
118118 <dependency >
119119 <groupId >org.apache.httpcomponents</groupId >
120120 <artifactId >httpclient</artifactId >
Original file line number Diff line number Diff line change 66 <artifactId >executable-war</artifactId >
77 <version >0.0.1.BUILD-SNAPSHOT</version >
88 <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 >
1212 <build >
1313 <plugins >
1414 <plugin >
You can’t perform that action at this time.
0 commit comments