Skip to content

Commit 7461eba

Browse files
committed
fix LOGBACK-1699
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 8112c02 commit 7461eba

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

logback-classic/pom.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>com.sun.mail</groupId>
9090
<artifactId>javax.mail</artifactId>
91-
<scope>runtime</scope>
91+
<scope>test</scope>
9292
</dependency>
9393

9494
<dependency>
@@ -103,9 +103,11 @@
103103
<type>test-jar</type>
104104
<scope>test</scope>
105105
</dependency>
106+
106107
<dependency>
107108
<groupId>javax.servlet</groupId>
108109
<artifactId>javax.servlet-api</artifactId>
110+
<optional>true</optional>
109111
<scope>provided</scope>
110112
</dependency>
111113

logback-core/pom.xml

-7
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@
5353
<scope>compile</scope>
5454
<optional>true</optional>
5555
</dependency>
56-
57-
<dependency>
58-
<groupId>com.sun.mail</groupId>
59-
<artifactId>javax.mail</artifactId>
60-
<scope>runtime</scope>
61-
<optional>true</optional>
62-
</dependency>
6356

6457
<dependency>
6558
<groupId>org.mockito</groupId>

0 commit comments

Comments
 (0)