Skip to content

Commit 0a02fe6

Browse files
authored
Adding JSONAssert to ease debugging of event serialisation. (#344)
1 parent 126ead2 commit 0a02fe6

File tree

2 files changed

+131
-129
lines changed

2 files changed

+131
-129
lines changed

aws-lambda-java-events/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@
6464
<version>${junit.version}</version>
6565
<scope>test</scope>
6666
</dependency>
67+
<dependency>
68+
<groupId>org.skyscreamer</groupId>
69+
<artifactId>jsonassert</artifactId>
70+
<version>1.5.0</version>
71+
<scope>test</scope>
72+
</dependency>
73+
6774
<dependency>
6875
<groupId>org.projectlombok</groupId>
6976
<artifactId>lombok</artifactId>

0 commit comments

Comments
 (0)