diff options
Diffstat (limited to 'cps-service/pom.xml')
-rw-r--r-- | cps-service/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml index fdc8177e44..0da2b3ab81 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -142,6 +142,11 @@ </dependency> <!-- T E S T D E P E N D E N C I E S --> <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-test</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <scope>test</scope> |