Yes, it works fine with the 1.4.15 and plugin dependency. Thank you for the advice. I have been blocked for 5 months with this issue.
Le mer. 13 oct. 2021 à 16:24, Alexander Kriegisch <[email protected]> a écrit : > Probably you added the XStream dependency because on JDK 16+ Nexus > Staging Maven Plugin does not work anymore without upgrading it (or you > need a lot of add-opens options on the Java command line). I noticed in > my own projects that version 1.4.15 works nicely on JDKs 16 and 17, > while 1.4.18 causes problems. So I had to revert version bumps. Please > let me know if using 1.4.15 fixes your problem. BTW, I did not declare > it as a module dependency but as a plugin dependency only. > > -- > Alexander Kriegisch > https://scrum-master.de > > > Nils Breunese schrieb am 13.10.2021 16:17 (GMT +02:00): > > > Manuel Dahmen <[email protected]> wrote: > > > >> I don't understand why XStream library is loaded since I don't have > this in > >> my dependencies. > >> > >> pom.xml: > >> https://github.com/manuelddahmen/empty3/blob/android/pom.xml > > > > I do see this dependency at > > https://github.com/manuelddahmen/empty3/blob/android/pom.xml#L308-L312 > > > > ---- > > <dependency> > > <groupId>com.thoughtworks.xstream</groupId> > > <artifactId>xstream</artifactId> > > <version>1.4.18</version> > > </dependency> > > ---- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
