Skip to content

Commit

Permalink
Merge pull request #332 from JarvisCraft/Cheryl-des-patch-1
Browse files Browse the repository at this point in the history
build: remove redundant `dependencies` from `nexus-staging-maven-plugin` configuration
  • Loading branch information
JarvisCraft authored Feb 14, 2022
2 parents b7d4e91 + ad610fc commit 0a88810
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,19 +217,6 @@
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
<dependencies>
<!-- Manual fix of Plugin crash on latest Java versions -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.17</version>
</dependency>
<dependency>
<groupId>org.ogce</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.6</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 0a88810

Please sign in to comment.