diff --git a/pom.xml b/pom.xml
index ba886c15..58101ff2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,16 +95,12 @@
3.2.8
+
openapi-request-validator-core
- openapi-request-validator-pact
- openapi-request-validator-wiremock-junit5
- openapi-request-validator-restassured
- openapi-request-validator-mockmvc
openapi-request-validator-spring-webmvc
- openapi-request-validator-spring-web-client
- openapi-request-validator-ktor-client
- openapi-request-validator-examples
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ ${maven.javadoc.plugin.version}
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ none
+ false
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+