Skip to content

Commit

Permalink
fix(AWS Local Invocation): Remove log4j dependency from java wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
yyamano committed Mar 10, 2022
1 parent 7e56aa1 commit 8b17338
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/plugins/aws/invoke-local/runtime-wrappers/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
<artifactId>aws-lambda-java-core</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-log4j</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>
Expand Down

0 comments on commit 8b17338

Please sign in to comment.