diff options
author | 2018-09-14 11:23:35 -0400 | |
---|---|---|
committer | 2018-09-14 11:24:37 -0400 | |
commit | d4f0cc3c1a4b1f9add530e1f4e84d32c225dc364 (patch) | |
tree | a4fe2c092bbdff5e2d939b750ef9105f31a3b83b | |
parent | 82658daad05f982a8358581623f44a1554238a48 (diff) |
Fixing nexus sonar scan issues
Issue-ID: AAI-1583
Change-Id: Id7c84f8c82096557e8280236694b149f64f12a50
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -78,9 +78,9 @@ limitations under the License. </dependency> <dependency> - <groupId>dom4j</groupId> + <groupId>org.dom4j</groupId> <artifactId>dom4j</artifactId> - <version>1.6.1</version> + <version>2.1.1</version> <scope>provided</scope> </dependency> |