|
41 | 41 | <commons-compress.version>1.26.1</commons-compress.version> |
42 | 42 | <maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version> |
43 | 43 | <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> |
44 | | - <log4j-version>2.20.0</log4j-version> |
45 | 44 | <http2-common.version>11.0.20</http2-common.version> |
46 | 45 | <test-containers.version>1.19.7</test-containers.version> |
47 | 46 | <!-- Docker --> |
|
115 | 114 | <dependency> |
116 | 115 | <groupId>org.springframework.boot</groupId> |
117 | 116 | <artifactId>spring-boot-starter-web</artifactId> |
118 | | - <exclusions> |
119 | | - <exclusion> |
120 | | - <groupId>org.springframework.boot</groupId> |
121 | | - <artifactId>spring-boot-starter-logging</artifactId> |
122 | | - </exclusion> |
123 | | - <exclusion> |
124 | | - <groupId>org.apache.logging.log4j</groupId> |
125 | | - <artifactId>log4j-to-slf4j</artifactId> |
126 | | - </exclusion> |
127 | | - </exclusions> |
128 | 117 | </dependency> |
129 | 118 | <dependency> |
130 | 119 | <groupId>org.springframework.boot</groupId> |
131 | 120 | <artifactId>spring-boot-starter</artifactId> |
132 | | - <exclusions> |
133 | | - <exclusion> |
134 | | - <groupId>org.springframework.boot</groupId> |
135 | | - <artifactId>spring-boot-starter-logging</artifactId> |
136 | | - </exclusion> |
137 | | - </exclusions> |
138 | 121 | </dependency> |
139 | 122 | <dependency> |
140 | 123 | <groupId>uk.gov.companieshouse</groupId> |
|
187 | 170 | <artifactId>structured-logging</artifactId> |
188 | 171 | <version>${structured-logging.version}</version> |
189 | 172 | <scope>compile</scope> |
190 | | - <exclusions> |
191 | | - <exclusion> |
192 | | - <groupId>org.slf4j</groupId> |
193 | | - <artifactId>slf4j-simple</artifactId> |
194 | | - </exclusion> |
195 | | - </exclusions> |
196 | 173 | </dependency> |
197 | 174 | <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 --> |
198 | 175 | <dependency> |
|
285 | 262 | <version>${api-helper-java.version}</version> |
286 | 263 | <scope>compile</scope> |
287 | 264 | </dependency> |
288 | | - <!-- Override log4j versions --> |
289 | | - <dependency> |
290 | | - <groupId>org.apache.logging.log4j</groupId> |
291 | | - <artifactId>log4j-core</artifactId> |
292 | | - <version>${log4j-version}</version> |
293 | | - </dependency> |
294 | | - <dependency> |
295 | | - <groupId>org.apache.logging.log4j</groupId> |
296 | | - <artifactId>log4j-api</artifactId> |
297 | | - <version>${log4j-version}</version> |
298 | | - </dependency> |
299 | 265 | </dependencies> |
300 | 266 |
|
301 | 267 | <build> |
|
0 commit comments