mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-08 07:12:42 +08:00
46 lines
1.4 KiB
XML
46 lines
1.4 KiB
XML
<?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">
|
||
<modelVersion>4.0.0</modelVersion>
|
||
|
||
<parent>
|
||
<artifactId>jnpf-dependencies</artifactId>
|
||
<groupId>com.jnpf</groupId>
|
||
<version>5.2.0-RELEASE</version>
|
||
</parent>
|
||
|
||
<groupId>com.jnpf</groupId>
|
||
<artifactId>jnpf-scheduletask-starter</artifactId>
|
||
<packaging>pom</packaging>
|
||
<version>5.2.0-RELEASE</version>
|
||
|
||
<description>任务调度项目,集成xxl-job</description>
|
||
|
||
<modules>
|
||
<module>xxl-job-core</module>
|
||
<module>jnpf-scheduletask-client</module>
|
||
<module>jnpf-scheduletask-model</module>
|
||
</modules>
|
||
|
||
<properties>
|
||
</properties>
|
||
|
||
<dependencies>
|
||
<dependency>
|
||
<groupId>org.projectlombok</groupId>
|
||
<artifactId>lombok</artifactId>
|
||
</dependency>
|
||
</dependencies>
|
||
<distributionManagement>
|
||
<repository>
|
||
<id>maven-releases</id>
|
||
<url>http://222.184.49.22:19999/repository/maven-releases/</url>
|
||
</repository>
|
||
<snapshotRepository>
|
||
<id>maven-snapshots</id>
|
||
<url>http://222.184.49.22:19999/repository/maven-snapshots/</url>
|
||
</snapshotRepository>
|
||
</distributionManagement>
|
||
</project>
|