aboutsummaryrefslogtreecommitdiffstats
path: root/utils/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-06-18 15:53:30 -0400
committerJim Hahn <jrh3@att.com>2018-06-18 16:19:58 -0400
commitcd5750e1c75294febce97c9567829abdbc3c7030 (patch)
tree98b51f3eb2993dcae95578c4e800e966dc81ef60 /utils/pom.xml
parent5c04cdde760ff9f92235f29f8892977853bce864 (diff)
Use setXxx() methods for @Property fields
Fortify generates a security exception when PropertyConfiguration attempts to directly update private fields. PropertyConfiguration has been modified to invoke setXxx() methods, instead, to set the values for the fields. Add junit tests for new methods. Change-Id: Ic4420b6348724c5a384d3c2c8bf7b4c0c6350fa9 Issue-ID: POLICY-906 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'utils/pom.xml')
-rw-r--r--utils/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/pom.xml b/utils/pom.xml
index cf34bd7c..8375408e 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -38,6 +38,11 @@
<dependencies>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.4</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>