Skip to content

Commit

Permalink
Upgrade parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed May 13, 2019
1 parent a865bfc commit cd5531d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.2</version>
<!--<relativePath>../pom.xml</relativePath>-->
<version>3.43</version>
</parent>

<properties>
Expand Down Expand Up @@ -157,12 +156,16 @@
<version>11.0.1</version>
</dependency>
<dependency>
<!-- Dependency bound conflict between MQ notifier and JTH -->
<!-- TODO: remove once MQ Notifier is updated -->
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<version>3.7</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.6</version>
</dependency>

<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>structs</artifactId>
Expand Down Expand Up @@ -306,24 +309,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<configuration>
<xmlOutput>true</xmlOutput>
<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
<!-- Optional directory to put findbugs xdoc xml report -->
<!--<xmlOutputDirectory>target/site</xmlOutputDirectory>-->
</configuration>
<executions>
<execution>
<goals>
<goal>findbugs</goal>
</goals>
<phase>test</phase>
</execution>
</executions>
</plugin>
</plugins>
<extensions>
<extension>
Expand Down
File renamed without changes.

0 comments on commit cd5531d

Please sign in to comment.