Skip to content

Commit

Permalink
Merge pull request #67 from hazendaz/spotbugs
Browse files Browse the repository at this point in the history
Released 3.1.5 and later patch to gmaven javadocs for site release
  • Loading branch information
hazendaz committed Jun 17, 2018
2 parents 7429efc + b45642d commit 3c19930
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.5-SNAPSHOT</version>
<version>3.1.6-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>SpotBugs Maven Plugin</name>
Expand Down Expand Up @@ -137,7 +137,7 @@
<antrunPluginVersion>1.8</antrunPluginVersion>
<l10nPluginVersion>1.8</l10nPluginVersion>
<codenarcPluginVersion>0.22-1</codenarcPluginVersion>
<gmavenPluginVersion>1.6</gmavenPluginVersion>
<gmavenPluginVersion>1.6.1</gmavenPluginVersion>
<infoReportsPluginVersion>2.9</infoReportsPluginVersion>
<invokerPluginVersion>3.1.0</invokerPluginVersion>
<javadocPluginVersion>3.0.1</javadocPluginVersion>
Expand Down Expand Up @@ -196,6 +196,14 @@
<version>${antVersion}</version>
</dependency>

<!-- Needed with groovy 2.5.0 and gmaven currently (remove if fixed later) -->
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-dateutil</artifactId>
<version>${groovyVersion}</version>
<classifier>indy</classifier>
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
Expand Down

0 comments on commit 3c19930

Please sign in to comment.