Include javaee-api in server bundle

This commit is contained in:
René Pfeuffer
2018-10-29 08:43:11 +01:00
parent 2cd2cfbde2
commit a0c301f469
2 changed files with 0 additions and 8 deletions

View File

@@ -80,13 +80,6 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>

View File

@@ -103,7 +103,6 @@
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>7.0</version>
<scope>test</scope>
</dependency>
<!-- rest api -->