On 17/05/14 01:46, Jody Garnett wrote:
> When adding gt-wfs-ng (and removing gt-wfs) I get the following 
> dependencies:
>
> [INFO] +- org.geotools:gt-wfs-ng:jar:12-SNAPSHOT:compile
> [INFO] |  \- xpp3:xpp3:jar:1.1.3.4.O:compile
>
> Is there anything else besides xpp3 that I need?

This is all non geotools stuff in dependencies:

     <dependency>
       <groupId>xpp3</groupId>
       <artifactId>xpp3</artifactId>
     </dependency>
     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-all</artifactId>
       <scope>test</scope>
     </dependency>

So that is only xpp3, the apache stuff and the mock stuff just for the 
tests.

>
> There is also a reference to gt-wfs sneaking in from geoscript land - 
> so I suggest you ask for testing from that project as well:
>
> [INFO] +- org.geoscript:geoscript-groovy:jar:1.4-SNAPSHOT:compile
> [INFO] |  +- org.geotools:gt-wfs:jar:12-SNAPSHOT:compile
>
> --

Not familiar with geoscript. Not sure what you are suggesting that I 
should do, please elaborate.

Regards
Niels


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to