Skip to content

Commit

Permalink
admin-gui/POM: javax.servlet-api removed, tomcat-embed-core covers this
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Jun 2, 2020
1 parent d75ac57 commit c03ac7b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions gui/admin-gui/pom.xml
Expand Up @@ -51,13 +51,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
<exclusions>
<!-- in favor of Jakarta version -->
<!--<exclusion>-->
<!-- <groupId>javax.annotation</groupId>-->
<!-- <artifactId>javax.annotation-api</artifactId>-->
<!--</exclusion>-->
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
Expand Down Expand Up @@ -746,11 +739,6 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>

<!-- testing dependencies -->
<dependency>
Expand Down

0 comments on commit c03ac7b

Please sign in to comment.