Skip to content

Commit

Permalink
fix LOGBACK-1699
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Oct 17, 2022
1 parent 8112c02 commit 7461eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 3 additions & 1 deletion logback-classic/pom.xml
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<scope>runtime</scope>
<scope>test</scope>
</dependency>

<dependency>
Expand All @@ -103,9 +103,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>

Expand Down
7 changes: 0 additions & 7 deletions logback-core/pom.xml
Expand Up @@ -53,13 +53,6 @@
<scope>compile</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit 7461eba

Please sign in to comment.