BAEL-8959 Fix surefire configs of projects ejb-client, junit5-example, java-remote-debugging and spring projects

- Basic pom standardization
This commit is contained in:
Dhawal Kapil 2018-09-24 10:46:22 +05:30
parent 6995a96704
commit 214173c0e2
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>${javaee-api.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -24,7 +24,6 @@
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>${javaee-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>