Skip to content

Commit

Permalink
Improvement - Upgrade parent pom
Browse files Browse the repository at this point in the history
This also requires to upgrade JUnit.
Some test dependencies are already provided by the parent pom and
therefore are not required to be declared explicitly.
  • Loading branch information
darxriggs authored and lucamilanesio committed Sep 14, 2019
1 parent eaa0932 commit c912f21
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.7</version>
<relativePath />
<version>3.33</version>
</parent>

<groupId>org.jenkins.plugins.statistics.gatherer</groupId>
Expand Down Expand Up @@ -91,23 +90,10 @@
</dependency>

<!-- Test dependancies -->
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-war</artifactId>
<version>${jenkins.version}</version>
<type>war</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>jenkins-test-harness</artifactId>
<version>${jenkins-test-harness.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c912f21

Please sign in to comment.