jacopoc opened a new pull request, #1050: URL: https://github.com/apache/ofbiz-framework/pull/1050
Added spring-web version 6.2.17 to dependencies.gradle. SimpleMethodTest (in the main source set of framework/testtools) statically initializes MockHttpServletResponse, which at class-load time references org.springframework.http.MediaType from spring-web. spring-web was never declared as a direct dependency, it was only arriving transitively via the LDAP plugin's CAS dependency. Without any plugins, it's missing from the classpath. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
