wildfly-extras / prospero

Prospero is a tool combining Galleon feature packs and wildfly-channels to provision and update Wildfly server.
Apache License 2.0
9 stars 24 forks source link

Use jackson-databind library in WildFly modules in the WildFly feature pack #704

Open spyrkob opened 1 week ago

spyrkob commented 1 week ago

Instead of adding the jackson-databind to prospero-dep module, use com.fasterxml.jackson.dataformat.jackson-dataformat-yaml wildfly-ee module.

parsharma commented 1 week ago

@spyrkob can I take it?

spyrkob commented 1 week ago

@parsharma sure

TomasHofman commented 1 week ago

@spyrkob , how would standalone prospero installation inherit the the module from wildfly-ee?

TomasHofman commented 1 week ago

Aha - there are two prospero-dep modules, so this would only be done in the wildfly-galleon-pack module?

TomasHofman commented 1 week ago

The com.fasterxml.jackson.dataformat.jackson-dataformat-yaml is only available in XP5, isn't that a problem?