| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 | 
							- <?xml version="1.0" encoding="UTF-8"?>
 
- <project xmlns="http://maven.apache.org/POM/4.0.0"
 
-          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
-          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
-     <parent>
 
-         <groupId>com.xuxueli</groupId>
 
-         <artifactId>xxl-job-executor-samples</artifactId>
 
-         <version>2.1.1</version>
 
-     </parent>
 
-     <modelVersion>4.0.0</modelVersion>
 
-     <artifactId>xxl-job-executor-sample-jboot</artifactId>
 
-     <packaging>jar</packaging>
 
-     <properties>
 
-         <maven.compiler.source>1.8</maven.compiler.source>
 
-         <maven.compiler.target>1.8</maven.compiler.target>
 
-     </properties>
 
-     <dependencies>
 
-         <!-- jboot -->
 
-         <dependency>
 
-             <groupId>io.jboot</groupId>
 
-             <artifactId>jboot</artifactId>
 
-             <version>2.0.9</version>
 
-         </dependency>
 
-         <!-- xxl-job-core -->
 
-         <dependency>
 
-             <groupId>com.xuxueli</groupId>
 
-             <artifactId>xxl-job-core</artifactId>
 
-             <version>${project.parent.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>junit</groupId>
 
-             <artifactId>junit</artifactId>
 
-             <version>4.11</version>
 
-             <scope>test</scope>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>ch.qos.logback</groupId>
 
-             <artifactId>logback-core</artifactId>
 
-             <version>1.1.11</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>ch.qos.logback</groupId>
 
-             <artifactId>logback-classic</artifactId>
 
-             <version>1.1.11</version>
 
-         </dependency>
 
-     </dependencies>
 
- </project>
 
 
  |