Hello, dear developer!
I have builded jar from source code with maven.
Steps to reproduce the problem:
- download the project
- navigate via terminal (cd {path})
- mvn compile
- mvn package
Then I get jar file which I included inside project via Gradle.
When I run the project get the exception of Spring Framework...
Caused by: java.lang.ClassNotFoundException: org.springframework.util.MultiValueMap
How I can fix it or may be you can add the latest package to mvnrepository? The latest package version on mvnrepository is 4.8.3
P.S. Here is the compiled jar for 4.14 version -
https://yadi.sk/d/uAxj1D2JScHh8A
Thanks in advance!)