forked from phoedos/pmd
[xml] fix integration test for pom rule
This commit is contained in:
@@ -5,13 +5,15 @@
|
|||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependency>
|
<dependencies>
|
||||||
<groupId>org.jboss.arquillian</groupId>
|
<dependency>
|
||||||
<artifactId>arquillian-bom</artifactId>
|
<groupId>org.jboss.arquillian</groupId>
|
||||||
<version>${arquillian.version}</version>
|
<artifactId>arquillian-bom</artifactId>
|
||||||
<type>bom</type>
|
<version>${arquillian.version}</version>
|
||||||
<scope>import</scope>
|
<type>bom</type>
|
||||||
</dependency>
|
<scope>import</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user