diff options
Diffstat (limited to 'mso-api-handlers/pom.xml')
-rw-r--r-- | mso-api-handlers/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mso-api-handlers/pom.xml b/mso-api-handlers/pom.xml index 08d5ba7d41..6be4911c6a 100644 --- a/mso-api-handlers/pom.xml +++ b/mso-api-handlers/pom.xml @@ -27,5 +27,11 @@ <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> </dependencies> </project> |