File tree 2 files changed +6
-10
lines changed
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 57
57
<o11yphantVersion >1.4</o11yphantVersion >
58
58
<h2Version >1.4.188</h2Version >
59
59
<pmd .failOnViolation>false</pmd .failOnViolation>
60
+ <aws .java.sdk.version>2.21.20</aws .java.sdk.version>
60
61
</properties >
61
62
62
63
<dependencyManagement >
63
64
<dependencies >
64
65
<dependency >
65
66
<groupId >software.amazon.awssdk</groupId >
66
67
<artifactId >bom</artifactId >
67
- <version >2.21.20 </version >
68
+ <version >${aws.java.sdk.version} </version >
68
69
<type >pom</type >
69
70
<scope >import</scope >
70
71
</dependency >
115
116
</dependencyManagement >
116
117
117
118
<dependencies >
118
- <dependency >
119
- <groupId >software.amazon.awssdk.crt</groupId >
120
- <artifactId >aws-crt</artifactId >
121
- <version >0.25.1</version >
122
- </dependency >
123
- <dependency >
124
- <groupId >software.amazon.awssdk</groupId >
125
- <artifactId >s3</artifactId >
126
- </dependency >
127
119
<dependency >
128
120
<groupId >org.slf4j</groupId >
129
121
<artifactId >slf4j-api</artifactId >
Original file line number Diff line number Diff line change 35
35
<groupId >org.commonjava.util</groupId >
36
36
<artifactId >o11yphant-metrics-api</artifactId >
37
37
</dependency >
38
+ <dependency >
39
+ <groupId >software.amazon.awssdk</groupId >
40
+ <artifactId >s3</artifactId >
41
+ </dependency >
38
42
39
43
<!-- Test-->
40
44
<dependency >
You can’t perform that action at this time.
0 commit comments