summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksi Hietanen <aleksi@vaadin.com>2017-04-10 13:42:03 +0300
committerTeemu Suo-Anttila <tsuoanttila@users.noreply.github.com>2017-05-08 14:46:35 +0300
commit3ac11bcdeab940df6dc0c05388506db4165fce7d (patch)
tree157a7e699ae1fc3522b58482d1a9024abc3d9817
parentc4cd11492e03cdd3060da86c2625aa736a30c43b (diff)
downloadvaadin-framework-3ac11bcdeab940df6dc0c05388506db4165fce7d.tar.gz
vaadin-framework-3ac11bcdeab940df6dc0c05388506db4165fce7d.zip
Remove compile-time mockito dependency from client module
-rw-r--r--client/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/client/pom.xml b/client/pom.xml
index e687aee36e..30433e553a 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>