aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2025-03-04 09:11:39 +0000
committeradheli.tavares <adheli.tavares@est.tech>2025-03-04 09:13:30 +0000
commitf97eaff2bedd83df93400e2c36ff92c22f67001f (patch)
treed1a3173a12c5f755564331f628fa1c68835ae9a8 /pom.xml
parent7a02c6f78b21b85b60855d6e96926217f4cc373a (diff)
Remove managed netty transitive dependencies from parent
- netty dependencies are mostly transitive and managing them in parent was creating conflicts with other dependencies that use older versions of netty. - fixed maven-site plugin declaration. Issue-ID: POLICY-5299 Change-Id: I82f97509e3c663d4eae9c5dc0cfaacdb43bbb4be Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d5faf38c..682b3963 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,11 @@
<release>${maven.compiler.release}</release>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.21.0</version>
+ </plugin>
</plugins>
</build>