Skip to content

Commit

Permalink
Revert ":wrench: gateway use pmd module"
Browse files Browse the repository at this point in the history
This reverts commit 820fa8b.
  • Loading branch information
simonhir committed Oct 31, 2024
1 parent df08487 commit 4556457
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions refarch-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<!-- 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 @@ -266,7 +265,7 @@
<excludeRoot>target/generated-test-sources</excludeRoot>
</excludeRoots>
<rulesets>
<ruleset>refarch-pmd-ruleset.xml</ruleset>
<ruleset>../shared-files/pmd-ruleset.xml</ruleset>
</rulesets>
</configuration>
<executions>
Expand All @@ -277,13 +276,6 @@
</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 4556457

Please sign in to comment.