Skip to content

Commit

Permalink
override jackson-core version from resteasy-jackson2-provider
Browse files Browse the repository at this point in the history
Signed-off-by: m-brophy <[email protected]>
  • Loading branch information
m-brophy committed Nov 17, 2023
1 parent 9f381da commit 1070f36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import com.fasterxml.jackson.databind.ser.FilterProvider;
import com.fasterxml.jackson.databind.ser.impl.SimpleBeanPropertyFilter;
import com.fasterxml.jackson.databind.ser.impl.SimpleFilterProvider;
//import com.fasterxml.jackson.core.exc.StreamWriteException;
import org.jboss.windup.web.services.model.WindupExecution;

import java.io.File;
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@
<artifactId>jackson-databind</artifactId>
<version>${version.jackson.databind}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${version.jackson}</version>
</dependency>
<dependency>
<groupId>org.jboss.arquillian.extension</groupId>
<artifactId>arquillian-drone-bom</artifactId>
Expand Down

0 comments on commit 1070f36

Please sign in to comment.