Skip to content

Commit

Permalink
port exclusion from GF PR. (#1080)
Browse files Browse the repository at this point in the history
Signed-off-by: gurunrao <gurunandan.rao@oracle.com>
  • Loading branch information
gurunrao committed Jun 23, 2022
1 parent b1660dc commit a799622
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions glassfish-runner/concurrency-tck/pom.xml
Expand Up @@ -82,6 +82,14 @@
<version>4.0.5</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.test-audit</groupId>
<artifactId>jboss-test-audit-impl</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.test-audit</groupId>
<artifactId>jboss-test-audit-api</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.el</groupId>
<artifactId>jakarta.el-api</artifactId>
Expand Down

0 comments on commit a799622

Please sign in to comment.