We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1587a99 commit 6e22cfcCopy full SHA for 6e22cfc
2 files changed
examples/powertools-examples-core/cdk/infra/pom.xml
@@ -61,6 +61,13 @@
61
<version>${constructs.version}</version>
62
</dependency>
63
64
+ <dependency>
65
+ <groupId>software.amazon.jsii</groupId>
66
+ <artifactId>jsii-runtime</artifactId>
67
+ <version>1.108.0</version>
68
+ </dependency>
69
+
70
71
<dependency>
72
<groupId>org.junit.jupiter</groupId>
73
<artifactId>junit-jupiter</artifactId>
0 commit comments