|
@@ -43,6 +43,19 @@
|
|
</exclusion>
|
|
</exclusion>
|
|
</exclusions>-->
|
|
</exclusions>-->
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+<!-- 添加javax依赖,避免打War包时排除内置Tomcat后找不到对应的依赖 start-->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>javax.persistence</groupId>
|
|
|
|
+ <artifactId>javax.persistence-api</artifactId>
|
|
|
|
+ <version>2.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>javax.servlet</groupId>
|
|
|
|
+ <artifactId>javax.servlet-api</artifactId>
|
|
|
|
+ <version>4.0.1</version>
|
|
|
|
+ <scope>provided</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+<!-- 添加javax依赖,避免打War包时排除内置Tomcat后找不到对应的依赖 end-->
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.json</groupId>
|
|
<groupId>org.json</groupId>
|
|
<artifactId>json</artifactId>
|
|
<artifactId>json</artifactId>
|