jboss-developer / jboss-jdg-quickstarts

Quickstarts (or examples, or samples) for Infinispan.
Apache License 2.0
67 stars 99 forks source link

JDG-2009 Quickstarts should not use uber jars #204

Closed galderz closed 6 years ago

galderz commented 6 years ago

https://issues.jboss.org/browse/JDG-2009

galderz commented 6 years ago

Push a couple of commits: first to update version, second to reorder dependencies in dependency management so that the right version is imported. It's not ideal, but couldn't get to exclude infinispan-core from WF dependency. Also, it's an old WF dependency.

ryanemerson commented 6 years ago

@galderz LGTM. There is a failure on the rapid-stock-market module, but that also happens on the jdg-7.2.x branch. A required class was missing while executing org.apache.maven.plugins:maven-shade-plugin:1.5:shade: org/codehaus/plexus/util/xml/XmlStreamWriter

ryanemerson commented 6 years ago

I've created https://issues.jboss.org/browse/JDG-2018 to track the issue