Skip to content

Commit

Permalink
🔧 gateway use pmd module
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Oct 28, 2024
1 parent 9e58635 commit 8922fcd
Showing 1 changed file with 9 additions and 1 deletion.
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-libs.version>1.0.0-SNAPSHOT</refarch-libs.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</groupId>
<artifactId>refarch-pmd</artifactId>
<version>${refarch-libs.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
Expand Down

0 comments on commit 8922fcd

Please sign in to comment.