You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're independently controlling dep versions in the various maven modules in this repo, and it's messy. For example we have 3 different version of WildFly declared in 7 different locations, all badly out of date:
A fix for this would likely require changes to the Jenkins jobs that run these (perhaps just adding -am to mvn commands) and would probably force an adjustment to the maven versions of the various modules themselves (which seems needed regardless as none of them use -SNAPSHOT).
The text was updated successfully, but these errors were encountered:
Or maybe for the BOM project, we create a org.wildfly.bom:wildfly-container-parent or something that is released. Then each POM in here can use that as the parent.
If the BOM project is moving back to WildFly we could just use that to ensure we get the correct components. We basically just need a BOM that will hold the version of WildFly we need. Maybe some other components too like the EJB client or things like that.
We're independently controlling dep versions in the various maven modules in this repo, and it's messy. For example we have 3 different version of WildFly declared in 7 different locations, all badly out of date:
A fix for this would likely require changes to the Jenkins jobs that run these (perhaps just adding -am to mvn commands) and would probably force an adjustment to the maven versions of the various modules themselves (which seems needed regardless as none of them use -SNAPSHOT).
The text was updated successfully, but these errors were encountered: