Skip to content

Commit 6b0edae

Browse files
committed
remove serialization
1 parent e3f1bc7 commit 6b0edae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/maven-build-all.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
run: mvn -B package --file aws-lambda-java-events-sdk-transformer/pom.xml
3232
- name: Build log4j2 with Maven
3333
run: mvn -B package --file aws-lambda-java-log4j2/pom.xml
34-
- name: Build serialization with Maven
35-
run: mvn -B package --file aws-lambda-java-serialization/pom.xml
3634
- name: Build test module with Maven
3735
run: mvn -B package --file aws-lambda-java-tests/pom.xml
3836

0 commit comments

Comments
 (0)