Skip to content

Commit

Permalink
Remove MapperFootprintTest, its deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 21, 2024
1 parent 7f631e3 commit 874c4b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,6 @@
<scope>test</scope>
</dependency>

<!-- For heap usage testing see https://github.com/FasterXML/jackson-databind/pull/3675 -->
<dependency>
<groupId>org.openjdk.jol</groupId>
<artifactId>jol-core</artifactId>
<version>0.16</version>
<scope>test</scope>
</dependency>

<!-- Since 2.17, started using Mockito instead of Powermock -->
<!-- For testing with static methods -->
<dependency>
Expand Down Expand Up @@ -217,9 +209,6 @@
<classpathDependencyExcludes>
<exclude>javax.measure:jsr-275</exclude>
</classpathDependencyExcludes>
<excludes>
<exclude>tools.jackson.databind.MapperFootprintTest</exclude>
</excludes>
<!-- 26-Nov-2019, tatu: moar parallelism! Per-class basis, safe, efficient enough
... although not 100% sure this makes much difference TBH
-->
Expand Down
38 changes: 0 additions & 38 deletions src/test/java/tools/jackson/databind/MapperFootprintTest.java

This file was deleted.

0 comments on commit 874c4b4

Please sign in to comment.