Skip to content

Commit bf560bb

Browse files
author
Davide Melfi
committed
chore: moving junit as dependency of surefire
1 parent 283b47d commit bf560bb

File tree

3 files changed

+15
-0
lines changed
  • aws-lambda-java-events-sdk-transformer
  • aws-lambda-java-tests
  • samples/kinesis-firehose-event-handler

3 files changed

+15
-0
lines changed

aws-lambda-java-events-sdk-transformer/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
8686
<failIfNoTests>true</failIfNoTests>
8787
</configuration>
8888
<dependencies>
89+
<dependency>
90+
<groupId>org.junit.jupiter</groupId>
91+
<artifactId>junit-jupiter-engine</artifactId>
92+
<version>${junit-jupiter.version}</version>
93+
</dependency>
8994
<dependency>
9095
<groupId>org.junit.platform</groupId>
9196
<artifactId>junit-platform-launcher</artifactId>

aws-lambda-java-tests/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@
255255
<failIfNoTests>true</failIfNoTests>
256256
</configuration>
257257
<dependencies>
258+
<dependency>
259+
<groupId>org.junit.jupiter</groupId>
260+
<artifactId>junit-jupiter-engine</artifactId>
261+
<version>${junit.version}</version>
262+
</dependency>
258263
<dependency>
259264
<groupId>org.junit.platform</groupId>
260265
<artifactId>junit-platform-launcher</artifactId>

samples/kinesis-firehose-event-handler/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
<failIfNoTests>true</failIfNoTests>
7777
</configuration>
7878
<dependencies>
79+
<dependency>
80+
<groupId>org.junit.jupiter</groupId>
81+
<artifactId>junit-jupiter-engine</artifactId>
82+
<version>${junit-jupiter.version}</version>
83+
</dependency>
7984
<dependency>
8085
<groupId>org.junit.platform</groupId>
8186
<artifactId>junit-platform-launcher</artifactId>

0 commit comments

Comments
 (0)