[BUILD-398] AWS SDK Versions Created: 27/Aug/20  Updated: 03/Sep/20  Resolved: 02/Sep/20

Status: Closed
Project: Build
Component/s: None
Affects Version/s: BOM 6.2.2
Fix Version/s: BOM 6.2.3

Type: Task Priority: Neutral
Reporter: Richard Gange Assignee: Federico Grilli
Resolution: Done Votes: 0
Labels: maintenance
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
relation
Template:
Acceptance criteria:
Empty
Task DoR:
Empty
Date of First Response:
Sprint: Maintenance 23
Story Points: 2

 Description   

In BUILD-393 we updated awsSdkVersion to 2.13.41.

Problem
Dependency does not exist.

      <!--AWS-->
      <dependency>
        <groupId>com.amazonaws</groupId>
        <artifactId>aws-java-sdk-rekognition</artifactId>
        <version>${awsSdkVersion}</version>
        <exclusions>
          <exclusion>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
          </exclusion>
        </exclusions>
      </dependency>
      <dependency>
        <groupId>com.amazonaws</groupId>
        <artifactId>aws-java-sdk-core</artifactId>
        <version>${awsSdkVersion}</version>

See https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-core

Solutions



 Comments   
Comment by Federico Grilli [ 02/Sep/20 ]

It turned out that image-recognition actually uses artifacts from software.amazon.awssdk groupId.
Also, a search in whole Magnolia git repo showed com.amazonws artifacts are only used by projects not relying on BOM

Comment by Richard Gange [ 03/Sep/20 ]

Ha, ok. So we just went ahead and removed the dependency

Generated at Sun Feb 11 23:41:33 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.