imageio-ext dependency in render module should be a test dependency instead of 
having compile scope
---------------------------------------------------------------------------------------------------

                 Key: GEOT-1842
                 URL: http://jira.codehaus.org/browse/GEOT-1842
             Project: GeoTools
          Issue Type: Improvement
          Components: core render
    Affects Versions: 2.5-M2
            Reporter: Daniele Romagnoli
            Assignee: Daniele Romagnoli
            Priority: Minor
             Fix For: 2.5-M3


in the pom.xml of the render module the following dependency has compile scope:

<dependency>
          <groupId>it.geosolutions.imageio-ext</groupId>
          <artifactId>imageio-ext-arcgrid</artifactId>
          <version>1.0-SNAPSHOT</version>
</dependency>


A simple fix will be defining this dependency with test scope:

<dependency>
          <groupId>it.geosolutions.imageio-ext</groupId>
          <artifactId>imageio-ext-arcgrid</artifactId>
          <version>1.0-SNAPSHOT</version>
          <scope>test</scope>
</dependency>



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to