<dependency>
<groupId>org.openl.rules</groupId>
<artifactId>org.openl.rules.jackson</artifactId>
<version>5.27.2</version>
</dependency>
@Grapes(
@Grab(group='org.openl.rules', module='org.openl.rules.jackson', version='5.27.2')
)
<parent> <groupId>org.openl.rules</groupId> <artifactId>org.openl.rules.studio-pom</artifactId> <version>5.27.2</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.module:jackson-module-jaxb-annotations
|-- com.fasterxml.jackson.module:jackson-module-parameter-names
|-- com.fasterxml.jackson.datatype:jackson-datatype-jdk8
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310
|-- org.openl.rules:org.openl.rules.project
|-- org.openl.rules:org.openl.rules.jackson.configuration
provided
|-- jakarta.xml.bind:jakarta.xml.bind-api
test