diff --git a/examples/11-VideoServiceWithDynamoDB/build.gradle b/examples/11-VideoServiceWithDynamoDB/build.gradle index 333cae2..a38f8a1 100644 --- a/examples/11-VideoServiceWithDynamoDB/build.gradle +++ b/examples/11-VideoServiceWithDynamoDB/build.gradle @@ -47,16 +47,16 @@ dependencies { compile("org.springframework.boot:spring-boot-starter-aop") compile("org.springframework.boot:spring-boot-starter-test") compile("org.springframework.data:spring-data-rest-webmvc:2.1.0.RELEASE") - - compile("org.socialsignin:spring-data-dynamodb:1.0.1-SNAPSHOT") - + + compile("org.socialsignin:spring-data-dynamodb:1.0.4-SNAPSHOT") + compile("com.google.guava:guava:17.0") compile("com.squareup.retrofit:retrofit:1.6.0") compile("commons-io:commons-io:2.4") - + testCompile("junit:junit") } task wrapper(type: Wrapper) { gradleVersion = '1.11' -} \ No newline at end of file +} diff --git a/examples/11b-VideoServiceWithDynamoDBBeanstalk/build.gradle b/examples/11b-VideoServiceWithDynamoDBBeanstalk/build.gradle index a479fe6..1dad6d0 100644 --- a/examples/11b-VideoServiceWithDynamoDBBeanstalk/build.gradle +++ b/examples/11b-VideoServiceWithDynamoDBBeanstalk/build.gradle @@ -36,7 +36,7 @@ repositories { dependencies { - compile("org.springframework.boot:spring-boot-starter-web") + compile("org.springframework.boot:spring-boot-starter-web") providedRuntime("org.springframework.boot:spring-boot-starter-tomcat") compile("org.springframework.data:spring-data-commons:1.8.0.RELEASE") @@ -45,16 +45,16 @@ dependencies { compile("org.springframework.boot:spring-boot-starter-aop") compile("org.springframework.boot:spring-boot-starter-test") compile("org.springframework.data:spring-data-rest-webmvc:2.1.0.RELEASE") - - compile("org.socialsignin:spring-data-dynamodb:1.0.1-SNAPSHOT") - + + compile("org.socialsignin:spring-data-dynamodb:1.0.4-SNAPSHOT") + compile("com.google.guava:guava:17.0") compile("com.squareup.retrofit:retrofit:1.6.0") compile("commons-io:commons-io:2.4") - + testCompile("junit:junit") } task wrapper(type: Wrapper) { gradleVersion = '1.11' -} \ No newline at end of file +}