Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Oct 11, 2017
1 parent e2a0792 commit 04994ed
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ THE SOFTWARE.
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>2.28</version>
<version>2.31-20171011.213336-1</version> <!-- TODO https://github.com/jenkinsci/jenkins-test-harness/pull/79 -->
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -110,12 +110,6 @@ THE SOFTWARE.
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>matrix-project</artifactId>
<version>${matrix-project.version}</version>
<exclusions>
<exclusion> <!-- TODO pick up from command-launcher, so long as that is a dep -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>script-security</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -129,12 +123,6 @@ THE SOFTWARE.
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency> <!-- TODO at least pending a signature change in JenkinsRule.createComputerLauncher -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>command-launcher</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jvnet.mock-javamail</groupId>
<artifactId>mock-javamail</artifactId>
Expand Down

0 comments on commit 04994ed

Please sign in to comment.