File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ dependencies {
5252 testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3'
5353 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
5454 testImplementation ' org.mockito:mockito-core:5.14.2'
55- testImplementation ' org.projectlombok:lombok:1.18.34 '
56- testCompileOnly ' org.projectlombok:lombok:1.18.34 '
57- testAnnotationProcessor ' org.projectlombok:lombok:1.18.34 '
55+ testImplementation ' org.projectlombok:lombok:1.18.36 '
56+ testCompileOnly ' org.projectlombok:lombok:1.18.36 '
57+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.36 '
5858}
5959
6060tasks. withType(JavaCompile ) {
Original file line number Diff line number Diff line change 33 description : Utility per l'elaborazione di messaggi di Posta Elettronica Certificata (e messaggi di posta ordinaria)
44 longDescription : |
55 Utility per l'elaborazione di messaggi di Posta Elettronica Certificata (e messaggi di posta ordinaria)
6- inceptionYear : ' 2024 '
6+ inceptionYear : ' 2022 '
77 links :
88 homepage : https://tozzi.app
99 documentation : https://tozzi.app
@@ -13,10 +13,15 @@ project:
1313 license : APACHE-2.0
1414 tags :
1515 - java
16- - jpa
16+ - mail
17+ - email
18+ - mail-parser
19+ - pec
20+ - rfc-6109
21+ - rfc-2821
22+ - legal-mail
1723 java :
1824 groupId : app.tozzi
19- artifactId : pec-parser
2025 version : ' 17'
2126
2227signing :
You can’t perform that action at this time.
0 commit comments