mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Extract ebean-jackson-mapper module - fix module-info with requires com.fasterxml.jackson.annotation;
This commit is contained in:
@@ -3,6 +3,7 @@ import io.ebean.jackson.mapper.ScalarJsonJacksonMapper;
|
||||
module io.ebean.jackson.mapper {
|
||||
|
||||
requires io.ebean.core.type;
|
||||
requires com.fasterxml.jackson.annotation;
|
||||
requires com.fasterxml.jackson.core;
|
||||
requires com.fasterxml.jackson.databind;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user