We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2562898 commit 2146847Copy full SHA for 2146847
samples/springboot3/pet-store-native/pom.xml
@@ -28,6 +28,12 @@
28
<artifactId>aws-serverless-java-container-springboot3</artifactId>
29
<version>[2.0.0-SNAPSHOT,),[2.0.0-M1,)</version>
30
</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>
37
<dependency>
38
<groupId>com.amazonaws</groupId>
39
<artifactId>aws-lambda-java-events</artifactId>
0 commit comments