Skip to content

Commit 8a6a76c

Browse files
alextwoodsdavidh44
andauthored
Add lambdacore to services pom (#7079)
* Add lambdacore to services pom * Add lambdacore to /bom and /aws-sdk-java, pom.xml --------- Co-authored-by: David Ho <hdavidh@amazon.com>
1 parent a57812b commit 8a6a76c

4 files changed

Lines changed: 12 additions & 1 deletion

File tree

aws-sdk-java/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,6 +2203,11 @@ Amazon AutoScaling, etc).</description>
22032203
<artifactId>lambdamicrovms</artifactId>
22042204
<version>${awsjavasdk.version}</version>
22052205
</dependency>
2206+
<dependency>
2207+
<groupId>software.amazon.awssdk</groupId>
2208+
<artifactId>lambdacore</artifactId>
2209+
<version>${awsjavasdk.version}</version>
2210+
</dependency>
22062211
</dependencies>
22072212
<build>
22082213
<finalName>${project.artifactId}-${project.version}</finalName>

bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2403,6 +2403,11 @@
24032403
<artifactId>lambdamicrovms</artifactId>
24042404
<version>${awsjavasdk.version}</version>
24052405
</dependency>
2406+
<dependency>
2407+
<groupId>software.amazon.awssdk</groupId>
2408+
<artifactId>lambdacore</artifactId>
2409+
<version>${awsjavasdk.version}</version>
2410+
</dependency>
24062411
</dependencies>
24072412
</dependencyManagement>
24082413
</project>

services/lambdacore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>services</artifactId>
20-
<version>2.46.16-SNAPSHOT</version>
20+
<version>2.46.18-SNAPSHOT</version>
2121
</parent>
2222
<artifactId>lambdacore</artifactId>
2323
<name>AWS Java SDK :: Services :: Lambda Core</name>

services/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@
448448
<module>resiliencehubv2</module>
449449
<module>sagemakerjobruntime</module>
450450
<module>lambdamicrovms</module>
451+
<module>lambdacore</module>
451452
</modules>
452453
<description>The AWS Java SDK services</description>
453454
<url>https://aws.amazon.com/sdkforjava</url>

0 commit comments

Comments
 (0)