Add symbolic link to jackson-module-jaxb-annotations.jar

The previous version was creating the file in javadir folder while the
new version put the file in a subfolder. For compatibility it is linked
in the parent folder.

Resolves: RHEL-9625
This commit is contained in:
Marco Fargetta 2023-12-15 11:52:23 +01:00
parent e00a702b35
commit 235f275f0b

View File

@ -86,7 +86,7 @@ cp -p mrbean/src/main/resources/META-INF/{LICENSE,NOTICE} .
# This test fails since mockito was upgraded to 2.x
rm osgi/src/test/java/com/fasterxml/jackson/module/osgi/InjectOsgiServiceTest.java
%mvn_file ":{*}" jackson-modules/@1
%mvn_file ":{*}" jackson-modules/@1 @1
%build
%mvn_build -f -s -j