➕ Add manual dependency on angus-activation
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 7 Dec 2025 21:01:56 +0000 (22:01 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 7 Dec 2025 21:01:56 +0000 (22:01 +0100)
This should somehow be included with the mail stuff!

build.gradle

index 2d24ea2..0bf1c22 100644 (file)
@@ -49,6 +49,7 @@ dependencies {
     implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.5.1'
     implementation group: "org.jsoup", name: "jsoup", version: "1.16.1"
     implementation group: 'org.eclipse.angus', name: 'angus-mail', version: '2.0.5'
+    implementation group: 'org.eclipse.angus', name: 'angus-activation', version: '2.0.3'
     implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.16.1"
     implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.16.1'
     implementation group: 'com.fasterxml.jackson.module', name: 'jackson-module-kotlin', version: '2.16.1'