浏览代码

更新项目中信息的springboot版本以及urule版本,优化项目配置

jacky6024 8 年之前
父节点
当前提交
8d3bc50fa2
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. 0 10
      urule-springboot/pom.xml

+ 0 - 10
urule-springboot/pom.xml

@@ -42,20 +42,10 @@
 			<groupId>org.springframework.boot</groupId>
 			<artifactId>spring-boot-starter-web</artifactId>
 		</dependency>
-		<dependency>
-			<groupId>org.apache.tomcat.embed</groupId>
-			<artifactId>tomcat-embed-jasper</artifactId>
-		</dependency>
 		<dependency>
 			<groupId>com.bstek.urule</groupId>
 			<artifactId>urule-console</artifactId>
 			<version>2.1.1-SNAPSHOT</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.derby</groupId>
-                    <artifactId>derby</artifactId>
-                </exclusion>
-            </exclusions>
 		</dependency>
 
 		<dependency>