Skip to content

Commit

Permalink
JENKINS-10370 - Fixing cycle in dependencies when testing CVS plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mc1arke committed Jan 2, 2012
1 parent d7531fa commit 66a21fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -38,6 +38,18 @@
<artifactId>org-netbeans-lib-cvsclient</artifactId>
<version>RELEASE701</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>subversion</artifactId>
<groupId>org.jvnet.hudson.plugins</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

<properties>
Expand Down

0 comments on commit 66a21fc

Please sign in to comment.