diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-04-10 14:02:33 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-04-10 14:02:48 +0100 |
commit | 691631b842b18c04ed3ff230e15594b138d7b329 (patch) | |
tree | 37cba0a29b03c2939be77d11fa0e73d46ec2014d /packages | |
parent | b84171a5e9e6c24afc29ed7bec7d3bf1e57120f0 (diff) |
Dependency management update
- including dependencies to pom.xml files only where they are used,
avoiding extra dependencies being added in all packages.
Issue-ID: POLICY-4945
Change-Id: Ib92fcae59a3da6fa3bf3d4a5e741ca1b012c4a40
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'packages')
-rw-r--r-- | packages/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index 5c6878a..10a3813 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2021 Nordix Foundation. + Copyright (C) 2021, 2024 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ <description>[${project.parent.artifactId}] packaging</description> <properties> - <!-- There is no code in this sub-module, only holds interfaces. So skip sonar. --> + <!-- There is no code in this submodule, only holds interfaces. So skip sonar. --> <sonar.skip>true</sonar.skip> </properties> |