Skip to content

Commit

Permalink
Merge pull request #181 from liquibase/DAT-18500
Browse files Browse the repository at this point in the history
Add aws profile
  • Loading branch information
abrackx authored Aug 23, 2024
2 parents fcf7f85 + 6385815 commit 8d930a8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,20 @@
</plugins>
</build>
</profile>
<profile>
<id>aws</id>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.27.11</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</profile>
<profile>
<id>remote-repositories</id>
<activation>
Expand Down

0 comments on commit 8d930a8

Please sign in to comment.