Jarhell issue with plugin libraries

Hi,

There are some 10 libraries that my plugin is dependent on, in those 4 libraries are already there in the elasticsearch lib/ folder. I removed those 4 libraries from my plugin folder. The problem is, when my plugin classes start looking for those 4 libraries, I get a classnotfound exception. Shouldn't my plugin classes be able to see those jars in the classpath since they are in the elasticsearch lib/ ?

Thanks!