30
30
<modelVersion >4.0.0</modelVersion >
31
31
<groupId >jakarta.mail</groupId >
32
32
<artifactId >jakarta.mail-api</artifactId >
33
- <version >2.1.0 -SNAPSHOT</version >
33
+ <version >2.1.1 -SNAPSHOT</version >
34
34
<name >Jakarta Mail API</name >
35
35
<description >${project.name} ${spec.version} Specification API</description >
36
36
78
78
<spotbugs .threshold>Low</spotbugs .threshold>
79
79
<spotbugs .exclude>${project.basedir} /../spotbugs-exclude.xml</spotbugs .exclude>
80
80
<!-- Maven plugins version-->
81
- <spotbugs .version>4.3.0 </spotbugs .version>
81
+ <spotbugs .version>4.4.2.2 </spotbugs .version>
82
82
</properties >
83
83
84
84
<dependencyManagement >
85
85
<dependencies >
86
86
<dependency >
87
87
<groupId >jakarta.activation</groupId >
88
88
<artifactId >jakarta.activation-api</artifactId >
89
- <version >2.1.0-RC1</version >
89
+ <version >2.1.0</version >
90
+ </dependency >
91
+ <dependency >
92
+ <groupId >org.eclipse.angus</groupId >
93
+ <artifactId >angus-activation</artifactId >
94
+ <version >1.0.0-M2</version >
90
95
</dependency >
91
96
<dependency >
92
97
<groupId >junit</groupId >
106
111
<artifactId >junit</artifactId >
107
112
<scope >test</scope >
108
113
</dependency >
114
+ <dependency >
115
+ <groupId >org.eclipse.angus</groupId >
116
+ <artifactId >angus-activation</artifactId >
117
+ <scope >test</scope >
118
+ </dependency >
109
119
</dependencies >
110
120
111
121
<build >
143
153
<configuration >
144
154
<skip >${spotbugs.skip} </skip >
145
155
<threshold >${spotbugs.threshold} </threshold >
146
- <findbugsXmlWithMessages >true</findbugsXmlWithMessages >
147
156
<excludeFilterFile >${spotbugs.exclude} </excludeFilterFile >
148
157
<fork >true</fork >
149
158
</configuration >
176
185
<plugin >
177
186
<groupId >org.apache.maven.plugins</groupId >
178
187
<artifactId >maven-javadoc-plugin</artifactId >
179
- <version >3.3.0 </version >
188
+ <version >3.3.1 </version >
180
189
</plugin >
181
190
<plugin >
182
191
<groupId >org.apache.maven.plugins</groupId >
350
359
<Implementation-Title >${project.name} </Implementation-Title >
351
360
<Implementation-Vendor >${project.organization.name} </Implementation-Vendor >
352
361
<Implementation-Build-Id >${buildNumber} </Implementation-Build-Id >
362
+ <Import-Package >
363
+ !org.glassfish.hk2.osgiresourcelocator,
364
+ *
365
+ </Import-Package >
353
366
</instructions >
354
367
</configuration >
355
368
<executions >
379
392
<artifactId >maven-javadoc-plugin</artifactId >
380
393
<configuration >
381
394
<release >11</release >
395
+ <quiet >true</quiet >
382
396
<nodeprecated >false</nodeprecated >
383
397
<notimestamp >true</notimestamp >
384
398
<nosince >true</nosince >
@@ -404,8 +418,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">
404
418
<configuration >
405
419
<forkCount >2</forkCount >
406
420
<reuseForks >false</reuseForks >
407
- <!-- Test service loader is not loaded if modules are enabled -->
408
- <useModulePath >false</useModulePath >
421
+ <trimStackTrace >false</trimStackTrace >
409
422
</configuration >
410
423
</plugin >
411
424
<plugin >
0 commit comments