diff options
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -156,6 +156,10 @@ <artifactId>quartz</artifactId>
<groupId>org.quartz-scheduler</groupId>
</exclusion>
+ <exclusion>
+ <artifactId>junit</artifactId>
+ <groupId>junit</groupId>
+ </exclusion>
</exclusions>
</dependency>
</dependencies>
|
