Fix sonar issue KeyPairFactory
[oom/platform/cert-service.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 36904e9..9780c8f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <build>
         <pluginManagement>
             <plugins>
+                <plugin>
+                    <artifactId>maven-checkstyle-plugin</artifactId>
+                    <configuration>
+                        <suppressionsLocation>checkstyle-suppressions.xml</suppressionsLocation>
+                    </configuration>
+                </plugin>
                 <plugin>
                     <groupId>org.springdoc</groupId>
                     <artifactId>springdoc-openapi-maven-plugin</artifactId>