添加 javax.servlet jar包

master
LambdaExpression 7 years ago
parent adaf69896e
commit afaae8e64b
  1. 7
      pom.xml

@ -96,6 +96,13 @@
<version>LATEST</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>

Loading…
Cancel
Save