Skip to content

Commit 7f243a5

Browse files
committed
Manual merge of pom.xml import addition
1 parent 2a8bc65 commit 7f243a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,13 @@
123123
<version>0.9.1</version>
124124
<scope>test</scope>
125125
</dependency>
126+
<!-- For heap usage testing see https://github.com/FasterXML/jackson-databind/pull/3675 -->
127+
<dependency>
128+
<groupId>org.openjdk.jol</groupId>
129+
<artifactId>jol-core</artifactId>
130+
<version>0.16</version>
131+
<scope>test</scope>
132+
</dependency>
126133
</dependencies>
127134

128135
<!-- Alas, need to include snapshot reference since otherwise can not find

0 commit comments

Comments
 (0)