mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-10 00:40:30 +08:00
7b2bd307f1
- backend/: 13 Maven modules (cw-elevator-application, cloudwalk-cloud, intelligent-cwoscomponent, ninca-crk, etc.) - frontend/: 4 Vue projects (elevator-front, cwos-portal, alarm-front, front_acs) + decompiled + scripts - scripts/: build, test-env, tools (Docker Compose, service templates, API parity) - docs/: AGENTS.md, superpowers specs, architecture docs - .gitignore: standard Java/Maven exclusions Moved from legacy maven-*/ root layout to backend/ organized structure.
297 lines
14 KiB
XML
297 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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>cn.cloudwalk.ninca</groupId>
|
|
<artifactId>ninca-crk-from-lib-reactor</artifactId>
|
|
<version>2.9.1_210630-SNAPSHOT</version>
|
|
<packaging>pom</packaging>
|
|
<name>ninca-crk-from-lib-reactor</name>
|
|
<description>
|
|
CFR 反编译自交付 fat jar lib/ 内 ninca-crk 四条业务线(access-control / conference-attendance /
|
|
smart-attendance / visitor-management)共 28 个构件;用于源码走查与对照,不代表官方原始工程结构。
|
|
</description>
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<!-- 本 reactor 固定 Java 8 字节码与语言级别;请勿在未升级依赖协调的前提下调高 -->
|
|
<java.version>1.8</java.version>
|
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
|
<!-- 与本仓库 maven-cloudwalk-legacy-public/cloudwalk-common-result 及 maven-cw-elevator-application POI 对齐 -->
|
|
<cloudwalk.common.result.version>3.7.2-Brussels-SRX</cloudwalk.common.result.version>
|
|
<poi.version>3.15</poi.version>
|
|
<fastjson.version>1.2.83</fastjson.version>
|
|
<zip4j.version>2.11.5</zip4j.version>
|
|
<zxing.version>3.3.3</zxing.version>
|
|
<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
|
|
<guava.version>28.2-jre</guava.version>
|
|
<ant.version>1.10.12</ant.version>
|
|
<thumbnailator.version>0.4.14</thumbnailator.version>
|
|
<commons-io.version>2.6</commons-io.version>
|
|
<spring.framework.version>4.3.25.RELEASE</spring.framework.version>
|
|
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
|
|
<slf4j.version>1.7.36</slf4j.version>
|
|
<validation-api.version>1.1.0.Final</validation-api.version>
|
|
<!-- 与本仓库 maven-intelligent-cwoscomponent 对齐;编译前请先 mvn install -->
|
|
<cwoscomponent.interface.version>3.0.0-xinghewan</cwoscomponent.interface.version>
|
|
<shardingsphere.version>4.1.1</shardingsphere.version>
|
|
<mybatis.version>3.5.13</mybatis.version>
|
|
<pagehelper.version>5.3.3</pagehelper.version>
|
|
<!-- Spring 4.3.x + Java 8 -->
|
|
<spring-data-redis.version>1.8.23.RELEASE</spring-data-redis.version>
|
|
<jedis.version>2.10.2</jedis.version>
|
|
<feign-core.version>10.12</feign-core.version>
|
|
<commons-codec.version>1.15</commons-codec.version>
|
|
<jackson.version>2.9.10</jackson.version>
|
|
<commons-lang3.version>3.12.0</commons-lang3.version>
|
|
<jodd.version>5.1.6</jodd.version>
|
|
<!-- 与本仓库 maven-cloudwalk-intelligent-davinci-manager 一致;编译前请先 install -->
|
|
<davinci.manager.version>1.1.7-SNAPSHOT</davinci.manager.version>
|
|
</properties>
|
|
|
|
<!-- 交付 fat jar lib/ 中亦有同名 JAR,亦可 mvn install:install-file 装入本地仓库后再编译 -->
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>cn.cloudwalk.cloud</groupId>
|
|
<artifactId>cloudwalk-common-result</artifactId>
|
|
<version>${cloudwalk.common.result.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>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.google.zxing</groupId>
|
|
<artifactId>javase</artifactId>
|
|
<version>${zxing.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.servlet</groupId>
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
<version>${javax.servlet-api.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.guava</groupId>
|
|
<artifactId>guava</artifactId>
|
|
<version>${guava.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>org.springframework</groupId>
|
|
<artifactId>spring-web</artifactId>
|
|
<version>${spring.framework.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.annotation</groupId>
|
|
<artifactId>javax.annotation-api</artifactId>
|
|
<version>${javax.annotation-api.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
<version>${slf4j.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-context</artifactId>
|
|
<version>${spring.framework.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-webmvc</artifactId>
|
|
<version>${spring.framework.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework</groupId>
|
|
<artifactId>spring-tx</artifactId>
|
|
<version>${spring.framework.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>javax.validation</groupId>
|
|
<artifactId>validation-api</artifactId>
|
|
<version>${validation-api.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.cloudwalk.intelligent</groupId>
|
|
<artifactId>intelligent-cwoscomponent-interface</artifactId>
|
|
<version>${cwoscomponent.interface.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.shardingsphere</groupId>
|
|
<artifactId>sharding-core-api</artifactId>
|
|
<version>${shardingsphere.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.mybatis</groupId>
|
|
<artifactId>mybatis</artifactId>
|
|
<version>${mybatis.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.github.pagehelper</groupId>
|
|
<artifactId>pagehelper</artifactId>
|
|
<version>${pagehelper.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.data</groupId>
|
|
<artifactId>spring-data-redis</artifactId>
|
|
<version>${spring-data-redis.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>redis.clients</groupId>
|
|
<artifactId>jedis</artifactId>
|
|
<version>${jedis.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>io.github.openfeign</groupId>
|
|
<artifactId>feign-core</artifactId>
|
|
<version>${feign-core.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>commons-codec</groupId>
|
|
<artifactId>commons-codec</artifactId>
|
|
<version>${commons-codec.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
<artifactId>jackson-databind</artifactId>
|
|
<version>${jackson.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.commons</groupId>
|
|
<artifactId>commons-lang3</artifactId>
|
|
<version>${commons-lang3.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.jodd</groupId>
|
|
<artifactId>jodd-core</artifactId>
|
|
<version>${jodd.version}</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>cn.cloudwalk.intelligent</groupId>
|
|
<artifactId>davinci-manager-storage</artifactId>
|
|
<version>${davinci.manager.version}</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<modules>
|
|
<module>ninca-crk-portal-resource-stubs</module>
|
|
<module>ninca-crk-access-control-biz</module>
|
|
<module>ninca-crk-access-control-common</module>
|
|
<module>ninca-crk-access-control-data</module>
|
|
<module>ninca-crk-access-control-facade</module>
|
|
<module>ninca-crk-access-control-interface</module>
|
|
<module>ninca-crk-access-control-service</module>
|
|
<module>ninca-crk-access-control-web</module>
|
|
<module>ninca-crk-conference-attendance-biz</module>
|
|
<module>ninca-crk-conference-attendance-common</module>
|
|
<module>ninca-crk-conference-attendance-data</module>
|
|
<module>ninca-crk-conference-attendance-facade</module>
|
|
<module>ninca-crk-conference-attendance-interface</module>
|
|
<module>ninca-crk-conference-attendance-service</module>
|
|
<module>ninca-crk-conference-attendance-web</module>
|
|
<module>ninca-crk-smart-attendance-biz</module>
|
|
<module>ninca-crk-smart-attendance-common</module>
|
|
<module>ninca-crk-smart-attendance-data</module>
|
|
<module>ninca-crk-smart-attendance-facade</module>
|
|
<module>ninca-crk-smart-attendance-interface</module>
|
|
<module>ninca-crk-smart-attendance-service</module>
|
|
<module>ninca-crk-smart-attendance-web</module>
|
|
<module>ninca-crk-visitor-management-biz</module>
|
|
<module>ninca-crk-visitor-management-common</module>
|
|
<module>ninca-crk-visitor-management-data</module>
|
|
<module>ninca-crk-visitor-management-facade</module>
|
|
<module>ninca-crk-visitor-management-interface</module>
|
|
<module>ninca-crk-visitor-management-service</module>
|
|
<module>ninca-crk-visitor-management-web</module>
|
|
</modules>
|
|
<build>
|
|
<pluginManagement>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
<version>3.4.1</version>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.8.1</version>
|
|
<configuration>
|
|
<source>${java.version}</source>
|
|
<target>${java.version}</target>
|
|
<encoding>${project.build.sourceEncoding}</encoding>
|
|
</configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</pluginManagement>
|
|
<!-- 子模块继承本段,确保全 reactor 使用同一套 compiler 配置(非仅 pluginManagement 定义) -->
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<id>enforce-jdk8</id>
|
|
<phase>validate</phase>
|
|
<goals>
|
|
<goal>enforce</goal>
|
|
</goals>
|
|
<configuration>
|
|
<rules>
|
|
<requireJavaVersion>
|
|
<version>[1.8,1.9)</version>
|
|
<message>
|
|
maven-ninca-crk-from-lib 要求使用 JDK 8 启动 Maven(与 java.version=1.8 / 编译约定一致)。
|
|
</message>
|
|
</requireJavaVersion>
|
|
</rules>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project>
|