代码拉取完成,页面将自动刷新
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<groupId>com.bindatax</groupId>
<artifactId>BinDatax</artifactId>
<version>3.1.1</version>
<packaging>pom</packaging>
<name>BinDatax</name>
<url>http://maven.apache.org</url>
<modules>
<module>BinDatax-core</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<geotools.version>17.1</geotools.version>
<BinDatax.version>3.1.1</BinDatax.version>
</properties>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.34</version>
<scope>provided</scope>
</dependency>
<!-- 引入json处理包 -->
<!--<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.47</version>
</dependency>-->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>tongetl-core</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>tongetl-db</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.4</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-digester</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-discovery</artifactId>
<version>0.4</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-lang</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-math3</artifactId>
<version>3.6.1</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-math</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-net</artifactId>
<version>1.4.1</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-pool</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-validator</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>commons-vfs</artifactId>
<version>1.0</version>
</dependency>
<!-- tongETL -->
<!--<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>tongetl-core</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>tongetl-db</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>tongetl-engine</artifactId>
<version>2.2</version>
</dependency>
<!– system –>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.14</version>
</dependency>-->
<!-- LOG -->
<!--<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.32</version>
</dependency>-->
<!-- JDBC jar -->
<!--
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>mysql-connector</artifactId>
<version>8.0.26</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>ojdbc8</artifactId>
<version>19.3.0.0</version>
</dependency>
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>orai18n</artifactId>
<version>19.3.0.0</version>
</dependency>
-->
<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>ojdbc6</artifactId>
<version>11.0.0</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>4.0.3</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-dbcp2 -->
<!--<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.11.0</version>
</dependency>-->
<!--<dependency>
<groupId>com.bindatax.etl</groupId>
<artifactId>ojdbc6</artifactId>
<version>6.0</version>
<scope>system</scope>
<systemPath>${basedir}/libext/jdbc/ojdbc6.jar</systemPath>
</dependency>-->
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
<!--<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.1</version>
</dependency>-->
</dependencies>
<build>
<!--<finalName>tong-${project.artifactId}-${project.version}</finalName>-->
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
<basedir/>
<buildDirectory/>
<mainOutputDirectory/>
<outputDirectory/>
<projectArtifact/>
</configuration>
</plugin>
</plugins>
</build>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。