Fix restconf-client provider dom4j issue
[ccsdk/sli/plugins.git] / restconf-client / provider / pom.xml
index 3116e0f..b847a07 100755 (executable)
@@ -63,7 +63,7 @@
             <artifactId>jackson-databind</artifactId>
         </dependency>
         <dependency>
-            <groupId>dom4j</groupId>
+            <groupId>org.dom4j</groupId>
             <artifactId>dom4j</artifactId>
         </dependency>
         <dependency>