Skip to content

Commit

Permalink
Update geotools to v20.4
Browse files Browse the repository at this point in the history
Update Geotoosl to v20.4 and replace legacy `gt-wfs` dependency left behind in PR #3198.
Now using the new `gt-wfs-ng` one which is available in geotoos v20.4.
  • Loading branch information
juanluisrp committed Jun 24, 2019
1 parent c940783 commit f7faec3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -691,8 +691,8 @@
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-wfs</artifactId>
<version>${geotools.legacy.version}</version>
<artifactId>gt-wfs-ng</artifactId>
<version>${geotools.version}</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
Expand Down Expand Up @@ -1377,8 +1377,7 @@

<!-- NOTE: When updating GeoTools, check which version
of Postgres is used and update pg.version if needed. -->
<geotools.version>20.0</geotools.version>
<geotools.legacy.version>16.5</geotools.legacy.version>
<geotools.version>20.4</geotools.version>
<pg.version>9.4.1211</pg.version>

<lucene.version>4.9.0</lucene.version>
Expand Down
2 changes: 1 addition & 1 deletion workers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-wfs</artifactId>
<artifactId>gt-wfs-ng</artifactId>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion workers/wfsfeature-harvester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-wfs</artifactId>
<artifactId>gt-wfs-ng</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit f7faec3

Please sign in to comment.