Skip to content

Commit

Permalink
Merge pull request #97 from companieshouse/update-pom-logging
Browse files Browse the repository at this point in the history
add spring logging dependency
  • Loading branch information
kkonuganti-ch authored Jan 9, 2025
2 parents 3706194 + 1ef5677 commit 96b2299
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
Expand All @@ -69,12 +73,6 @@
<groupId>uk.gov.companieshouse</groupId>
<artifactId>structured-logging</artifactId>
<version>${structured-logging.version}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit 96b2299

Please sign in to comment.