Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
dcf4c67
updated the SDK build number
scmacdon Jan 6, 2025
874307a
updated the SDK build number
scmacdon Jan 6, 2025
e8906a2
updated the SDK build number
scmacdon Jan 6, 2025
773d76a
updated the SDK build number
scmacdon Jan 6, 2025
f595e17
updated the SDK build number
scmacdon Jan 7, 2025
916668c
updated the SDK build number
scmacdon Jan 7, 2025
47d269d
updated the SDK build number
scmacdon Jan 7, 2025
894b5ff
updated the SDK build number
scmacdon Jan 7, 2025
78cde2f
updated the SDK build number
scmacdon Jan 7, 2025
e778923
updated the SDK build number
scmacdon Jan 7, 2025
5f09ee2
updated the SDK build number
scmacdon Jan 7, 2025
5f3cd43
updated the SDK build number
scmacdon Jan 7, 2025
c2a607c
updated the SDK build number
scmacdon Jan 7, 2025
02aa926
updated the SDK build number
scmacdon Jan 8, 2025
8cbc978
updated the SDK build number
scmacdon Jan 8, 2025
7ed3b99
updated the SDK build number
scmacdon Jan 8, 2025
de22d38
updated the SDK build number
scmacdon Jan 8, 2025
23bd139
updated the SDK build number
scmacdon Jan 8, 2025
408dd59
updated the SDK build number
scmacdon Jan 8, 2025
946db9b
updated the SDK build number
scmacdon Jan 9, 2025
0a8701d
updated the SDK build number
scmacdon Jan 9, 2025
a1b9375
updated the SDK build number
scmacdon Jan 9, 2025
902057b
updated the SDK build number
scmacdon Jan 9, 2025
71ad2f2
updated the SDK build number
scmacdon Jan 9, 2025
ef10128
updated the SDK build number
scmacdon Jan 9, 2025
f6ef5d2
updated the SDK build number
scmacdon Jan 9, 2025
596badc
updated the SDK build number
scmacdon Jan 9, 2025
9455794
updated the SDK build number
scmacdon Jan 9, 2025
a5e9ee3
updated the SDK build number
scmacdon Jan 10, 2025
c7a3eb2
updated the RDS Readme
scmacdon Jan 10, 2025
affb571
updated the Firehose Readme
scmacdon Jan 10, 2025
980cc22
updated CloudFormation example
scmacdon Jan 10, 2025
e65844d
rolled in review comments
scmacdon Jan 16, 2025
6a63127
rolled in review comments
scmacdon Jan 16, 2025
b5a1e17
rolled in review comments
scmacdon Jan 17, 2025
37ad6f0
rolled in review comments
scmacdon Jan 17, 2025
1299614
rolled in review comments
scmacdon Jan 17, 2025
6daf843
updated POM files
scmacdon Jan 21, 2025
288d5a6
updated POM files
scmacdon Jan 21, 2025
faab0c1
updated POM files
scmacdon Jan 21, 2025
16e8976
updated POM files
scmacdon Jan 21, 2025
832fa9e
updated POM files
scmacdon Jan 21, 2025
c3616b6
updated POM files
scmacdon Jan 21, 2025
7308c1e
updated POM files
scmacdon Jan 21, 2025
c0e92e1
updated POM files
scmacdon Jan 21, 2025
896b48c
updated POM files
scmacdon Jan 21, 2025
b06adc0
updated POM files
scmacdon Jan 21, 2025
4ee3c77
updated POM files
scmacdon Jan 21, 2025
2bf0381
updated POM files
scmacdon Jan 21, 2025
11a1a96
updated POM files
scmacdon Jan 21, 2025
fe2eaa0
updated POM files
scmacdon Jan 22, 2025
273a860
updated POM files
scmacdon Jan 22, 2025
8c1aba3
updated POM files
scmacdon Jan 22, 2025
c778ebb
updated POM files
scmacdon Jan 22, 2025
54f28fc
updated POM files
scmacdon Jan 22, 2025
3d9d667
updated POM files
scmacdon Jan 22, 2025
800e65b
updated POM files
scmacdon Jan 22, 2025
9dfde59
updated POM files
scmacdon Jan 22, 2025
3a01f10
updated POM files
scmacdon Jan 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 4 additions & 25 deletions javav2/example_code/acm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<groupId>org.example</groupId>
<artifactId>acm</artifactId>
<version>1.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
Expand All @@ -28,10 +27,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<configuration>
<groups>IntegrationTest</groups>
</configuration>
<version>3.5.2</version>
</plugin>
</plugins>
</build>
Expand All @@ -40,7 +36,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.26.15</version>
<version>2.29.45</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -56,25 +52,14 @@
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.2</version>
<artifactId>junit-jupiter</artifactId>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>netty-nio-client</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.9.2</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>secretsmanager</artifactId>
Expand All @@ -84,12 +69,6 @@
<artifactId>gson</artifactId>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down
33 changes: 10 additions & 23 deletions javav2/example_code/apigateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.2</version>
</plugin>
</plugins>
</build>
Expand All @@ -30,7 +26,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.21.20</version>
<version>2.29.45</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -39,14 +35,8 @@
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.2</version>
<artifactId>junit-jupiter</artifactId>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -59,19 +49,16 @@
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.8.2</version>
<groupId>software.amazon.awssdk</groupId>
<artifactId>apigateway</artifactId>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.8.2</version>
<scope>test</scope>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sso</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>apigateway</artifactId>
<artifactId>ssooidc</artifactId>
</dependency>
</dependencies>
</project>
35 changes: 13 additions & 22 deletions javav2/example_code/appautoscale/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<version>3.5.2</version>
</plugin>
</plugins>
</build>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.23.13</version>
<version>2.29.45</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -35,21 +35,10 @@
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.2</version>
<artifactId>junit-jupiter</artifactId>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.9.2</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>secretsmanager</artifactId>
Expand All @@ -63,12 +52,6 @@
<artifactId>gson</artifactId>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>autoscaling</artifactId>
Expand All @@ -77,5 +60,13 @@
<groupId>software.amazon.awssdk</groupId>
<artifactId>auth</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sso</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ssooidc</artifactId>
</dependency>
</dependencies>
</project>
</project>
35 changes: 12 additions & 23 deletions javav2/example_code/appsync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>AppSyncJ2</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<maven.compiler.target>17</maven.compiler.target>
Expand All @@ -17,10 +17,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<configuration>
<groups>IntegrationTest</groups>
</configuration>
<version>3.5.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -38,7 +35,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.21.20</version>
<version>2.29.45</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -47,14 +44,8 @@
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<artifactId>junit-jupiter</artifactId>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -67,19 +58,17 @@
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.9.2</version>
<groupId>software.amazon.awssdk</groupId>
<artifactId>appsync</artifactId>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.9.2</version>
<scope>test</scope>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sso</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>appsync</artifactId>
<artifactId>ssooidc</artifactId>
</dependency>
</dependencies>
</project>
</project>

31 changes: 9 additions & 22 deletions javav2/example_code/athena/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
Expand All @@ -17,10 +16,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<configuration>
<groups>IntegrationTest</groups>
</configuration>
<version>3.5.2</version>
</plugin>
</plugins>
</build>
Expand All @@ -29,7 +25,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.21.20</version>
<version>2.29.45</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -38,30 +34,21 @@
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.9.2</version>
<artifactId>junit-jupiter</artifactId>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.9.2</version>
<scope>test</scope>
<groupId>software.amazon.awssdk</groupId>
<artifactId>athena</artifactId>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.9.2</version>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sso</artifactId>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>athena</artifactId>
<artifactId>ssooidc</artifactId>
</dependency>
</dependencies>
</project>
Loading
Loading