Skip to content

Commit 21e068b

Browse files
committed
move aws starter to computation
Signed-off-by: Thang PHAM <[email protected]>
1 parent cdb0c08 commit 21e068b

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

pom.xml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
<org.hamcrest.version>2.2</org.hamcrest.version>
5252

5353
<spring-cloud-aws.version>3.2.0</spring-cloud-aws.version>
54-
<aws-sdk.version>2.21.20</aws-sdk.version>
5554

5655
<sonar.organization>gridsuite</sonar.organization>
5756
<sonar.projectKey>org.gridsuite:computation</sonar.projectKey>
@@ -84,21 +83,6 @@
8483
<type>pom</type>
8584
<scope>import</scope>
8685
</dependency>
87-
<dependency>
88-
<groupId>software.amazon.awssdk</groupId>
89-
<artifactId>bom</artifactId>
90-
<version>${aws-sdk.version}</version>
91-
<type>pom</type>
92-
<scope>import</scope>
93-
</dependency>
94-
<dependency>
95-
<groupId>io.awspring.cloud</groupId>
96-
<artifactId>spring-cloud-aws-dependencies</artifactId>
97-
<version>${spring-cloud-aws.version}</version>
98-
<type>pom</type>
99-
<scope>import</scope>
100-
</dependency>
101-
10286
</dependencies>
10387
</dependencyManagement>
10488

@@ -150,9 +134,9 @@
150134
<artifactId>spring-cloud-stream</artifactId>
151135
</dependency>
152136
<dependency>
153-
<groupId>software.amazon.awssdk</groupId>
154-
<artifactId>s3</artifactId>
155-
<optional>true</optional>
137+
<groupId>io.awspring.cloud</groupId>
138+
<artifactId>spring-cloud-aws-starter-s3</artifactId>
139+
<version>${spring-cloud-aws.version}</version>
156140
</dependency>
157141

158142
<!-- AspectJ -->

0 commit comments

Comments
 (0)