Skip to content

Commit

Permalink
✨ gateway use pmd module (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir authored Oct 31, 2024
1 parent dfba2d3 commit cd4bd15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 41 deletions.
10 changes: 9 additions & 1 deletion refarch-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

<!-- Core Frameworks -->
<spring-cloud.version>2023.0.3</spring-cloud.version>
<refarch-tools.version>1.0.0</refarch-tools.version>

<!-- Logging -->
<logstash-logback-encoder.version>8.0</logstash-logback-encoder.version>
Expand Down Expand Up @@ -265,7 +266,7 @@
<excludeRoot>target/generated-test-sources</excludeRoot>
</excludeRoots>
<rulesets>
<ruleset>../shared-files/pmd-ruleset.xml</ruleset>
<ruleset>refarch-pmd-ruleset.xml</ruleset>
</rulesets>
</configuration>
<executions>
Expand All @@ -276,6 +277,13 @@
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>de.muenchen.refarch.tools</groupId>
<artifactId>refarch-pmd</artifactId>
<version>${refarch-tools.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
Expand Down
40 changes: 0 additions & 40 deletions shared-files/pmd-ruleset.xml

This file was deleted.

0 comments on commit cd4bd15

Please sign in to comment.