File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ <parent >
4+ <artifactId >java_component</artifactId >
5+ <groupId >com.critc</groupId >
6+ <version >1.0-SNAPSHOT</version >
7+ </parent >
8+ <modelVersion >4.0.0</modelVersion >
9+
10+ <artifactId >chapter5_2_job_quartz</artifactId >
11+ <packaging >jar</packaging >
12+
13+ <name >chapter5_2_job_quartz</name >
14+ <url >http://maven.apache.org</url >
15+
16+ <properties >
17+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18+ </properties >
19+
20+ <dependencies >
21+ <dependency >
22+ <groupId >org.quartz-scheduler</groupId >
23+ <artifactId >quartz</artifactId >
24+ <version >2.3.0</version >
25+ </dependency >
26+
27+ <dependency >
28+ <groupId >junit</groupId >
29+ <artifactId >junit</artifactId >
30+ <version >3.8.1</version >
31+ <scope >test</scope >
32+ </dependency >
33+ </dependencies >
34+ </project >
You can’t perform that action at this time.
0 commit comments