3030 <modelVersion >4.0.0</modelVersion >
3131 <groupId >jakarta.mail</groupId >
3232 <artifactId >jakarta.mail-api</artifactId >
33- <version >2.1.0 -SNAPSHOT</version >
33+ <version >2.1.1 -SNAPSHOT</version >
3434 <name >Jakarta Mail API</name >
3535 <description >${project.name} ${spec.version} Specification API</description >
3636
7878 <spotbugs .threshold>Low</spotbugs .threshold>
7979 <spotbugs .exclude>${project.basedir} /../spotbugs-exclude.xml</spotbugs .exclude>
8080 <!-- Maven plugins version-->
81- <spotbugs .version>4.3.0 </spotbugs .version>
81+ <spotbugs .version>4.4.2.2 </spotbugs .version>
8282 </properties >
8383
8484 <dependencyManagement >
8585 <dependencies >
8686 <dependency >
8787 <groupId >jakarta.activation</groupId >
8888 <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 >
9095 </dependency >
9196 <dependency >
9297 <groupId >junit</groupId >
106111 <artifactId >junit</artifactId >
107112 <scope >test</scope >
108113 </dependency >
114+ <dependency >
115+ <groupId >org.eclipse.angus</groupId >
116+ <artifactId >angus-activation</artifactId >
117+ <scope >test</scope >
118+ </dependency >
109119 </dependencies >
110120
111121 <build >
143153 <configuration >
144154 <skip >${spotbugs.skip} </skip >
145155 <threshold >${spotbugs.threshold} </threshold >
146- <findbugsXmlWithMessages >true</findbugsXmlWithMessages >
147156 <excludeFilterFile >${spotbugs.exclude} </excludeFilterFile >
148157 <fork >true</fork >
149158 </configuration >
176185 <plugin >
177186 <groupId >org.apache.maven.plugins</groupId >
178187 <artifactId >maven-javadoc-plugin</artifactId >
179- <version >3.3.0 </version >
188+ <version >3.3.1 </version >
180189 </plugin >
181190 <plugin >
182191 <groupId >org.apache.maven.plugins</groupId >
350359 <Implementation-Title >${project.name} </Implementation-Title >
351360 <Implementation-Vendor >${project.organization.name} </Implementation-Vendor >
352361 <Implementation-Build-Id >${buildNumber} </Implementation-Build-Id >
362+ <Import-Package >
363+ !org.glassfish.hk2.osgiresourcelocator,
364+ *
365+ </Import-Package >
353366 </instructions >
354367 </configuration >
355368 <executions >
379392 <artifactId >maven-javadoc-plugin</artifactId >
380393 <configuration >
381394 <release >11</release >
395+ <quiet >true</quiet >
382396 <nodeprecated >false</nodeprecated >
383397 <notimestamp >true</notimestamp >
384398 <nosince >true</nosince >
@@ -404,8 +418,7 @@ Use is subject to <a href="{@docRoot}/doc-files/speclicense.html" target="_top">
404418 <configuration >
405419 <forkCount >2</forkCount >
406420 <reuseForks >false</reuseForks >
407- <!-- Test service loader is not loaded if modules are enabled -->
408- <useModulePath >false</useModulePath >
421+ <trimStackTrace >false</trimStackTrace >
409422 </configuration >
410423 </plugin >
411424 <plugin >
0 commit comments