[Geoserver-devel] [JIRA] (GEOS-7840) VT: incorrect version of java-vector-tiles is being pulled in (1.0.8 vs 1.0.9)

David Blasby created an issue

GeoServer / BugGEOS-7840

VT: incorrect version of java-vector-tiles is being pulled in (1.0.8 vs 1.0.9)

Issue Type:

BugBug

Assignee:

Unassigned

Created:

07/Nov/16 10:30 PM

Priority:

MediumMedium

Reporter:

David Blasby

Correct version is 1.0.9

although extension/vectortiles’s pom.xml depends on java-vector-tiles 1.0.9

<dependency>
<groupId>no.ecc.vectortile</groupId>
<artifactId>java-vector-tile</artifactId>
<version>1.0.9</version>
</dependency>

version 1.0.8 is being bundled in the .zip. This is likely due to a 1.0.8 in community/script/groovey/pom.xml

https://github.com/boundlessgeo/geoserver/blob/ead2a5650e4877cdddab91bb617f4c5e4492c4c9/src/community/script/groovy/pom.xml

<dependency>
<!-- this dependency taken from geoscript-groovy pom but upgraded to 1.0.8 –>
<groupId>no.ecc.vectortile</groupId>
<artifactId>java-vector-tile</artifactId>
<version>1.0.8</version>
<!-- Exclude protobuf here so gt-geobuf can pull in a more recent version –>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
</exclusions>
</dependency>

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v1000.499.4#100018-sha1:b6a952e)

Atlassian logo