diff options
author | esobmar <mariusz.sobucki@ericsson.com> | 2018-08-10 16:59:25 +0100 |
---|---|---|
committer | esobmar <mariusz.sobucki@ericsson.com> | 2018-08-14 17:51:50 +0100 |
commit | dadcc32db07e9ba1cd0198bffab39b688fa13323 (patch) | |
tree | 735115e5821b2192e21b3be32d30b214afd93ae4 /datarouter-prov/pom.xml | |
parent | 13639e1b05d8c8b5b1e9efd543573834501aefaa (diff) |
Unit test base
Change-Id: I122c7799dd90ba249d7ef48b1113a27c55f2632e
Signed-off-by: esobmar <mariusz.sobucki@ericsson.com>
Issue-ID: DMAAP-101
Diffstat (limited to 'datarouter-prov/pom.xml')
-rwxr-xr-x | datarouter-prov/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 269e015d..8e187905 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -201,6 +201,11 @@ <scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.0</version>
+ </dependency>
+ <dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>2.2.5</version>
|