We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e3115 commit 92ab592Copy full SHA for 92ab592
1 file changed
aws-lambda-java-runtime-interface-client/pom.xml
@@ -137,6 +137,11 @@
137
<artifactId>junit-jupiter-engine</artifactId>
138
<version>${junit-jupiter.version}</version>
139
</dependency>
140
+ <dependency>
141
+ <groupId>org.junit.platform</groupId>
142
+ <artifactId>junit-platform-launcher</artifactId>
143
+ <version>1.14.3</version>
144
+ </dependency>
145
</dependencies>
146
</plugin>
147
<plugin>
0 commit comments