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