We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45e632 commit fb16f4dCopy full SHA for fb16f4d
README.md
@@ -55,6 +55,10 @@ To include modules, you use some or all of:
55
and either include versions directly, OR, preferably, import
56
[Jackson BOM](../../../jackson-bom) that will specify consistent version set.
57
58
+Note that the parent project -- `jackson-modules-java8` -- is ONLY used as parent pom by
59
+individual "child" modules, and DOES NOT have dependencies on them. This means that you should not depend on it
60
+as that will not include child modules.
61
+
62
### Registering modules
63
64
```java
0 commit comments