fixed broken POM which included javaee-api into application scope

This commit is contained in:
2018-12-17 18:14:23 +01:00
parent 0b123bec0f
commit c3fafa4331
3 changed files with 197 additions and 195 deletions

View File

@ -32,6 +32,7 @@
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>