File tree 1 file changed +3
-13
lines changed
javav2/example_code/workdocs
1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >software.amazon.awssdk</groupId >
37
37
<artifactId >bom</artifactId >
38
- <version >2.11.11 </version >
38
+ <version >2.15.14 </version >
39
39
<type >pom</type >
40
40
<scope >import</scope >
41
41
</dependency >
42
42
</dependencies >
43
43
</dependencyManagement >
44
44
<dependencies >
45
- <dependency >
46
- <groupId >software.amazon.awssdk</groupId >
47
- <artifactId >dynamodb-enhanced</artifactId >
48
- <version >2.11.4-PREVIEW</version >
49
- </dependency >
50
- <dependency >
45
+ <dependency >
51
46
<groupId >org.junit.jupiter</groupId >
52
47
<artifactId >junit-jupiter-api</artifactId >
53
48
<version >5.4.2</version >
59
54
<version >5.4.2</version >
60
55
<scope >test</scope >
61
56
</dependency >
62
- <!-- https://mvnrepository.com/artifact/org.junit.platform/junit-platform-commons -->
63
- <dependency >
57
+ <dependency >
64
58
<groupId >org.junit.platform</groupId >
65
59
<artifactId >junit-platform-commons</artifactId >
66
60
<version >1.4.0</version >
67
61
</dependency >
68
-
69
- <!-- https://mvnrepository.com/artifact/org.junit.platform/junit-platform-launcher -->
70
62
<dependency >
71
63
<groupId >org.junit.platform</groupId >
72
64
<artifactId >junit-platform-launcher</artifactId >
81
73
<dependency >
82
74
<groupId >software.amazon.awssdk</groupId >
83
75
<artifactId >workdocs</artifactId >
84
- <version >2.10.86</version >
85
76
</dependency >
86
- <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
87
77
<dependency >
88
78
<groupId >commons-io</groupId >
89
79
<artifactId >commons-io</artifactId >
You can’t perform that action at this time.
0 commit comments