Skip to content

Commit

Permalink
Move failing Afterburner tests under "/failing" (issue with ByteBuddy)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 24, 2023
1 parent 36bf193 commit 40f2dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tools.jackson.module.afterburner.deser.java8;
package tools.jackson.module.afterburner.failing;

import tools.jackson.databind.ObjectMapper;
import tools.jackson.module.afterburner.AfterburnerTestBase;
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ not datatype, data format, or JAX-RS provider modules.
<!-- 17-Oct-2017, tatu: MrBean and Afterburner will use Byte Buddy instead of raw ASM
starting with 3.0
-->
<version.bytebuddy>1.14.8</version.bytebuddy>
<version.bytebuddy>1.14.9</version.bytebuddy>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -124,7 +124,7 @@ not datatype, data format, or JAX-RS provider modules.
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>tools/jackson/**/failing/*.java</exclude>
<exclude>tools/jackson/module/**/failing/*.java</exclude>
</excludes>
</configuration>
</plugin>
Expand Down

0 comments on commit 40f2dad

Please sign in to comment.