Hi, I’m Shashank. I’m new to Solr and was trying to use amazon-aws sdk along with Solr. I added amazon-aws.jar and its third party dependencies under /solr-6.3.0/server/solr/lib folder. Even after I add all required dependencies, I keep getting NoClassDefinitionError and NoSuchMethod Errors. I see that some of the third party jars such as jackson-core, jackson-mapper-asl libraries are part of /solr-6.3.0/server/solr/solr-webapp/WEB-INF/lib, but of different versions. The classes in these jars are the ones causing the issue. Could someone help me with loading these dependencies (amazon-aws third party libs) appropriately to not cause issue with the rest of the jars.
Thanks, Shashank Pedamallu