...
Code Block | ||||
---|---|---|---|---|
| ||||
<properties> <!-- Dependency versions --> <cas.version>3.1.8</cas.version> <hsqldb.version>1.8.0.7</hsqldb.version> <resource-server.version>1.0.5</resource-server.version> |
to declare the latest version as of this writing, 1.0.9, 6 of resource-server, rather than the 1.0.5 there currently.
Code Block | ||||
---|---|---|---|---|
| ||||
<properties> <!-- Dependency versions --> <cas.version>3.1.8</cas.version> <hsqldb.version>1.8.0.7</hsqldb.version> <resource-server.version>1.0.9<6</resource-server.version> |
You might be tempted to upgrade all the way to version 1.0.9, which is a good idea, but requires an additional exclusion to avoid conflicting Spring Framework versions in underlying dependencies.
(TODO: Document using version 1.0.9 and the necessary exclusion.)
Step 2: Use the Fluid Skinning System that will now be available
...