Skip to content

Commit

Permalink
AOS-290 Setter slf4j-simple til test scope. Dvs. at vi har logging i … (
Browse files Browse the repository at this point in the history
#239)

AOS-290 Setter slf4j-simple til test scope. Dvs. at vi har logging i testene men at denne ikke blir med som dependency til libs som benytter seg av log-event
  • Loading branch information
erkdahl authored Aug 30, 2023
1 parent d570b69 commit 4000c87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions log-event-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions log-event/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit 4000c87

Please sign in to comment.