diff options
Diffstat (limited to 'restconf-client/provider/pom.xml')
-rwxr-xr-x | restconf-client/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index 3116e0fb5..b847a079e 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> |