Commit 7461eba 1 parent 8112c02 commit 7461eba Copy full SHA for 7461eba
File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 88
88
<dependency >
89
89
<groupId >com.sun.mail</groupId >
90
90
<artifactId >javax.mail</artifactId >
91
- <scope >runtime </scope >
91
+ <scope >test </scope >
92
92
</dependency >
93
93
94
94
<dependency >
103
103
<type >test-jar</type >
104
104
<scope >test</scope >
105
105
</dependency >
106
+
106
107
<dependency >
107
108
<groupId >javax.servlet</groupId >
108
109
<artifactId >javax.servlet-api</artifactId >
110
+ <optional >true</optional >
109
111
<scope >provided</scope >
110
112
</dependency >
111
113
Original file line number Diff line number Diff line change 53
53
<scope >compile</scope >
54
54
<optional >true</optional >
55
55
</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 >
63
56
64
57
<dependency >
65
58
<groupId >org.mockito</groupId >
You can’t perform that action at this time.
0 commit comments