Hello,

Sorry about that.  It's a known issue:

http://jira.codehaus.org/browse/GEOT-2831

I think the reason that Maven doesn't pick up the transitive
dependency on JAI is because it is not known at compile time.

The issue has been fixed and the new code will be part of GeoTools
2.6.1.  In the meantime you can follow Imran's suggestion or add the
following to the pom.xml file for the Quickstart project...

<dependency>
  <groupId>javax.media</groupId>
  <artifactId>jai_core</artifactId>
  <version>1.1.3</version>
</dependency>

Hope this helps,
Michael

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to