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:
parent
e00a702b35
commit
235f275f0b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user