Skip to content

Commit

Permalink
Make software.amazon.awssdk groupId owned by the AmazonServices to av…
Browse files Browse the repository at this point in the history
…oid a possibiliy for other members to override versions of these dependencies
  • Loading branch information
aloubyansky committed Jun 20, 2022
1 parent 2a03681 commit 170d936
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,6 @@
<groupId>software.amazon.awssdk</groupId>
<artifactId>apache-client</artifactId>
<version>2.17.166</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down
6 changes: 0 additions & 6 deletions generated-platform-project/quarkus-camel/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10592,12 +10592,6 @@
<groupId>software.amazon.awssdk</groupId>
<artifactId>apache-client</artifactId>
<version>2.17.166</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down
6 changes: 0 additions & 6 deletions generated-platform-project/quarkus-universe/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26183,12 +26183,6 @@
<groupId>software.amazon.awssdk</groupId>
<artifactId>apache-client</artifactId>
<version>2.17.166</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,10 @@
<member>
<name>AmazonServices</name>
<bom>io.quarkiverse.amazonservices:quarkus-amazon-services-bom:${quarkus-amazon-services.version}</bom>
<ownGroupIds>
<groupId>io.quarkiverse.amazonservices</groupId>
<groupId>software.amazon.awssdk</groupId>
</ownGroupIds>
<release>
<lastDetectedBomUpdate>io.quarkus.platform:quarkus-amazon-services-bom:2.9.0.CR1</lastDetectedBomUpdate>
<next>${platform.groupId}:quarkus-amazon-services-bom:${platform.version}</next>
Expand Down

0 comments on commit 170d936

Please sign in to comment.