Getting error when starting the server(Run Locally) while implementing sapodataconnector

0
C:\Users\*****\Mendix\*****\javasource\sapodataconnector\utils\ODataClientBuilder.java:153: error: cannot find symbol                clientBuilder = clientBuilder.setSSLContext(sslContext);                                             ^  symbol:   method setSSLContext(SSLContext)  location: variable clientBuilder of type HttpClientBuilderNote: Some input files use or override a deprecated API.Note: Recompile with -Xlint:deprecation for details.Note: Some input files use unchecked or unsafe operations.Note: Recompile with -Xlint:unchecked for details.1 error FAILURE: Build failed with an exception. * What went wrong:Execution failed for task ':compile'.> Compilation failed; see the compiler error output for details. * Try:> Run with --stacktrace option to get the stack trace.> Run with --debug option to get more log output.> Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 22s Please help to resolve 
asked
1 answers
0

Hi Mamatha,

                       It seems to be some jar file conflict. 

answered