I am new to abdera and have this basic dependency question. I have a standalone program that happens to have dependency to abdera-core and abdera-parser.
When I was trying to turn this program into its OSGi version, I noticed abdera-parser is importing org.apache.james.mime4j and org.apache.james.mime4j.stream. As my standalone program is not using james, I am wondering if abdera-parser could import james with resolution:=optional so that those use-cases not using james can run without james. I would appreciate your feedback. Thanks. Regards, Aki
