diff options
Diffstat (limited to 'appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml')
-rw-r--r-- | appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml b/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml index 85a6deb95..b53e43d75 100644 --- a/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-netconf/pom.xml @@ -83,7 +83,12 @@ <scope>test</scope> </dependency> - + <dependency> + <groupId>org.javassist</groupId> + <artifactId>javassist</artifactId> + <version>3.22.0-GA</version> + <scope>test</scope> + </dependency> </dependencies> |