Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit b5745bc3 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

fix jackson lib version for weblogic

parent 7b7adf50
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@
<!-- used to switch off bean validation which resulted in failing Spring context to load -->
<package-name>javax.validation.*</package-name>
<!-- use smp fasterxml because weblogic version is to old -->
<package-name>com.fasterxml.*</package-name>
</prefer-application-packages>
<prefer-application-resources>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment