Skip to content

Commit

Permalink
add slf4j-log4j12 and set scope to test (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 authored Jan 28, 2022
1 parent 433f353 commit 9aeb3ca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 11 additions & 0 deletions connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<compiler.source.version>1.8</compiler.source.version>
<compiler.target.version>1.8</compiler.target.version>
<junit.version>4.13.1</junit.version>
<slf4j-log4j12.version>1.7.25</slf4j-log4j12.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -66,6 +67,16 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>

<!-- slf4j-log4j -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>${slf4j-log4j12.version}</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
5 changes: 0 additions & 5 deletions example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 9aeb3ca

Please sign in to comment.