postgis/postgis-java

Redefine module dependencies to use exact versions instead of version ranges.

phillipross opened this issue · 1 comments

Version ranges may be causing some maven plugins and other tools such as sbt to fail with transitive dependency resolution. It's also often considered bad practice in some circles to use version ranges and other non-deterministic artifact resolution mechanisms within maven.

resolved with pull request #58