diff options
author | liamfallon <liam.fallon@ericsson.com> | 2018-09-07 13:36:41 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@ericsson.com> | 2018-09-07 13:52:35 +0100 |
commit | cf282dd15ce391eed832063aea956a8d55521278 (patch) | |
tree | 698c059484fe7215e6842090f1aff4528b947cb6 /integrity-audit | |
parent | 5b0c195d48031684f44289d05a75d22280ff0508 (diff) |
Remove changing of access on par fields
Parameter handling refactored to remove changing of
access on fields in parameters, new implementation requires
getters to be defined for all fields.
Note: This change causes a knock on into distribution
Change-Id: I172f5d9310caf92d6ea825ff93292019c00a47c3
Issue-ID: POLICY-1095
Signed-off-by: liamfallon <liam.fallon@ericsson.com>
Diffstat (limited to 'integrity-audit')
-rw-r--r-- | integrity-audit/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 241a9a88..a45dac2c 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -76,7 +76,6 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.4</version> </dependency> </dependencies> |