OpenAPITools / jackson-databind-nullable

JsonNullable wrapper class and Jackson module to support meaningful null values
Apache License 2.0
99 stars 31 forks source link

Include license in POM #27

Closed ZwoCa closed 2 years ago

ZwoCa commented 2 years ago

The license should be specified also in POM. This enables Maven Central Repository to correctly state license and also is important for using for example org.codehaus.mojo:license-maven-plugin to check ones own project using the jackson-databind-nullable dependency.

wing328 commented 2 years ago

@ZwoCa thanks for the PR, which looks good to me.