[
https://issues.apache.org/jira/browse/GEODE-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15490920#comment-15490920
]
ASF subversion and git services commented on GEODE-1872:
--------------------------------------------------------
Commit 9fbad68e53a9d4501ea9e7b23167a41e570b5c34 in incubator-geode's branch
refs/heads/develop from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=9fbad68 ]
GEODE-1872: fix spelling of spring-hateoas dependency
> spring-hateoas is misspelled in gradle/dependency-versions.properties
> ---------------------------------------------------------------------
>
> Key: GEODE-1872
> URL: https://issues.apache.org/jira/browse/GEODE-1872
> Project: Geode
> Issue Type: Bug
> Components: build
> Reporter: Kirk Lund
> Assignee: Kirk Lund
> Fix For: 1.0.0-incubating
>
>
> spring-hateoas is misspelled as spring-hateos in
> gradle/dependency-versions.properties:
> {noformat}
> spring-hateos.version = 0.16.0.RELEASE
> {noformat}
> It's then used as the version string in geode-web-api/build.gradle:
> {noformat}
> compile ('org.springframework.hateoas:spring-hateoas:' +
> project.'spring-hateos.version') {
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)