You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
187 lines
6.3 KiB
187 lines
6.3 KiB
<?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>
|
|
<artifactId>cl_stream</artifactId>
|
|
<groupId>com.bfd.mf</groupId>
|
|
<version>2.0-SNAPSHOT</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>cl_stream_datasave</artifactId>
|
|
|
|
<properties>
|
|
<start-class>com.bfd.mf.runstart.RunStartDataSave</start-class>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<skipTests>true</skipTests>
|
|
<java.version>1.8</java.version>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>bfd</groupId>
|
|
<artifactId>utils</artifactId>
|
|
<version>3.0.0</version>
|
|
<!--<scope>system</scope>-->
|
|
<!--<systemPath>${project.basedir}/../../jarlib/utils-3.0.0.jar</systemPath>-->
|
|
</dependency>
|
|
<dependency>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<groupId>org.slf4j</groupId>
|
|
<version>1.7.22</version>
|
|
</dependency>
|
|
<dependency>
|
|
|
|
<groupId>com.bfd</groupId>
|
|
<artifactId>elastiUtils</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>kafka-utils</groupId>
|
|
<artifactId>kafka</artifactId>
|
|
<version>0.10</version>
|
|
<!--<exclusions>-->
|
|
<!--<exclusion>-->
|
|
<!--<artifactId>zookeeper</artifactId>-->
|
|
<!--<groupId>org.apache.zookeeper</groupId>-->
|
|
<!--</exclusion>-->
|
|
<!--<exclusion>-->
|
|
<!--<artifactId>slf4j-api</artifactId>-->
|
|
<!--<groupId>org.slf4j</groupId>-->
|
|
<!--</exclusion>-->
|
|
<!--</exclusions>-->
|
|
<!--<scope>system</scope>-->
|
|
<!--<systemPath>${project.basedir}/../../jarlib/kafka-0.10.jar</systemPath>-->
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>1.1.22</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
<version>5.1.29</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.elasticsearch</groupId>
|
|
<artifactId>elasticsearch</artifactId>
|
|
<version>6.2.3</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>jackson-core</artifactId>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<artifactId>jopt-simple</artifactId>
|
|
<groupId>net.sf.jopt-simple</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.elasticsearch.client</groupId>
|
|
<artifactId>transport</artifactId>
|
|
<version>6.2.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.elasticsearch.client</groupId>
|
|
<artifactId>elasticsearch-rest-high-level-client</artifactId>
|
|
<version>6.2.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.elasticsearch.plugin</groupId>
|
|
<artifactId>transport-netty4-client</artifactId>
|
|
<version>6.2.3</version>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-annotations</artifactId>
|
|
<version>2.8.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-core</artifactId>
|
|
<version>2.8.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<version>2.8.1</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<artifactId>jackson-annotations</artifactId>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
</exclusion>
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<version>3.1</version>
|
|
</dependency>
|
|
|
|
<!--<dependency>-->
|
|
<!--<groupId>org.slf4j</groupId>-->
|
|
<!--<artifactId>slf4j-simple</artifactId>-->
|
|
<!--<version>1.7.22</version>-->
|
|
<!--</dependency>-->
|
|
|
|
<!--<dependency>-->
|
|
<!--<groupId>org.slf4j</groupId>-->
|
|
<!--<artifactId>slf4j-api</artifactId>-->
|
|
<!--<version>1.7.25</version>-->
|
|
<!--</dependency>-->
|
|
<dependency>
|
|
<groupId>com.squareup.okhttp3</groupId>
|
|
<artifactId>okhttp</artifactId>
|
|
<version>3.6.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>junit</groupId>
|
|
<artifactId>junit</artifactId>
|
|
<version>4.13-beta-1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>log4j</groupId>
|
|
<artifactId>log4j</artifactId>
|
|
<version>1.2.17</version>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<configuration>
|
|
<source>1.8</source>
|
|
<target>1.8</target>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<configuration>
|
|
<mainClass>com.bfd.mf.runstart.RunStartDataSave</mainClass>
|
|
</configuration>
|
|
<executions>
|
|
<execution>
|
|
<goals>
|
|
<goal>repackage</goal>
|
|
</goals>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
|
|
|
|
</project>
|