mirror of https://github.com/apache/archiva.git
fix test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@921811 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e2f5e24bf0
commit
83ffbd8e18
|
@ -17,6 +17,13 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.archiva</groupId>
|
<groupId>org.apache.archiva</groupId>
|
||||||
<artifactId>repository-statistics</artifactId>
|
<artifactId>repository-statistics</artifactId>
|
||||||
|
<exclusions>
|
||||||
|
<!-- interferes with tests -->
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.apache.archiva</groupId>
|
||||||
|
<artifactId>problem-reports</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.archiva</groupId>
|
<groupId>org.apache.archiva</groupId>
|
||||||
|
|
Loading…
Reference in New Issue