Skip to content

Commit

Permalink
Merge pull request #166 from DelineaXPM/pipelineIssue
Browse files Browse the repository at this point in the history
Resolved build failure caused by the pmd plugin
  • Loading branch information
gaurava-delinea authored Feb 13, 2025
2 parents 059948b + 49ec603 commit e4078f3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<java.version>8</java.version>
<jackson.version>2.18.2</jackson.version>
<spring.version>6.2.2</spring.version>
<pmd.version>6.55.0</pmd.version>
<pmd.version>7.10.0</pmd.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -202,17 +202,18 @@
<version>3.26.0</version>
<configuration>
<targetJdk>${java.version}</targetJdk>
<failOnViolation>false</failOnViolation>
</configuration>
<dependencies>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>7.10.0</version>
<version>${pmd.version}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>7.9.0</version>
<version>${pmd.version}</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit e4078f3

Please sign in to comment.