diff options
author | 2025-03-04 09:11:39 +0000 | |
---|---|---|
committer | 2025-03-04 09:13:30 +0000 | |
commit | f97eaff2bedd83df93400e2c36ff92c22f67001f (patch) | |
tree | d1a3173a12c5f755564331f628fa1c68835ae9a8 /pom.xml | |
parent | 7a02c6f78b21b85b60855d6e96926217f4cc373a (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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |