minor pom fix

This commit is contained in:
Massimiliano Assante 2021-05-13 12:36:20 +02:00
parent 5e8dd211b5
commit a970ce8844
1 changed files with 0 additions and 3 deletions

View File

@ -47,7 +47,6 @@
<dependency>
<groupId>com.liferay.portal</groupId>
<artifactId>portal-service</artifactId>
<version>${liferay.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -58,7 +57,6 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
@ -70,7 +68,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.18</version>
</dependency>
<dependency>
<groupId>jstl</groupId>