mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 16:30:29 +08:00
717b9a9240
- Neutral titles (starRiverProperty); 源码归档 wording; paths unchanged - Parent artifactIds: cloudwalk-cloud-reactor, cw-elevator-application-reactor, etc. - cw.elevator.v1.lib.dir and deploy script use repo-relative paths - package-info and module descriptions cleaned Made-with: Cursor
275 lines
12 KiB
XML
275 lines
12 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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<version>2.1.18.RELEASE</version>
|
|
<relativePath/>
|
|
</parent>
|
|
|
|
<groupId>cn.cloudwalk.elevator</groupId>
|
|
<artifactId>cw-elevator-application-reactor</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
<name>cw-elevator-application (Maven reactor)</name>
|
|
<description>聚合模块:common → data → service → web。源码已迁入各子模块 src/main/java;对照依赖版本见属性 cw.elevator.v1.lib.dir。</description>
|
|
|
|
<modules>
|
|
<module>cw-elevator-application-common</module>
|
|
<module>cw-elevator-application-data</module>
|
|
<module>cw-elevator-application-service</module>
|
|
<module>cw-elevator-application-web</module>
|
|
</modules>
|
|
|
|
<properties>
|
|
<java.version>1.8</java.version>
|
|
<!-- 与 V1 运行包 lib 目录内 JAR 文件名对齐,便于 install-file 或私服核对 -->
|
|
<cw.elevator.v1.lib.dir>${project.basedir}/../cw-elevator-application-V1.0.0.20211103/lib</cw.elevator.v1.lib.dir>
|
|
<cloudwalk.internal.version>3.7.2-Brussels-SRX</cloudwalk.internal.version>
|
|
<intelligent.cwoscomponent.version>2.9.2-xinghewan</intelligent.cwoscomponent.version>
|
|
<fastjson.version>1.2.83</fastjson.version>
|
|
<guava.version>28.2-jre</guava.version>
|
|
<poi.version>4.1.2</poi.version>
|
|
<ant.version>1.10.12</ant.version>
|
|
<thumbnailator.version>0.4.14</thumbnailator.version>
|
|
<commons-io.version>2.11.0</commons-io.version>
|
|
<zip4j.version>2.11.5</zip4j.version>
|
|
<zxing.version>3.5.1</zxing.version>
|
|
<pagehelper.version>5.3.2</pagehelper.version>
|
|
<pagehelper-spring-boot.version>1.4.6</pagehelper-spring-boot.version>
|
|
<shardingsphere.version>4.1.1</shardingsphere.version>
|
|
<mybatis.version>3.5.6</mybatis.version>
|
|
<mybatis-spring.version>2.0.6</mybatis-spring.version>
|
|
<mybatis-spring-boot.version>2.0.1</mybatis-spring-boot.version>
|
|
<servlet-api.version>2.5</servlet-api.version>
|
|
<cwos.sdk.resource.version>1.0.0-SNAPSHOT</cwos.sdk.resource.version>
|
|
<intelligent.lock.version>1.1.1-SNAPSHOT</intelligent.lock.version>
|
|
<davinci.manager.storage.version>1.1.7-SNAPSHOT</davinci.manager.storage.version>
|
|
<!-- Nexus UI: http://192.168.3.12/#browse/welcome -->
|
|
<nexus.baseUrl>http://192.168.3.12</nexus.baseUrl>
|
|
<nexus.public.repo>${nexus.baseUrl}/repository/maven-public/</nexus.public.repo>
|
|
<formatter.maven.plugin.version>2.24.1</formatter.maven.plugin.version>
|
|
<alibaba.eclipse.codestyle.path>${project.basedir}/../docs/style/alibaba-eclipse-codestyle.xml</alibaba.eclipse.codestyle.path>
|
|
</properties>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>cn.cloudwalk.cloud</groupId>
|
|
<artifactId>cloudwalk-common-result</artifactId>
|
|
<version>${cloudwalk.internal.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.cloudwalk.cloud</groupId>
|
|
<artifactId>cloudwalk-common-web</artifactId>
|
|
<version>${cloudwalk.internal.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.cloudwalk.cloud</groupId>
|
|
<artifactId>cloudwalk-common-service</artifactId>
|
|
<version>${cloudwalk.internal.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.cloudwalk.cloud</groupId>
|
|
<artifactId>cloudwalk-common-event</artifactId>
|
|
<version>${cloudwalk.internal.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.cloudwalk.cloud</groupId>
|
|
<artifactId>cloudwalk-common-serial</artifactId>
|
|
<version>${cloudwalk.internal.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.cloudwalk.intelligent</groupId>
|
|
<artifactId>intelligent-cwoscomponent-rest</artifactId>
|
|
<version>${intelligent.cwoscomponent.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.cloudwalk</groupId>
|
|
<artifactId>cwos-java-sdk-resource</artifactId>
|
|
<version>${cwos.sdk.resource.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.cloudwalk.intelligent</groupId>
|
|
<artifactId>cloudwalk-intelligent-component-lock</artifactId>
|
|
<version>${intelligent.lock.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.cloudwalk.intelligent</groupId>
|
|
<artifactId>davinci-manager-storage</artifactId>
|
|
<version>${davinci.manager.storage.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>${guava.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi</artifactId>
|
|
<version>${poi.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.poi</groupId>
|
|
<artifactId>poi-ooxml</artifactId>
|
|
<version>${poi.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.ant</groupId>
|
|
<artifactId>ant</artifactId>
|
|
<version>${ant.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.coobird</groupId>
|
|
<artifactId>thumbnailator</artifactId>
|
|
<version>${thumbnailator.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-io</groupId>
|
|
<artifactId>commons-io</artifactId>
|
|
<version>${commons-io.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.alibaba</groupId>
|
|
<artifactId>fastjson</artifactId>
|
|
<version>${fastjson.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.lingala.zip4j</groupId>
|
|
<artifactId>zip4j</artifactId>
|
|
<version>${zip4j.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.zxing</groupId>
|
|
<artifactId>core</artifactId>
|
|
<version>${zxing.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.pagehelper</groupId>
|
|
<artifactId>pagehelper</artifactId>
|
|
<version>${pagehelper.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.pagehelper</groupId>
|
|
<artifactId>pagehelper-spring-boot-autoconfigure</artifactId>
|
|
<version>${pagehelper-spring-boot.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.shardingsphere</groupId>
|
|
<artifactId>sharding-jdbc-spring-boot-starter</artifactId>
|
|
<version>${shardingsphere.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mybatis</groupId>
|
|
<artifactId>mybatis</artifactId>
|
|
<version>${mybatis.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mybatis</groupId>
|
|
<artifactId>mybatis-spring</artifactId>
|
|
<version>${mybatis-spring.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
<version>${mybatis-spring-boot.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>servlet-api</artifactId>
|
|
<version>${servlet-api.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.el</groupId>
|
|
<artifactId>javax.el-api</artifactId>
|
|
<version>3.0.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.glassfish</groupId>
|
|
<artifactId>javax.el</artifactId>
|
|
<version>3.0.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<repositories>
|
|
<repository>
|
|
<id>nexus-public</id>
|
|
<name>Nexus maven-public</name>
|
|
<url>${nexus.public.repo}</url>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
</repository>
|
|
</repositories>
|
|
|
|
<pluginRepositories>
|
|
<pluginRepository>
|
|
<id>nexus-public-plugins</id>
|
|
<name>Nexus maven-public</name>
|
|
<url>${nexus.public.repo}</url>
|
|
<releases>
|
|
<enabled>true</enabled>
|
|
</releases>
|
|
<snapshots>
|
|
<enabled>true</enabled>
|
|
</snapshots>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
|
|
<build>
|
|
<pluginManagement>
|
|
<plugins>
|
|
<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>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>net.revelc.code.formatter</groupId>
|
|
<artifactId>formatter-maven-plugin</artifactId>
|
|
<version>${formatter.maven.plugin.version}</version>
|
|
<configuration>
|
|
<configFile>${alibaba.eclipse.codestyle.path}</configFile>
|
|
<lineEnding>LF</lineEnding>
|
|
<encoding>UTF-8</encoding>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</pluginManagement>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
<version>3.4.1</version>
|
|
<executions>
|
|
<execution>
|
|
<id>enforce-jdk8</id>
|
|
<goals>
|
|
<goal>enforce</goal>
|
|
</goals>
|
|
<configuration>
|
|
<rules>
|
|
<requireJavaVersion>
|
|
<version>[1.8,1.9)</version>
|
|
<message>与原始运行包一致须使用 JDK 8 启动 Maven;见 docs/build/ORIGINAL_BUILD_JDK.txt</message>
|
|
</requireJavaVersion>
|
|
</rules>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project>
|