I wanted to play with the BV TCK. I've downloaded it, read the instruction, but the code doesn't compile because of these two dependencies :
<dependency>
<groupId>org.jboss.test-audit</groupId>
<artifactId>jboss-test-audit-api</artifactId>
<version>${jboss.test.audit.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.test-audit</groupId>
<artifactId>jboss-test-audit-impl</artifactId>
<version>${jboss.test.audit.version}</version>
</dependency>
In the pom.xml there are two repositories :
Nothing in there
Needs a user/pwd
I crawled the Maven central but couldn't find anything.
Do you know which repository I should add to have all the org.jboss.test-audit artifacts ?
Thanks