Mercurial > hg > digilib
diff webapp/pom.xml @ 969:6e7a87da622f
bio-formats codec now works sometimes (only mo=q0 and only mo=jpg).
author | robcast |
---|---|
date | Thu, 26 Jan 2012 21:46:33 +0100 |
parents | a052cfbe8afb |
children | de9c762ef86b |
line wrap: on
line diff
--- a/webapp/pom.xml Thu Jan 26 17:51:47 2012 +0100 +++ b/webapp/pom.xml Thu Jan 26 21:46:33 2012 +0100 @@ -142,5 +142,16 @@ </dependency> </dependencies> </profile> + <profile> + <id>codec-bioformats</id> + <dependencies> + <dependency> + <groupId>digilib</groupId> + <artifactId>digilib-common-bioformats</artifactId> + <type>jar</type> + <scope>compile</scope> + </dependency> + </dependencies> + </profile> </profiles> </project>