Skip to content

Commit 146f33d

Browse files
committed
fix build issues
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
1 parent 4e7bd74 commit 146f33d

File tree

5 files changed

+4
-17
lines changed

5 files changed

+4
-17
lines changed

logback-classic-blackbox/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
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>

logback-classic-blackbox/src/test/java/module-info.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module 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;

logback-core-blackbox/pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,14 @@
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>

logback-core-blackbox/src/test/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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>

0 commit comments

Comments
 (0)