diff options
author | 2019-08-16 13:06:00 +0000 | |
---|---|---|
committer | 2019-08-16 13:06:00 +0000 | |
commit | 4c41bf52c861e9a517e61beb9252349037fa6417 (patch) | |
tree | 64ccd6f5c4d7d5fd7404efe96a49a594997408f0 /common/pom.xml | |
parent | 27eb14bb20dddcbb3a1ef6abbc5adedbb628c5bd (diff) | |
parent | fa36daa658a50d9ca2e57cae649d63c0e9e2882a (diff) |
Merge "Initial commit of validation framework to APIH"
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index a52897170a..2553038e6b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -186,6 +186,11 @@ <version>${grpc.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.javatuples</groupId> + <artifactId>javatuples</artifactId> + <version>1.2</version> + </dependency> </dependencies> <dependencyManagement> |