diff --git a/spring-session-data-gemfire/spring-session-data-gemfire.gradle b/spring-session-data-gemfire/spring-session-data-gemfire.gradle index 9fe152d..096cdf0 100644 --- a/spring-session-data-gemfire/spring-session-data-gemfire.gradle +++ b/spring-session-data-gemfire/spring-session-data-gemfire.gradle @@ -3,6 +3,18 @@ apply from: MAVEN_POM_EDITOR_GRADLE description = "Spring Session for Pivotal GemFire" +repositories { + maven { + url 'https://repo.spring.io/plugins-snapshot' + if (project.hasProperty('artifactoryUsername')) { + credentials { + username "$artifactoryUsername" + password "$artifactoryPassword" + } + } + } +} + dependencies { compile(project(':spring-session-data-geode')) {