|
|
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
|
|
<parent>
|
|
|
<artifactId>agile-bacth</artifactId>
|
|
|
<groupId>com.jiuyv.sptcc.agile.batch</groupId>
|
|
|
<version>1.0.7-SNAPSHOT</version>
|
|
|
</parent>
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<artifactId>agile-batch-service</artifactId>
|
|
|
<version>1.0.7-SNAPSHOT</version>
|
|
|
<name>agile-batch-service</name>
|
|
|
<description>agile-batch-service</description>
|
|
|
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
<version>${mybatis-spring-boot.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-loadbalancer</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-config</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-bootstrap</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
</dependency>
|
|
|
<!-- spring security 安全认证 -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-devtools</artifactId>
|
|
|
<scope>runtime</scope>
|
|
|
<optional>true</optional>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.jcraft</groupId>
|
|
|
<artifactId>jsch</artifactId>
|
|
|
<version>0.1.55</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!--整合prometheus-->
|
|
|
<dependency>
|
|
|
<groupId>io.micrometer</groupId>
|
|
|
<artifactId>micrometer-registry-prometheus</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
<artifactId>spring-cloud-starter-sleuth</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>com.oracle.database.jdbc</groupId>
|
|
|
<artifactId>ojdbc8</artifactId>
|
|
|
<version>19.12.0.0</version>
|
|
|
</dependency>
|
|
|
<!-- hive库有一些包特殊的需要用huawei的-->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
<artifactId>curator-client</artifactId>
|
|
|
<version>2.12.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.curator</groupId>
|
|
|
<artifactId>curator-framework</artifactId>
|
|
|
<version>2.12.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.woodstox</groupId>
|
|
|
<artifactId>woodstox-core</artifactId>
|
|
|
<version>6.2.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.codehaus.woodstox</groupId>
|
|
|
<artifactId>woodstox-core-asl</artifactId>
|
|
|
<version>4.4.1</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-collections</groupId>
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
<version>3.2.2</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-configuration</groupId>
|
|
|
<artifactId>commons-configuration</artifactId>
|
|
|
<version>1.10</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-configuration2</artifactId>
|
|
|
<version>2.9.0</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- json logstash encoder -->
|
|
|
<dependency>
|
|
|
<groupId>net.logstash.logback</groupId>
|
|
|
<artifactId>logstash-logback-encoder</artifactId>
|
|
|
<version>6.4</version>
|
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
<build>
|
|
|
<plugins>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
<configuration>
|
|
|
<skip>true</skip>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
<version>2.1.1.RELEASE</version>
|
|
|
<configuration>
|
|
|
<fork>true</fork> <!-- 如果没有该配置,devtools不会生效 -->
|
|
|
</configuration>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
<goals>
|
|
|
<goal>repackage</goal>
|
|
|
</goals>
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
<configuration>
|
|
|
<source>1.8</source>
|
|
|
<target>1.8</target>
|
|
|
<encoding>UTF-8</encoding>
|
|
|
<compilerArguments>
|
|
|
<extdirs>${project.basedir}/src/main/resources/libx</extdirs>
|
|
|
</compilerArguments>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
|
|
|
<resources>
|
|
|
<resource>
|
|
|
<directory>src/main/resources</directory>
|
|
|
<includes>
|
|
|
<include>**/*</include>
|
|
|
</includes>
|
|
|
<excludes>
|
|
|
<exclude>libx/**</exclude>
|
|
|
<exclude>config/hiveJsy/**</exclude>
|
|
|
</excludes>
|
|
|
<filtering>false</filtering>
|
|
|
</resource>
|
|
|
<!--打成JAR包时 合并 额外引入的JAR包库 -->
|
|
|
<resource>
|
|
|
<directory>src/main/resources/libx</directory>
|
|
|
<targetPath>BOOT-INF/lib/</targetPath>
|
|
|
<includes>
|
|
|
<include>**/*.jar</include>
|
|
|
</includes>
|
|
|
</resource>
|
|
|
</resources>
|
|
|
</build>
|
|
|
|
|
|
</project>
|