Skip to content

Commit

Permalink
chore: update nexus plugin - workaround for https://stackoverflow.com…
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Oct 4, 2023
1 parent a2f7c82 commit babf0ed
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 @@ -100,6 +100,13 @@
<nexusUrl>https://oss.sonatype.org</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
<dependencies>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.15</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.kordamp.maven</groupId>
Expand Down

0 comments on commit babf0ed

Please sign in to comment.