On Thu, Feb 20, 2014 at 3:08 PM, Nate Gordon <nate.gor...@appcore.com> wrote: > Will this cause issues with people running ACS from maven jetty (or any > other maven operation that needs the db) if the connector isn't pulled in > by the pom? I could see it being added to support that need. If they are > running it from a tomcat instance managed by eclipse, it would be pretty > easy to manage it as a system dep there and removing it from the pom. I've > done that myself for other projects and not had a problem, it is just > documentation. >
Yes. A developer (or anyone else running ACS via jetty) will need to have the jar in the classpath. --David