File tree Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Expand file tree Collapse file tree 2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -56,20 +56,6 @@ Download the JAR though [Maven Central](http://mvnrepository.com/artifact/com.gi
56
56
</dependency >
57
57
```
58
58
59
- or via Gradle
60
-
61
- ``` yml
62
- repositories {
63
- mavenCentral()
64
- }
65
-
66
- dependencies {
67
- compile group : ' com.github.spring-data-dynamodb' ,
68
- name : ' spring-data-dynamodb' ,
69
- version : ' 5.0.1'
70
- }
71
- ```
72
-
73
59
Setup DynamoDB configuration as well as enabling Spring Data DynamoDB repository support.
74
60
75
61
``` java
Original file line number Diff line number Diff line change 88
88
Added Spring 5 / Spring-Data Kay support
89
89
</action >
90
90
</release >
91
- <release version =" 4.5.5" date =" " description =" Backport of v5.0 (master)" >
91
+ <release version =" 4.5.5" date =" 2018-03-07 " description =" Backport of v5.0 (master)" >
92
92
<action dev =" derjust" type =" fix" issue =" 139" >
93
93
Backport of v5.0 branch (master)
94
94
</action >
You can’t perform that action at this time.
0 commit comments