Skip to content

Commit

Permalink
Merge pull request #390 from markxiaotao/master
Browse files Browse the repository at this point in the history
Remove an override attribute exists in pom.xml file since the related issue had been already fixed.
  • Loading branch information
jeffret-b authored Jul 13, 2020
2 parents 0860f22 + 980e2de commit 911aaf6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ THE SOFTWARE.
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.excludeFilterFile>${basedir}/src/spotbugs/excludeFilter.xml</spotbugs.excludeFilterFile>
<spotbugs.threshold>Low</spotbugs.threshold>
<!-- TODO: Required to override by a version with certchain support (MJARSIGNER-53) on @oleg-nenashev's machine. Remove once it's in upstream -->
<maven-jarsigner-plugin.version>1.4</maven-jarsigner-plugin.version>
</properties>

<repositories>
Expand Down Expand Up @@ -288,7 +286,6 @@ THE SOFTWARE.
</plugin>
<plugin>
<artifactId>maven-jarsigner-plugin</artifactId>
<version>${maven-jarsigner-plugin.version}</version>
<configuration>
<!--
during the development, debug profile will cause
Expand Down

0 comments on commit 911aaf6

Please sign in to comment.