I noticed if I exclude the jmf library coming with j-ogg-all, I can still play ogg sound in JME. Looks like jmf is not required for decoding ogg files(?) if so, we may safely exclude it in jme3-jogg. (the jmf jar size is 1.8 MB!)
From a quick glance at ogg package, I could not find any class using jmf package.
@stephengold can you please confirm if jmf library is required for decoding ogg files in JME?