innoveit / play2-pdf

A PDF module for Play Framework 2
MIT License
77 stars 22 forks source link

Use the PlayMinimalJava plugin #30

Closed gpgekko closed 5 years ago

gpgekko commented 5 years ago

Noticed this while doing the Play 2.7 stuff, but forgot to make a pull request for it. Since the code does not do anything with forms, we can use the PlayMinimalJava plugin to remove transitive dependencies. This way users who don't use the forms themselves either won't have to pull those dependencies in. See the note at the bottom of https://www.playframework.com/documentation/2.7.x/JavaForms#Enabling/Disabling-the-forms-module