Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b0edae

Browse files
committedDec 5, 2020
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

-2
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)
Please sign in to comment.