File tree Expand file tree Collapse file tree 5 files changed +4
-17
lines changed Expand file tree Collapse file tree 5 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 2222 <artifactId >logback-classic</artifactId >
2323 </dependency >
2424
25- <dependency >
26- <groupId >javax.mail</groupId >
27- <artifactId >javax.mail-api</artifactId >
28- <scope >test</scope >
29- </dependency >
3025
3126 <dependency >
3227 <groupId >com.sun.mail</groupId >
Original file line number Diff line number Diff line change 11module logback .classic .blackbox {
22 requires ch .qos .logback .core ;
33 requires ch .qos .logback .classic ;
4- requires jakarta .mail ;
54 requires janino ;
65
76 requires org .junit .jupiter .api ;
Original file line number Diff line number Diff line change 2828 <groupId >javax.mail</groupId >
2929 <artifactId >javax.mail-api</artifactId >
3030 <scope >test</scope >
31- <optional >true</optional >
3231 </dependency >
3332
3433 <dependency >
35- <groupId >javax.activation </groupId >
36- <artifactId >javax.activation-api </artifactId >
34+ <groupId >org.codehaus.janino </groupId >
35+ <artifactId >janino </artifactId >
3736 <scope >test</scope >
3837 </dependency >
3938
40- <dependency >
41- <groupId >com.sun.mail</groupId >
42- <artifactId >javax.mail</artifactId >
43- <scope >runtime</scope >
44- </dependency >
45-
46-
4739 </dependencies >
4840
4941 <build >
Original file line number Diff line number Diff line change 44 requires org .junit .jupiter .api ;
55 requires org .junit .jupiter .engine ;
66 requires janino ;
7+
78 exports ch .qos .logback .core .blackbox .joran .conditional ;
89 exports ch .qos .logback .core .blackbox .joran ;
910}
Original file line number Diff line number Diff line change 4949
5050 <properties >
5151 <!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
52- <project .build.outputTimestamp>2022-10-02T19:09 :00Z</project .build.outputTimestamp>
52+ <project .build.outputTimestamp>2022-10-02T19:57 :00Z</project .build.outputTimestamp>
5353 <jdk .version>8</jdk .version>
5454 <maven .compiler.source>${jdk.version} </maven .compiler.source>
5555 <maven .compiler.target>${jdk.version} </maven .compiler.target>
You can’t perform that action at this time.
0 commit comments