Before I explain my problem - I\'ve tried to find solution in already asked questions, but none of them worked ;)
I\'m trying to read file inside jar, which is a depende
Use target jar classloader like this
ClassInOtherJar.class.getClassLoader().getResourceAsStream("filename.xml")