Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Oct 2, 2022
1 parent 4e7bd74 commit 146f33d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 17 deletions.
5 changes: 0 additions & 5 deletions logback-classic-blackbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
<artifactId>logback-classic</artifactId>
</dependency>

<dependency>
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.sun.mail</groupId>
Expand Down
1 change: 0 additions & 1 deletion logback-classic-blackbox/src/test/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module logback.classic.blackbox {
requires ch.qos.logback.core;
requires ch.qos.logback.classic;
requires jakarta.mail;
requires janino;

requires org.junit.jupiter.api;
Expand Down
12 changes: 2 additions & 10 deletions logback-core-blackbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,14 @@
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
<scope>test</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>javax.activation</groupId>
<artifactId>javax.activation-api</artifactId>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
<scope>test</scope>
</dependency>

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


</dependencies>

<build>
Expand Down
1 change: 1 addition & 0 deletions logback-core-blackbox/src/test/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
requires org.junit.jupiter.api;
requires org.junit.jupiter.engine;
requires janino;

exports ch.qos.logback.core.blackbox.joran.conditional;
exports ch.qos.logback.core.blackbox.joran;
}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<properties>
<!-- yyyy-MM-dd'T'HH:mm:ss'Z' -->
<project.build.outputTimestamp>2022-10-02T19:09:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-10-02T19:57:00Z</project.build.outputTimestamp>
<jdk.version>8</jdk.version>
<maven.compiler.source>${jdk.version}</maven.compiler.source>
<maven.compiler.target>${jdk.version}</maven.compiler.target>
Expand Down

0 comments on commit 146f33d

Please sign in to comment.