summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandrew <andrew@10.0.5.205>2013-07-15 15:24:30 +0200
committerandrew <andrew@10.0.5.205>2013-07-15 15:24:30 +0200
commit1221197f4bd90e029f57e44a08327cf30a8e57e0 (patch)
tree29da4d1245c861cf8ebb09d800f0fe781faf6bd1
parent5db7356fd7ad878677eea1696c7afb04361c56c3 (diff)
JUnit is not a runtime dependency
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fbbaf8e..82c4be0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,6 +156,10 @@
<artifactId>quartz</artifactId>
<groupId>org.quartz-scheduler</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>