[Project] Fixing deployment to Nexus

This commit is contained in:
Robert von Burg 2022-08-17 06:41:53 +02:00
parent 7bb8302be0
commit 3db66595fb
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 7 additions and 0 deletions

View File

@ -671,6 +671,13 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.15</version> <!-- apparently this needs to be exactly this version -->
</dependency>
</dependencies>
</plugin>
</plugins>