Shawn, We are using the fortress model classes in our projects, but including the directory-fortress-core dependencies in our pom brings along a lot of extra dependencies, some of which are causing issues in some of our projects. Would you be amenable to some changes in the directory-fortress-core maven pom?
We could change it into a multi module project and move the model classes into it's own module (this would allow it to be included without all the other classes/dependencies). It would still all be in one git project, the maven build process would just produce multiple artifacts (i.e. fortress-core and fortress-core-models). ~Chris
