Skip to content

Commit

Permalink
Use modularized and JPMS-compliant Eclipse Collections libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Oct 18, 2024
1 parent 825efdd commit 0570f0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ AUTH0_JAVAJWT_VERSION = 4.4.0
AUTH0_JWKSRSA_VERSION = 0.22.1-jpms
JAKARTA_MAIL_API_VERSION = 2.1.3
ECLIPSE_ANGUS_MAIL_VERSION = 2.0.3
ECLIPSE_COLLECTIONS_VERSION = 11.1.0
ECLIPSE_COLLECTIONS_VERSION = 11.1.0-jpms
CSSFX_VERSION = 11.5.1-jpms
IKONLI_VERSION = 12.3.1
ATLANTAFX_VERSION = 2.0.1
Expand Down
4 changes: 2 additions & 2 deletions jpro-mail/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ dependencies {
implementation "jakarta.mail:jakarta.mail-api:$JAKARTA_MAIL_API_VERSION"
runtimeOnly "org.eclipse.angus:angus-mail:$ECLIPSE_ANGUS_MAIL_VERSION"
implementation "org.jetbrains:annotations:$JETBRAINS_ANNOTATIONS_VERSION"
api "org.eclipse.collections:eclipse-collections-api:$ECLIPSE_COLLECTIONS_VERSION"
implementation "org.eclipse.collections:eclipse-collections:$ECLIPSE_COLLECTIONS_VERSION"
api "one.jpro.platform.jpms:eclipse-collections-api:$ECLIPSE_COLLECTIONS_VERSION"
implementation "one.jpro.platform.jpms:eclipse-collections:$ECLIPSE_COLLECTIONS_VERSION"
api "org.slf4j:slf4j-api:$SLF4J_API_VERSION"
}

Expand Down
2 changes: 1 addition & 1 deletion jpro-mail/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
requires transitive org.eclipse.collections.api;

requires jakarta.mail;
requires org.eclipse.collections;
requires org.jetbrains.annotations;
requires org.eclipse.collections.impl;

exports one.jpro.platform.mail;
exports one.jpro.platform.mail.config;
Expand Down

0 comments on commit 0570f0e

Please sign in to comment.