Skip to content

Commit

Permalink
Merge pull request #282 from JarvisCraft/fix-nexus-staging-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisCraft authored Nov 4, 2021
2 parents 5d91c9d + 07ec9ca commit 159359c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<dependencies>
<!-- Manual fix of Plugin crash on latest Java versions -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.18</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 159359c

Please sign in to comment.