pom.xml で宣言しました
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
ただし、WAR ファイルにはまだ jar ファイルが含まれています。私が使用できる秘密のフラグ「yes-really-dont-include-this」はありますか?
ありがとう