trakem2 / TrakEM2

ImageJ plugin for morphological data mining, 3D modeling and image stitching, registration, editing and annotation.
https://imagej.net/TrakEM2
GNU General Public License v3.0
30 stars 32 forks source link

No explicitly declared versions of upstream-managed components in pom-trakem2 #12

Closed hinerm closed 8 years ago

hinerm commented 9 years ago

e.g. mpicbg's version is overridden from Fiji. This causes problems because Fiji can only ship one version, which needs to be the one managed in pom-fiji.

The ideal workflow would be:

hinerm commented 9 years ago

@axtimwalde happy to discuss during the hackathon next week

axtimwalde commented 9 years ago

@hinerm sure!

ctrueden commented 8 years ago

I fixed the build so that TrakEM2 now inherits all components from upstream, except for postgresql and jai, which it manages at its level (i.e.: it does not override them, because no non-TrakEM2 components use these).