Fix restconf-client provider dom4j issue
change groupid
Issue-ID: CCSDK-2738
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: If981c7eec2e54d91142d0bec4aa06cfb35e61f70
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml
index 3116e0f..b847a07 100755
--- a/restconf-client/provider/pom.xml
+++ b/restconf-client/provider/pom.xml
@@ -63,7 +63,7 @@
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
- <groupId>dom4j</groupId>
+ <groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
</dependency>
<dependency>