Skip to content

Commit 81819cb

Browse files
author
Davide Melfi
committed
chore: other fixes
1 parent bf560bb commit 81819cb

File tree

4 files changed

+4
-40
lines changed
  • aws-lambda-java-events-sdk-transformer
  • aws-lambda-java-runtime-interface-client
  • aws-lambda-java-tests
  • samples/kinesis-firehose-event-handler

4 files changed

+4
-40
lines changed

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<sdk.v1.version>1.11.914</sdk.v1.version>
4040
<sdk.v2.version>2.15.40</sdk.v2.version>
4141
<junit-jupiter.version>5.14.3</junit-jupiter.version>
42-
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
42+
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
4343
</properties>
4444

4545
<distributionManagement>
@@ -85,18 +85,6 @@
8585
<configuration>
8686
<failIfNoTests>true</failIfNoTests>
8787
</configuration>
88-
<dependencies>
89-
<dependency>
90-
<groupId>org.junit.jupiter</groupId>
91-
<artifactId>junit-jupiter-engine</artifactId>
92-
<version>${junit-jupiter.version}</version>
93-
</dependency>
94-
<dependency>
95-
<groupId>org.junit.platform</groupId>
96-
<artifactId>junit-platform-launcher</artifactId>
97-
<version>1.14.3</version>
98-
</dependency>
99-
</dependencies>
10088
</plugin>
10189
<plugin>
10290
<artifactId>maven-failsafe-plugin</artifactId>

aws-lambda-java-runtime-interface-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
4040
<junit-jupiter.version>5.14.3</junit-jupiter.version>
4141
<maven-checkstyle-plugin.version>3.4.0</maven-checkstyle-plugin.version>
42-
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
42+
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
4343
<!--
4444
The test/integration/codebuild/buildspec.*.yml files will set -DmultiArch=false
4545
as a workaround for executing within Github Actions. At time of writing (2022-04-08) the

aws-lambda-java-tests/pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<junit.version>5.14.3</junit.version>
3737
<jacoco.maven.plugin.version>0.8.7</jacoco.maven.plugin.version>
38-
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
38+
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
3939
</properties>
4040

4141
<dependencies>
@@ -254,18 +254,6 @@
254254
<configuration>
255255
<failIfNoTests>true</failIfNoTests>
256256
</configuration>
257-
<dependencies>
258-
<dependency>
259-
<groupId>org.junit.jupiter</groupId>
260-
<artifactId>junit-jupiter-engine</artifactId>
261-
<version>${junit.version}</version>
262-
</dependency>
263-
<dependency>
264-
<groupId>org.junit.platform</groupId>
265-
<artifactId>junit-platform-launcher</artifactId>
266-
<version>1.14.3</version>
267-
</dependency>
268-
</dependencies>
269257
</plugin>
270258
</plugins>
271259
</build>

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<maven.compiler.target>1.8</maven.compiler.target>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<junit-jupiter.version>5.14.3</junit-jupiter.version>
39-
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
39+
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
4040

4141
</properties>
4242

@@ -75,18 +75,6 @@
7575
<configuration>
7676
<failIfNoTests>true</failIfNoTests>
7777
</configuration>
78-
<dependencies>
79-
<dependency>
80-
<groupId>org.junit.jupiter</groupId>
81-
<artifactId>junit-jupiter-engine</artifactId>
82-
<version>${junit-jupiter.version}</version>
83-
</dependency>
84-
<dependency>
85-
<groupId>org.junit.platform</groupId>
86-
<artifactId>junit-platform-launcher</artifactId>
87-
<version>1.14.3</version>
88-
</dependency>
89-
</dependencies>
9078
</plugin>
9179
</plugins>
9280
</build>

0 commit comments

Comments
 (0)