Skip to content

Commit

Permalink
Merge branch 'master' into fix/jcasc-test-harness
Browse files Browse the repository at this point in the history
  • Loading branch information
jetersen committed Jan 14, 2020
2 parents 6afdc52 + b03d6cc commit d42826a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.47</version>
<version>3.55</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -95,6 +95,12 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit d42826a

Please sign in to comment.