diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-19 10:39:24 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-19 10:39:28 +0100 |
commit | 7f1a3a44ca4ac555e235f66a7801328ecb98c2b5 (patch) | |
tree | f9fe193a52b8e8a8f6f21210ef27aac88f8fcade /pom.xml | |
parent | 94206bf0220c569eef0bd959179ccd7e57ff1eaa (diff) |
Fix some dependencies flagged in scans
Issue-ID: POLICY-4393
Change-Id: I5b82f5e17ae8827486cc477d7ade4ed46e2e902b
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -47,9 +47,6 @@ <releases.path>content/repositories/releases/</releases.path> <snapshots.path>content/repositories/snapshots/</snapshots.path> <staging.path>content/repositories/staging/</staging.path> - - <!-- Project common dependency versions --> - <commons-lang3.version>3.4</commons-lang3.version> </properties> <modules> @@ -65,16 +62,6 @@ <module>spring-utils</module> </modules> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>${commons-lang3.version}</version> - </dependency> - </dependencies> - </dependencyManagement> - <build> <plugins> <plugin> |