I don't think that this will be possible in AS7.
To separate the different applications with the dependencies there are different classloaders for each application, see AS7 classloading.
A way that looks possible is to add this libraries as a modul, create the module.xml and use symbolic links. Also you can have different versions (main, 1.1,1.2 ...) that applications can run with different dependencies in the same server.