Skip to content

Commit

Permalink
Exclude jboss audit dependencies. There are problematic for CIs
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@gmail.com>
  • Loading branch information
arjantijms committed Jun 23, 2022
1 parent 26b3af5 commit b9e6a45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appserver/tests/tck/concurrency/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@
<version>4.0.4</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 b9e6a45

Please sign in to comment.