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
Obviously it compiles fine if I put the dependency in the main dependencies list, but unfortunately we have a library jar that gets put in the servlet container libs so it must not appear in the war.
The workaround for now is to use :war-exclusions.
The text was updated successfully, but these errors were encountered:
For example, this test project:
fails to compile
Obviously it compiles fine if I put the dependency in the main dependencies list, but unfortunately we have a library jar that gets put in the servlet container libs so it must not appear in the war.
The workaround for now is to use :war-exclusions.
The text was updated successfully, but these errors were encountered: