Repository: incubator-rya Updated Branches: refs/heads/master 9e76b8d7c -> 38a1ffd9a
web pom must point to new geo.geowave for exclusions Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/38a1ffd9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/38a1ffd9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/38a1ffd9 Branch: refs/heads/master Commit: 38a1ffd9a20eda161cc98555b7f60721bf5953a9 Parents: 9e76b8d Author: David Lotts <[email protected]> Authored: Thu Aug 31 12:51:53 2017 -0400 Committer: David Lotts <[email protected]> Committed: Thu Aug 31 12:51:53 2017 -0400 ---------------------------------------------------------------------- web/web.rya/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/38a1ffd9/web/web.rya/pom.xml ---------------------------------------------------------------------- diff --git a/web/web.rya/pom.xml b/web/web.rya/pom.xml index 299aa94..a033595 100644 --- a/web/web.rya/pom.xml +++ b/web/web.rya/pom.xml @@ -202,7 +202,7 @@ under the License. <dependencies> <dependency> <groupId>org.apache.rya</groupId> - <artifactId>rya.geoindexing</artifactId> + <artifactId>geo.geowave</artifactId> <version>${project.version}</version> <!-- GeoWave brings in org.springframework jars that are not compatible with web.rya versions --> <exclusions>
