Skip to content

Commit d863257

Browse files
committed
HV-971 Adjust dependencies to not require jboss.org Maven repositories
1 parent 12735b3 commit d863257

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
236236
<dependency>
237237
<groupId>org.jboss.arquillian.container</groupId>
238238
<artifactId>arquillian-weld-se-embedded-1.1</artifactId>
239-
<version>1.0.0.CR6</version>
239+
<version>1.0.0.CR8</version>
240240
</dependency>
241241
<dependency>
242242
<groupId>com.thoughtworks.paranamer</groupId>

tck-runner/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
<groupId>org.hibernate.beanvalidation.tck</groupId>
6262
<artifactId>beanvalidation-tck-tests</artifactId>
6363
<version>${tck.version}</version>
64+
<exclusions>
65+
<exclusion>
66+
<groupId>org.jboss.test-audit</groupId>
67+
<artifactId>jboss-test-audit-api</artifactId>
68+
</exclusion>
69+
</exclusions>
6470
</dependency>
6571
<dependency>
6672
<groupId>org.jboss.arquillian.testng</groupId>

0 commit comments

Comments
 (0)