summaryrefslogtreecommitdiffstats
path: root/client/pom.xml
diff options
context:
space:
mode:
authorAleksi Hietanen <aleksi@vaadin.com>2017-04-10 13:42:03 +0300
committerIlia Motornyi <elmot@vaadin.com>2017-04-10 12:42:03 +0200
commit393a3f191a5c1e40f34d8fa7681940ca685427df (patch)
treec0e02215559c8d00525bd935bf14f6aa36102e42 /client/pom.xml
parenta811ce5161d5b426dec955b94515854d344163c6 (diff)
downloadvaadin-framework-393a3f191a5c1e40f34d8fa7681940ca685427df.tar.gz
vaadin-framework-393a3f191a5c1e40f34d8fa7681940ca685427df.zip
Remove compile-time mockito dependency from client module
Diffstat (limited to 'client/pom.xml')
-rw-r--r--client/pom.xml5
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>