Ich versuche, eine Webanwendung mit Tomcat auszuführen, aber die Anwendung verwendet Bibliotheken wie:
import javax.validation.constraints.Future;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
Diese Bibliotheken sind nicht Teil der Tomcat-Spezifikation, so dass ich sie manuell hinzufügen muss.
Welche Bibliotheken sollte ich hinzufügen?