418 lines
14 KiB
XML
418 lines
14 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">
|
||
<parent>
|
||
<artifactId>gt_agv_plus</artifactId>
|
||
<groupId>org.nl</groupId>
|
||
<version>1.0-SNAPSHOT</version>
|
||
</parent>
|
||
<modelVersion>4.0.0</modelVersion>
|
||
|
||
<artifactId>nladmin-system</artifactId>
|
||
<name>核心模块</name>
|
||
|
||
<properties>
|
||
<jjwt.version>0.11.1</jjwt.version>
|
||
<!-- oshi监控需要指定jna版本, 问题详见 https://github.com/oshi/oshi/issues/1040 -->
|
||
<jna.version>5.9.0</jna.version>
|
||
<sa-token.version>1.31.0</sa-token.version>
|
||
</properties>
|
||
<dependencies>
|
||
<dependency>
|
||
<groupId>org.codehaus.groovy</groupId>
|
||
<artifactId>groovy-all</artifactId>
|
||
<version>3.0.13</version>
|
||
<type>pom</type>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>org.json</groupId>
|
||
<artifactId>json</artifactId>
|
||
<version>20131018</version>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>edu.brown.cs.burlap</groupId>
|
||
<artifactId>java_rosbridge</artifactId>
|
||
<version>2.0.1</version>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>edu.wpi.rail</groupId>
|
||
<artifactId>jrosbridge</artifactId>
|
||
<version>0.2.0</version>
|
||
</dependency>
|
||
|
||
<!-- <dependency>-->
|
||
<!-- <groupId>net.sf.json-lib</groupId>-->
|
||
<!-- <artifactId>json-lib</artifactId>-->
|
||
<!-- <version>2.4</version>-->
|
||
<!-- <classifier>jdk15</classifier>-->
|
||
<!-- </dependency>-->
|
||
|
||
<!-- 日志链路追踪 https://tlog.yomahub.com/pages/f62a84/#%E5%90%8C%E6%AD%A5%E6%97%A5%E5%BF%97-->
|
||
<dependency>
|
||
<groupId>com.yomahub</groupId>
|
||
<artifactId>tlog-all-spring-boot-starter</artifactId>
|
||
<version>1.5.0</version>
|
||
</dependency>
|
||
|
||
|
||
<!-- https://onew.me/logback/2018/09/17/logback_win.html-->
|
||
<dependency>
|
||
<groupId>org.fusesource.jansi</groupId>
|
||
<artifactId>jansi</artifactId>
|
||
<version>1.9</version>
|
||
</dependency>
|
||
<!--redisson-->
|
||
<dependency>
|
||
<groupId>org.redisson</groupId>
|
||
<artifactId>redisson-spring-boot-starter</artifactId>
|
||
<version>3.16.4</version>
|
||
</dependency>
|
||
<!--登录相关-->
|
||
<dependency>
|
||
<groupId>cn.dev33</groupId>
|
||
<artifactId>sa-token-spring-boot-starter</artifactId>
|
||
<version>${sa-token.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.dev33</groupId>
|
||
<artifactId>sa-token-jwt</artifactId>
|
||
<version>${sa-token.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.dev33</groupId>
|
||
<artifactId>sa-token-dao-redis</artifactId>
|
||
<version>1.31.0</version>
|
||
</dependency>
|
||
<!--httpclient-->
|
||
<dependency>
|
||
<groupId>org.apache.httpcomponents</groupId>
|
||
<artifactId>httpclient</artifactId>
|
||
<version>4.5.13</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.httpcomponents</groupId>
|
||
<artifactId>httpasyncclient</artifactId>
|
||
<version>4.1.4</version>
|
||
</dependency>
|
||
<!--es-->
|
||
<!-- <dependency>-->
|
||
<!-- <groupId>org.springframework.boot</groupId>-->
|
||
<!-- <artifactId>spring-boot-starter-data-elasticsearch</artifactId>-->
|
||
<!-- <version>2.7.5</version>-->
|
||
<!-- </dependency>-->
|
||
<!-- <dependency>-->
|
||
<!-- <groupId>net.logstash.logback</groupId>-->
|
||
<!-- <artifactId>logstash-logback-encoder</artifactId>-->
|
||
<!-- <version>6.6</version>-->
|
||
<!-- </dependency>-->
|
||
<dependency>
|
||
<groupId>com.internetitem</groupId>
|
||
<artifactId>logback-elasticsearch-appender</artifactId>
|
||
<version>1.6</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.github.pagehelper</groupId>
|
||
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
||
<version>1.2.12</version>
|
||
<exclusions>
|
||
<exclusion>
|
||
<groupId>org.mybatis</groupId>
|
||
<artifactId>mybatis</artifactId>
|
||
</exclusion>
|
||
</exclusions>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>nl.basjes.parse.useragent</groupId>
|
||
<artifactId>yauaa</artifactId>
|
||
<version>5.23</version>
|
||
</dependency>
|
||
<!-- JetCache Redis 依赖-->
|
||
<dependency>
|
||
<groupId>com.alicp.jetcache</groupId>
|
||
<artifactId>jetcache-starter-redis</artifactId>
|
||
<version>2.5.14</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.alicp.jetcache</groupId>
|
||
<artifactId>jetcache-starter-redis-lettuce</artifactId>
|
||
<version>2.5.14</version>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.squareup.okhttp3</groupId>
|
||
<artifactId>okhttp</artifactId>
|
||
<version>4.8.1</version>
|
||
</dependency>
|
||
|
||
|
||
<!-- ip地址解析-->
|
||
<dependency>
|
||
<groupId>net.dreamlu</groupId>
|
||
<artifactId>mica-ip2region</artifactId>
|
||
<version>2.5.6</version>
|
||
</dependency>
|
||
|
||
<!--导入excel相关-->
|
||
<dependency>
|
||
<groupId>com.alibaba</groupId>
|
||
<artifactId>easyexcel</artifactId>
|
||
<version>2.2.6</version>
|
||
</dependency>
|
||
|
||
<!--导出CSV相关-->
|
||
<dependency>
|
||
<groupId>org.apache.commons</groupId>
|
||
<artifactId>commons-csv</artifactId>
|
||
<version>1.8</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-io</groupId>
|
||
<artifactId>commons-io</artifactId>
|
||
<version>2.8.0</version>
|
||
</dependency>
|
||
<!--https://blog.csdn.net/m0_55371060/article/details/135994809-->
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-websocket</artifactId>
|
||
</dependency>
|
||
|
||
<!-- https://www.jianshu.com/p/e40d111c7bfc?utm_source=oschina-app 热部署 https://zhuanlan.zhihu.com/p/63381268-->
|
||
<!-- jwt -->
|
||
<dependency>
|
||
<groupId>io.jsonwebtoken</groupId>
|
||
<artifactId>jjwt-api</artifactId>
|
||
<version>${jjwt.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>io.jsonwebtoken</groupId>
|
||
<artifactId>jjwt-impl</artifactId>
|
||
<version>${jjwt.version}</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>io.jsonwebtoken</groupId>
|
||
<artifactId>jjwt-jackson</artifactId>
|
||
<version>${jjwt.version}</version>
|
||
</dependency>
|
||
|
||
<!-- quartz -->
|
||
<dependency>
|
||
<groupId>org.quartz-scheduler</groupId>
|
||
<artifactId>quartz</artifactId>
|
||
</dependency>
|
||
|
||
<!-- linux的管理 -->
|
||
<dependency>
|
||
<groupId>ch.ethz.ganymed</groupId>
|
||
<artifactId>ganymed-ssh2</artifactId>
|
||
<version>build210</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.jcraft</groupId>
|
||
<artifactId>jsch</artifactId>
|
||
<version>0.1.55</version>
|
||
</dependency>
|
||
|
||
<!-- 获取系统信息 -->
|
||
<dependency>
|
||
<groupId>com.github.oshi</groupId>
|
||
<artifactId>oshi-core</artifactId>
|
||
<version>5.0.1</version>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.hynnet</groupId>
|
||
<artifactId>jxl</artifactId>
|
||
<version>2.6.12.1</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>commons-beanutils</groupId>
|
||
<artifactId>commons-beanutils-core</artifactId>
|
||
<version>1.8.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>cn.hutool</groupId>
|
||
<artifactId>hutool-all</artifactId>
|
||
<version>5.7.14</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.projectlombok</groupId>
|
||
<artifactId>lombok</artifactId>
|
||
<version>1.18.2</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.slf4j</groupId>
|
||
<artifactId>jul-to-slf4j</artifactId>
|
||
<version>1.7.30</version>
|
||
</dependency>
|
||
<!--mysql数据库驱动 -->
|
||
<dependency>
|
||
<groupId>mysql</groupId>
|
||
<artifactId>mysql-connector-java</artifactId>
|
||
<version>8.0.28</version>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.oracle.database.jdbc</groupId>
|
||
<artifactId>ojdbc5</artifactId>
|
||
<version>11.2.0.4</version>
|
||
</dependency>
|
||
|
||
<dependency>
|
||
<groupId>com.microsoft.sqlserver</groupId>
|
||
<artifactId>mssql-jdbc</artifactId>
|
||
<version>6.4.0.jre8</version>
|
||
<scope>runtime</scope>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.baomidou</groupId>
|
||
<artifactId>mybatis-plus-boot-starter</artifactId>
|
||
<version>3.4.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.velocity</groupId>
|
||
<artifactId>velocity-engine-core</artifactId>
|
||
<version>2.3</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-security</artifactId>
|
||
<scope>test</scope> <!-- 特殊处理,不引入父类lib -->
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>com.baomidou</groupId>
|
||
<artifactId>mybatis-plus-generator</artifactId>
|
||
<version>3.4.0</version>
|
||
</dependency>
|
||
<!-- https://mvnrepository.com/artifact/commons-configuration/commons-configuration 代码生成:ColUtil -->
|
||
<dependency>
|
||
<groupId>commons-configuration</groupId>
|
||
<artifactId>commons-configuration</artifactId>
|
||
<version>1.9</version>
|
||
</dependency>
|
||
<!--模板引擎-->
|
||
<dependency>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-starter-freemarker</artifactId>
|
||
</dependency>
|
||
|
||
<!-- EasyExcel -->
|
||
<dependency>
|
||
<groupId>com.alibaba</groupId>
|
||
<artifactId>easyexcel</artifactId>
|
||
<version>3.1.1</version>
|
||
</dependency>
|
||
<!-- excel工具 -->
|
||
<dependency>
|
||
<groupId>org.apache.poi</groupId>
|
||
<artifactId>poi</artifactId>
|
||
<version>4.0.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.poi</groupId>
|
||
<artifactId>poi-ooxml</artifactId>
|
||
<version>4.0.0</version>
|
||
</dependency>
|
||
<dependency>
|
||
<groupId>org.apache.poi</groupId>
|
||
<artifactId>poi-ooxml-schemas</artifactId>
|
||
<version>4.0.0</version>
|
||
</dependency>
|
||
|
||
</dependencies>
|
||
|
||
<!-- 打包 -->
|
||
<build>
|
||
<plugins>
|
||
<plugin>
|
||
<groupId>org.springframework.boot</groupId>
|
||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||
<!--添加自己的启动类路径!-->
|
||
<configuration>
|
||
<mainClass>org.nl.AppRun</mainClass>
|
||
</configuration>
|
||
</plugin>
|
||
<!-- 跳过单元测试 -->
|
||
<plugin>
|
||
<groupId>org.apache.maven.plugins</groupId>
|
||
<artifactId>maven-surefire-plugin</artifactId>
|
||
<configuration>
|
||
<skipTests>true</skipTests>
|
||
</configuration>
|
||
</plugin>
|
||
|
||
<plugin>
|
||
<groupId>org.codehaus.mojo</groupId>
|
||
<artifactId>exec-maven-plugin</artifactId>
|
||
<version>1.6.0</version>
|
||
<!-- <executions>-->
|
||
<!-- <execution>-->
|
||
<!-- <goals>-->
|
||
<!-- <goal>java</goal>-->
|
||
<!-- </goals>-->
|
||
<!-- </execution>-->
|
||
<!-- </executions>-->
|
||
<configuration>
|
||
<classpathScope>test</classpathScope>
|
||
<!-- <mainClass>com.itheima.test.MybatisTest</mainClass>-->
|
||
</configuration>
|
||
</plugin>
|
||
</plugins>
|
||
|
||
<!--把包路径下所有的文件(如.wql)都编译打包到target中,默认只能打包java文件-->
|
||
<resources>
|
||
<resource>
|
||
<directory>${basedir}/src/main/java</directory>
|
||
<includes>
|
||
<include>**/*.*</include>
|
||
</includes>
|
||
<excludes>
|
||
<exclude>**/*.java</exclude>
|
||
</excludes>
|
||
</resource>
|
||
|
||
<resource>
|
||
<directory>${basedir}/src/main/resources</directory>
|
||
<includes>
|
||
<include>**/*.*</include>
|
||
</includes>
|
||
</resource>
|
||
</resources>
|
||
|
||
<!--单元测试时引用src/main/resources下的资源文件-->
|
||
<!-- <testResources>
|
||
<testResource>
|
||
<directory>src/test/resources</directory>
|
||
</testResource>
|
||
<testResource>
|
||
<directory>src/main/resources</directory>
|
||
</testResource>
|
||
</testResources>-->
|
||
</build>
|
||
|
||
<!-- <repositories>
|
||
<repository>
|
||
<id>public</id>
|
||
<name>aliyun nexus</name>
|
||
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
||
<releases>
|
||
<enabled>true</enabled>
|
||
</releases>
|
||
</repository>
|
||
</repositories>-->
|
||
|
||
<!--<repository>
|
||
<id>nexus</id>
|
||
<name>aliyun nexus</name>
|
||
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
||
<releases>
|
||
<enabled>true</enabled>
|
||
</releases>
|
||
</repository>
|
||
</repositories>-->
|
||
</project>
|
||
|