Tim-connector: new dependency Quartz scheduler added
This commit is contained in:
parent
6d2b0d3480
commit
85a03ac50d
1 changed files with 13 additions and 1 deletions
12
pom.xml
12
pom.xml
|
|
@ -289,6 +289,12 @@
|
|||
<version>2.5.6</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- QuartzJobBean in spring-context-support.jar -->
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context-support</artifactId>
|
||||
<version>2.5.6</version>
|
||||
</dependency>
|
||||
<!-- Spring security -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
|
|
@ -772,6 +778,12 @@
|
|||
<artifactId>jqplot4java</artifactId>
|
||||
<version>1.2.3-javascript</version>
|
||||
</dependency>
|
||||
<!-- Quartz framework -->
|
||||
<dependency>
|
||||
<groupId>org.quartz-scheduler</groupId>
|
||||
<artifactId>quartz</artifactId>
|
||||
<version>1.8.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue