Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. commons-fileupload-X.X.X.jar
  2. commons-io-X.X.X.jar
  3. commons-logging-X.X.X.jar
  4. commons-logging-api.X.X.jar
  5. freemarker-X.X.X.jar
  6. ognl-X.X.X.jar
  7. struts2-core-X.X.X.X.jar
  8. xwork-core-X.X.X.jar
  9. javassist-3.7.ga.jar (new for Struts versions 2.2.1 and higher)

You can see from the above that the Struts 2 core jar depends on several other artifacts. As we add additional Struts 2 features in future tutorials, we'll need to add additional Struts 2 jar files and other transitive dependencies.

...