annotationsatharvard / catcha

Catch-A - Catching Annotation: An annotation backend and API.
http://catcha.readthedocs.io
20 stars 9 forks source link

Use git submodules to manage annotationframework dependency #83

Closed xcompass closed 7 years ago

xcompass commented 8 years ago

Since annotationframework plugins are not published to grails repo, we need a way to manage the dependency and lock the dependency version/commit as well. Using git submodules for now, but they can be moved to more standard grails way in the future once annotationframework is published to grails repo.

runtime 'joda-time:joda-time:2.9.4' is added as it seems to be missing at runtime.

jmiranda commented 8 years ago

@xcompass Sorry for the delay on this PR. I will try to get to it later this week.