mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 07:01:05 +00:00
Fixed build
This commit is contained in:
parent
243076e592
commit
1ae405745b
1 changed files with 3 additions and 1 deletions
|
@ -538,7 +538,9 @@ dependencies {
|
|||
implementation "org.apache.poi:poi-scratchpad:$apache_poi"
|
||||
|
||||
// https://github.com/bbottema/outlook-message-parser
|
||||
implementation "org.simplejavamail:outlook-message-parser:$outlook_parser_version"
|
||||
implementation("org.simplejavamail:outlook-message-parser:$outlook_parser_version") {
|
||||
exclude group: "com.sun.activation", module: "jakarta.activation"
|
||||
}
|
||||
|
||||
// https://mvnrepository.com/artifact/org.reactivestreams/reactive-streams
|
||||
// https://mvnrepository.com/artifact/io.reactivex.rxjava2/rxjava
|
||||
|
|
Loading…
Reference in a new issue