We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15f931 commit df70d56Copy full SHA for df70d56
aws-serverless-java-container-core/pom.xml
@@ -63,6 +63,25 @@
63
<version>6.1.4</version>
64
<scope>test</scope>
65
</dependency>
66
+ <dependency>
67
+ <groupId>com.amazonaws</groupId>
68
+ <artifactId>aws-lambda-java-events</artifactId>
69
+ <version>4.0.0</version>
70
+ <exclusions>
71
+ <exclusion>
72
+ <groupId>com.fasterxml.jackson.core</groupId>
73
+ <artifactId>jackson-databind</artifactId>
74
+ </exclusion>
75
76
77
+ <artifactId>jackson-annotations</artifactId>
78
79
80
81
+ <artifactId>jackson-core</artifactId>
82
83
+ </exclusions>
84
+ </dependency>
85
</dependencies>
86
87
<build>
0 commit comments