Skip to content

Commit

Permalink
chore(deps): add crac dependency to native sample
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Nov 27, 2024
1 parent 2562898 commit 2146847
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions samples/springboot3/pet-store-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
<artifactId>aws-serverless-java-container-springboot3</artifactId>
<version>[2.0.0-SNAPSHOT,),[2.0.0-M1,)</version>
</dependency>
<dependency><!-- required for Spring's ConditionalOnCheckpointRestore to work -->
<!-- see https://docs.spring.io/spring-framework/reference/integration/checkpoint-restore.html -->
<groupId>org.crac</groupId>
<artifactId>crac</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>
Expand Down

0 comments on commit 2146847

Please sign in to comment.