diff --git a/pom.xml b/pom.xml index c76f30a..5f81001 100644 --- a/pom.xml +++ b/pom.xml @@ -21,8 +21,9 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <yoho.model.version>1.4.5-SNAPSHOT</yoho.model.version> <yoho.core.version>1.4.5-SNAPSHOT</yoho.core.version> - - + + + <servlet-api-version>3.0-alpha-1</servlet-api-version> <aspectj-version>1.8.7</aspectj-version> <influxdb-version>2.7</influxdb-version> <javax-version>7.0</javax-version> @@ -317,6 +318,13 @@ <artifactId>swagger-springmvc</artifactId> <version>${mangofactory-version}</version> </dependency> + <!-- servlet --> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>${servlet-api-version}</version> + <scope>provided</scope> + </dependency> <!-- spring核心包 --> <dependency> <groupId>org.springframework</groupId>