Skip to content

Commit d8d8dbb

Browse files
committed
Workaround for releasing on Java 17.
1 parent aa01c9d commit d8d8dbb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,13 @@
600600
<keepStagingRepositoryOnFailure>true</keepStagingRepositoryOnFailure>
601601
<skipStagingRepositoryClose>true</skipStagingRepositoryClose>
602602
</configuration>
603+
<dependencies>
604+
<dependency>
605+
<groupId>com.thoughtworks.xstream</groupId>
606+
<artifactId>xstream</artifactId>
607+
<version>1.4.20</version>
608+
</dependency>
609+
</dependencies>
603610
</plugin>
604611
</plugins>
605612

0 commit comments

Comments
 (0)