Skip to content

Commit

Permalink
Workaround for releasing on Java 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Sep 18, 2023
1 parent aa01c9d commit d8d8dbb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,13 @@
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
</configuration>
<dependencies>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.20</version>
</dependency>
</dependencies>
</plugin>
</plugins>

Expand Down

0 comments on commit d8d8dbb

Please sign in to comment.