|
|
@ -2,7 +2,21 @@
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
<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">
|
|
|
|
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>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<!-- 使用阿里 maven 库 -->
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
|
|
|
<repository>
|
|
|
|
|
|
|
|
<id>ali-maven</id>
|
|
|
|
|
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
|
|
|
|
|
<releases>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
<snapshots>
|
|
|
|
|
|
|
|
<enabled>true</enabled>
|
|
|
|
|
|
|
|
<updatePolicy>always</updatePolicy>
|
|
|
|
|
|
|
|
<checksumPolicy>fail</checksumPolicy>
|
|
|
|
|
|
|
|
</snapshots>
|
|
|
|
|
|
|
|
</repository>
|
|
|
|
|
|
|
|
</repositories>
|
|
|
|
<groupId>com.wugui</groupId>
|
|
|
|
<groupId>com.wugui</groupId>
|
|
|
|
<artifactId>datax-web</artifactId>
|
|
|
|
<artifactId>datax-web</artifactId>
|
|
|
|
<version>2.1.2</version>
|
|
|
|
<version>2.1.2</version>
|
|
|
@ -24,7 +38,6 @@
|
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
|
|
|
<maven.test.skip>true</maven.test.skip>
|
|
|
|
<maven.test.skip>true</maven.test.skip>
|
|
|
|
|
|
|
|
|
|
|
|
<commons-lang3.version>3.3.2</commons-lang3.version>
|
|
|
|
<commons-lang3.version>3.3.2</commons-lang3.version>
|
|
|
|
<fastjson.version>1.2.70</fastjson.version>
|
|
|
|
<fastjson.version>1.2.70</fastjson.version>
|
|
|
|
<slf4j-api.version>1.7.28</slf4j-api.version>
|
|
|
|
<slf4j-api.version>1.7.28</slf4j-api.version>
|
|
|
|