Skip to content

Commit

Permalink
Stop masking classes
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jan 3, 2024
1 parent 132761b commit a88893a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
</pluginRepository>
</pluginRepositories>

<!-- The javax-mail-api plugin also provides these same classes, so we need to mask them to avoid conflicts. -->
<build>
<plugins>
<!-- TODO https://github.com/jenkinsci/jakarta-activation-api-plugin/pull/13 -->
Expand All @@ -115,13 +114,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<configuration>
<maskClasses>com.sun.mail.</maskClasses>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit a88893a

Please sign in to comment.