Upgrade geoapi dependency on trunk as per the geotools upgrade to 2.3-SNAPSHOT
------------------------------------------------------------------------------
Key: GEOS-2683
URL: http://jira.codehaus.org/browse/GEOS-2683
Project: GeoServer
Issue Type: Task
Affects Versions: 2.0-alpha1
Reporter: Gabriel Roldán
Assignee: Gabriel Roldán
Fix For: 2.0.x
it seems to imply adding two more dependencies among org.opengis.geoapi:
{code}
<dependency>
<groupId>org.opengis</groupId>
<artifactId>geoapi</artifactId>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.opengis</groupId>
<artifactId>geoapi-dummy-pending</artifactId>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.opengis</groupId>
<artifactId>geoapi-pending</artifactId>
<version>2.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.java.dev.jsr-275</groupId>
<artifactId>jsr-275</artifactId>
<version>1.0-beta-2</version>
</dependency>
{code}
--
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