diff options
author | Aleksi Hietanen <aleksi@vaadin.com> | 2017-04-10 13:42:03 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2017-04-10 12:42:03 +0200 |
commit | 393a3f191a5c1e40f34d8fa7681940ca685427df (patch) | |
tree | c0e02215559c8d00525bd935bf14f6aa36102e42 /client | |
parent | a811ce5161d5b426dec955b94515854d344163c6 (diff) | |
download | vaadin-framework-393a3f191a5c1e40f34d8fa7681940ca685427df.tar.gz vaadin-framework-393a3f191a5c1e40f34d8fa7681940ca685427df.zip |
Remove compile-time mockito dependency from client module
Diffstat (limited to 'client')
-rw-r--r-- | client/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/client/pom.xml b/client/pom.xml index 9662772769..892d28c4ba 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -41,11 +41,6 @@ <groupId>com.google.gwt</groupId> <artifactId>gwt-elemental</artifactId> </dependency> - - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - </dependency> </dependencies> <build> |