Revision: 5697
          http://sourceforge.net/p/jump-pilot/code/5697
Author:   edso
Date:     2018-01-29 12:20:25 +0000 (Mon, 29 Jan 2018)
Log Message:
-----------
fix release/snapshot only PLUS version on loading TIF monoband raster as 
Sexante raster fails

Modified Paths:
--------------
    core/trunk/pom.xml

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml  2018-01-28 21:37:26 UTC (rev 5696)
+++ core/trunk/pom.xml  2018-01-29 12:20:25 UTC (rev 5697)
@@ -1061,7 +1061,9 @@
         <dependency>
            <groupId>it.geosolutions.imageio-ext</groupId>
            <artifactId>imageio-ext-tiff</artifactId>
-            <version>${imageio-ext.version}</version>
+           <!-- downgrade, as > 1.1.13 does not load single band TIFFs 
properly -->
+           <version>1.1.13</version>
+           <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.deegree2</groupId>


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to