Cannot find Generated annotation for ServicesLogger (#20021)
Fixes #20020
This commit is contained in:
parent
ba07f1ced3
commit
dcb7c498a4
1 changed files with 4 additions and 0 deletions
|
@ -139,6 +139,10 @@
|
|||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-annotations</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.annotation</groupId>
|
||||
<artifactId>javax.annotation-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||
<artifactId>jackson-datatype-jdk8</artifactId>
|
||||
|
|
Loading…
Reference in a new issue