diff options
Diffstat (limited to 'BRMSGateway/pom.xml')
-rw-r--r-- | BRMSGateway/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 8f6a79df1..43ac9bd43 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -91,6 +91,11 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.9</version> + </dependency> </dependencies> <build> <plugins> |