aboutsummaryrefslogtreecommitdiff
path: root/websocket
diff options
context:
space:
mode:
authorRichard van Nieuwenhoven <richard.vannieuwenhoven@adesso.at>2015-07-17 16:29:50 +0200
committerRichard van Nieuwenhoven <richard.vannieuwenhoven@adesso.at>2015-07-17 16:29:50 +0200
commite202df499a2181477983968eeaded731d44a92f4 (patch)
tree872bbae438e601087109d16cc589d21e59059c1c /websocket
parent5fe20c61344a9d1654bda69d9c0af38466c8639a (diff)
downloadnanohttpd-e202df499a2181477983968eeaded731d44a92f4.tar.gz
Update pom.xml
mockito should have test scope
Diffstat (limited to 'websocket')
-rw-r--r--websocket/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/websocket/pom.xml b/websocket/pom.xml
index e808e8d..4cc2de2 100644
--- a/websocket/pom.xml
+++ b/websocket/pom.xml
@@ -14,6 +14,7 @@
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>