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.
457 lines
17 KiB
457 lines
17 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>BladeX</artifactId> |
|
<groupId>org.springblade</groupId> |
|
<version>4.5.0.RELEASE</version> |
|
<relativePath/> |
|
</parent> |
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<artifactId>hnac-framework-pxhd-boot</artifactId> |
|
<name>${project.artifactId}</name> |
|
<packaging>jar</packaging> |
|
|
|
<properties> |
|
<jjwt.version>0.11.2</jjwt.version> |
|
</properties> |
|
|
|
<dependencies> |
|
|
|
<dependency> |
|
<groupId>xerces</groupId> |
|
<artifactId>xercesImpl</artifactId> |
|
<version>2.12.0</version> |
|
</dependency> |
|
|
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-common</artifactId> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-core-cloud</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>io.jsonwebtoken</groupId> |
|
<artifactId>jjwt</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-core-boot</artifactId> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-core-cloud</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>io.jsonwebtoken</groupId> |
|
<artifactId>jjwt</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<!--解析厂信息文件start --> |
|
<dependency> |
|
<groupId>dom4j</groupId> |
|
<artifactId>dom4j</artifactId> |
|
<version>1.6.1</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>jaxen</groupId> |
|
<artifactId>jaxen</artifactId> |
|
<version>1.1.6</version> |
|
</dependency> |
|
<!--解析厂信息文件end --> |
|
<dependency> |
|
<groupId>org.springframework</groupId> |
|
<artifactId>spring-messaging</artifactId> |
|
<version>5.1.17.RELEASE</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.integration</groupId> |
|
<artifactId>spring-integration-mqtt</artifactId> |
|
<version>5.1.12.RELEASE</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.github.xiaoymin</groupId> |
|
<artifactId>knife4j-spring-ui</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-starter-swagger</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.github.whvcse</groupId> |
|
<artifactId>easy-captcha</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-starter-social</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>me.zhyd.oauth</groupId> |
|
<artifactId>JustAuth</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.apache.commons</groupId> |
|
<artifactId>commons-lang3</artifactId> |
|
<version>3.8.1</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-starter-http</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-starter-excel</artifactId> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-starter-undertow</artifactId> |
|
</dependency> |
|
<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> |
|
<scope>runtime</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>io.jsonwebtoken</groupId> |
|
<artifactId>jjwt-jackson</artifactId> |
|
<version>${jjwt.version}</version> |
|
<scope>runtime</scope> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.tuckey</groupId> |
|
<artifactId>urlrewritefilter</artifactId> |
|
<version>4.0.4</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.baomidou</groupId> |
|
<artifactId>dynamic-datasource-spring-boot-starter</artifactId> |
|
<version>3.3.2</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-system</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-core-cloud</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>io.jsonwebtoken</groupId> |
|
<artifactId>jjwt</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-resource</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-core-cloud</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>io.jsonwebtoken</groupId> |
|
<artifactId>jjwt</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<artifactId>slf4j-simple</artifactId> |
|
<groupId>org.slf4j</groupId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.hnac.hzinfo.data</groupId> |
|
<artifactId>hzinfo-data-config</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-core-cloud</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>io.jsonwebtoken</groupId> |
|
<artifactId>jjwt</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<artifactId>spring-cloud-commons</artifactId> |
|
<groupId>org.springframework.cloud</groupId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-stream-binder-rabbit</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<artifactId>spring-cloud-starter</artifactId> |
|
<groupId>org.springframework.cloud</groupId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.hnac.hzinfo.data</groupId> |
|
<artifactId>hzinfo-data-handler</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-core-cloud</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>io.jsonwebtoken</groupId> |
|
<artifactId>jjwt</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<artifactId>spring-cloud-commons</artifactId> |
|
<groupId>org.springframework.cloud</groupId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-stream-binder-rabbit</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<artifactId>spring-cloud-starter</artifactId> |
|
<groupId>org.springframework.cloud</groupId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
|
|
<!--<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-flow</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-core-cloud</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>io.jsonwebtoken</groupId> |
|
<artifactId>jjwt</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<artifactId>spring-cloud-commons</artifactId> |
|
<groupId>org.springframework.cloud</groupId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-stream-binder-rabbit</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<artifactId>spring-cloud-starter</artifactId> |
|
<groupId>org.springframework.cloud</groupId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency>--> |
|
|
|
<dependency> |
|
<groupId>com.hnac.hzinfo.data</groupId> |
|
<artifactId>hzinfo-data-socket</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-core-cloud</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>io.jsonwebtoken</groupId> |
|
<artifactId>jjwt</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<artifactId>spring-cloud-commons</artifactId> |
|
<groupId>org.springframework.cloud</groupId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>org.springframework.cloud</groupId> |
|
<artifactId>spring-cloud-stream-binder-rabbit</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<artifactId>spring-cloud-starter</artifactId> |
|
<groupId>org.springframework.cloud</groupId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<!--实时画面 start--> |
|
<dependency> |
|
<groupId>com.hnac.realmonitor</groupId> |
|
<artifactId>hzinfo-realmonitor</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
<exclusions> |
|
<exclusion> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>blade-core-cloud</artifactId> |
|
</exclusion> |
|
<exclusion> |
|
<groupId>io.jsonwebtoken</groupId> |
|
<artifactId>jjwt</artifactId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.hnac.hzinfo</groupId> |
|
<artifactId>hzinfo-web</artifactId> |
|
<version>2.0-SNAPSHOT</version> |
|
<exclusions> |
|
<exclusion> |
|
<artifactId>swagger-annotations</artifactId> |
|
<groupId>io.swagger</groupId> |
|
</exclusion> |
|
<exclusion> |
|
<artifactId>slf4j-log4j12</artifactId> |
|
<groupId>org.slf4j</groupId> |
|
</exclusion> |
|
</exclusions> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.hnac.hzims</groupId> |
|
<artifactId>hzims-operational-api</artifactId> |
|
<version>2.5.1.RELEASE</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.golden</groupId> |
|
<artifactId>golden-java-sdk</artifactId> |
|
<version>3.0.34</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.golden</groupId> |
|
<artifactId>protobuf-java</artifactId> |
|
<version>2.6.1</version> |
|
</dependency> |
|
<!--实时画面 end--> |
|
|
|
<!--业务jar start--> |
|
<!--水库基本信息服务--> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>pxhd-dam-safety-monitor</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
</dependency> |
|
|
|
|
|
<!--水库基本信息服务--> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>pxhd-reservoir-baseinfo</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
</dependency> |
|
|
|
<!--水雨情监测服务--> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>pxhd-water-rain-monitor</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
</dependency> |
|
|
|
<!--巡检服务--> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>pxhd-hzinfo-inspect-service</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
</dependency> |
|
|
|
<!--图片墙与视频监控--> |
|
<dependency> |
|
<groupId>com.hikvision.ga</groupId> |
|
<artifactId>artemis-http-client</artifactId> |
|
<version>1.1.2</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>pxhd-video-image</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
</dependency> |
|
|
|
<!--综合调度 模型管理--> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>pxhd-general-dispatching</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
</dependency> |
|
|
|
<!--工程管理--> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>pxhd-engineering-management</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
</dependency> |
|
|
|
<!--hz3000 获取数据服务--> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>pxhd-hz3000-real-data-service</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
</dependency> |
|
|
|
<!--消息中心--> |
|
<dependency> |
|
<groupId>org.springblade</groupId> |
|
<artifactId>pxhd-messaging-center-service</artifactId> |
|
<version>4.5.0.RELEASE</version> |
|
</dependency> |
|
|
|
|
|
<!--业务jar end--> |
|
</dependencies> |
|
|
|
<build> |
|
<resources> |
|
<resource> |
|
<directory>src/main/resources</directory> |
|
<includes> |
|
<include>**/*.xml</include> |
|
<include>**/*.yml</include> |
|
<include>**/*.properties</include> |
|
<include>**/*.vm</include> |
|
<include>**/*.png</include> |
|
<include>**/*.xls</include> |
|
<include>**/*.html</include> |
|
<include>**/*.js</include> |
|
<include>**/*.css</include> |
|
<include>**/*.json</include> |
|
<include>**/*.less</include> |
|
<include>**/*.jpg</include> |
|
<include>**/*.jpeg</include> |
|
<include>**/*.cer</include> |
|
<include>**/*.sql</include> |
|
<include>**/*.map</include> |
|
<include>**/*.eot</include> |
|
<include>**/*.svg</include> |
|
<include>**/*.ttf</include> |
|
<include>**/*.woff</include> |
|
<include>**/*.woff2</include> |
|
<include>**/*.ico</include> |
|
<include>**/*.ftl</include> |
|
</includes> |
|
</resource> |
|
</resources> |
|
<plugins> |
|
<plugin> |
|
<groupId>org.springframework.boot</groupId> |
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
</plugin> |
|
</plugins> |
|
</build> |
|
|
|
<repositories> |
|
<repository> |
|
<id>local</id> |
|
<name>local maven</name> |
|
<url>http://192.168.65.122:8081/repository/maven-public/</url> |
|
</repository> |
|
</repositories> |
|
|
|
</project> |
|
|
|
|