Skip to content

Commit

Permalink
[JENKINS-72441] Artifact Manager on S3 not compatible with GSON 2.10.1 (
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy authored Dec 20, 2023
1 parent baa5592 commit 87eb541
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,14 @@

<build>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
<artifactId>maven-hpi-plugin</artifactId>
<configuration>
<!-- TODO JCLOUDS-1620 -->
<maskClasses>com.google.gson.</maskClasses>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit 87eb541

Please sign in to comment.