diff options
Diffstat (limited to 'infra/data-impl/pom.xml')
-rw-r--r-- | infra/data-impl/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/infra/data-impl/pom.xml b/infra/data-impl/pom.xml index 4587ea842..ede81a1c6 100644 --- a/infra/data-impl/pom.xml +++ b/infra/data-impl/pom.xml @@ -66,6 +66,11 @@ <groupId>org.opendaylight.netconf</groupId> <artifactId>mdsal-netconf-connector</artifactId> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.8.1</version> + </dependency> <dependency> <groupId>junit</groupId> |