Skip to content

Commit 2146847

Browse files
committed
chore(deps): add crac dependency to native sample
1 parent 2562898 commit 2146847

File tree

1 file changed

+6
-0
lines changed
  • samples/springboot3/pet-store-native

1 file changed

+6
-0
lines changed

samples/springboot3/pet-store-native/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
<artifactId>aws-serverless-java-container-springboot3</artifactId>
2929
<version>[2.0.0-SNAPSHOT,),[2.0.0-M1,)</version>
3030
</dependency>
31+
<dependency><!-- required for Spring's ConditionalOnCheckpointRestore to work -->
32+
<!-- see https://docs.spring.io/spring-framework/reference/integration/checkpoint-restore.html -->
33+
<groupId>org.crac</groupId>
34+
<artifactId>crac</artifactId>
35+
<scope>runtime</scope>
36+
</dependency>
3137
<dependency>
3238
<groupId>com.amazonaws</groupId>
3339
<artifactId>aws-lambda-java-events</artifactId>

0 commit comments

Comments
 (0)