Skip to content

Commit c170658

Browse files
committed
fix import
Signed-off-by: Harsh Modi <[email protected]>
1 parent 57d40a5 commit c170658

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

pom.xml

+2-10
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,15 @@
5757
<o11yphantVersion>1.4</o11yphantVersion>
5858
<h2Version>1.4.188</h2Version>
5959
<pmd.failOnViolation>false</pmd.failOnViolation>
60+
<aws.java.sdk.version>2.21.20</aws.java.sdk.version>
6061
</properties>
6162

6263
<dependencyManagement>
6364
<dependencies>
6465
<dependency>
6566
<groupId>software.amazon.awssdk</groupId>
6667
<artifactId>bom</artifactId>
67-
<version>2.21.20</version>
68+
<version>${aws.java.sdk.version}</version>
6869
<type>pom</type>
6970
<scope>import</scope>
7071
</dependency>
@@ -115,15 +116,6 @@
115116
</dependencyManagement>
116117

117118
<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>
127119
<dependency>
128120
<groupId>org.slf4j</groupId>
129121
<artifactId>slf4j-api</artifactId>

storage/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
<groupId>org.commonjava.util</groupId>
3636
<artifactId>o11yphant-metrics-api</artifactId>
3737
</dependency>
38+
<dependency>
39+
<groupId>software.amazon.awssdk</groupId>
40+
<artifactId>s3</artifactId>
41+
</dependency>
3842

3943
<!--Test-->
4044
<dependency>

0 commit comments

Comments
 (0)