Skip to content

Commit df70d56

Browse files
committed
Added java-events v4 dependency
1 parent c15f931 commit df70d56

File tree

1 file changed

+19
-0
lines changed
  • aws-serverless-java-container-core

1 file changed

+19
-0
lines changed

aws-serverless-java-container-core/pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,25 @@
6363
<version>6.1.4</version>
6464
<scope>test</scope>
6565
</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+
<exclusion>
76+
<groupId>com.fasterxml.jackson.core</groupId>
77+
<artifactId>jackson-annotations</artifactId>
78+
</exclusion>
79+
<exclusion>
80+
<groupId>com.fasterxml.jackson.core</groupId>
81+
<artifactId>jackson-core</artifactId>
82+
</exclusion>
83+
</exclusions>
84+
</dependency>
6685
</dependencies>
6786

6887
<build>

0 commit comments

Comments
 (0)