stnor commented on issue #18: Move Jackson configuration into a Factory and Provider URL: https://github.com/apache/directory-scimple/pull/18#issuecomment-447379554 It's just the server project that has ejb/javax-deps and in addition that I copied that project, and refactored it, I also I removed this dependency as it pulled in ejb as well (just copied a few classes). ```` <dependency> <groupId>edu.psu.swe.commons</groupId> <artifactId>commons-jaxrs</artifactId> <version>1.31</version> </dependency> ```` Perhaps one could extract the bits of the server project that doesn't require ejb or injection annotations, which it most classes. And duplicate the container specific classes , like the provider registry and a few others in spring/ejb/whatnot-examples?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
