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.
51 lines
6.6 KiB
XML
51 lines
6.6 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>cn.cloudwalk.ninca</groupId>
|
|
<artifactId>ninca-common-component-organization-reactor</artifactId>
|
|
<version>2.9.2-xinghewan</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>cwos-component-organization-web</artifactId>
|
|
<name>cwos-component-organization-web</name>
|
|
<description>Web 层:REST 控制器</description>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>cn.cloudwalk.ninca</groupId>
|
|
<artifactId>cwos-component-organization-service</artifactId>
|
|
</dependency>
|
|
<!-- system 依赖不传递:Web 层编译所需 Spring Boot / Tomcat / Jackson / CloudWalk 公共类型均显式指向 ${all-lib.dir} -->
|
|
<dependency><groupId>lib.ext</groupId><artifactId>lombok-1.18.2</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/lombok-1.18.2.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>cloudwalk-common-result-3.2.0-Brussels-SRX</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/cloudwalk-common-result-3.2.0-Brussels-SRX.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>cloudwalk-common-data-3.5.2-Brussels-SRX</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/cloudwalk-common-data-3.5.2-Brussels-SRX.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>spring-boot-starter-web-1.5.17.RELEASE</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/spring-boot-starter-web-1.5.17.RELEASE.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>spring-boot-starter-actuator-1.5.17.RELEASE</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/spring-boot-starter-actuator-1.5.17.RELEASE.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>spring-boot-starter-tomcat-1.5.17.RELEASE</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/spring-boot-starter-tomcat-1.5.17.RELEASE.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>spring-boot-autoconfigure-1.5.17.RELEASE</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/spring-boot-autoconfigure-1.5.17.RELEASE.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>spring-boot-1.5.17.RELEASE</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/spring-boot-1.5.17.RELEASE.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>spring-boot-actuator-1.5.17.RELEASE</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/spring-boot-actuator-1.5.17.RELEASE.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>spring-webmvc-4.3.29.RELEASE</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/spring-webmvc-4.3.29.RELEASE.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>spring-web-4.3.29.RELEASE</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/spring-web-4.3.29.RELEASE.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>spring-context-4.3.29.RELEASE</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/spring-context-4.3.29.RELEASE.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>spring-aop-4.3.29.RELEASE</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/spring-aop-4.3.29.RELEASE.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>spring-beans-4.3.29.RELEASE</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/spring-beans-4.3.29.RELEASE.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>spring-core-4.3.29.RELEASE</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/spring-core-4.3.29.RELEASE.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>spring-expression-4.3.29.RELEASE</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/spring-expression-4.3.29.RELEASE.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>tomcat-embed-core-8.5.34</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/tomcat-embed-core-8.5.34.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>tomcat-embed-el-8.5.34</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/tomcat-embed-el-8.5.34.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>tomcat-embed-websocket-8.5.34</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/tomcat-embed-websocket-8.5.34.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>jackson-databind-2.11.2</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/jackson-databind-2.11.2.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>jackson-core-2.11.2</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/jackson-core-2.11.2.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>jackson-annotations-2.11.2</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/jackson-annotations-2.11.2.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>slf4j-api-1.7.25</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/slf4j-api-1.7.25.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>commons-lang3-3.3.2</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/commons-lang3-3.3.2.jar</systemPath></dependency>
|
|
<dependency><groupId>lib.ext</groupId><artifactId>javax.servlet-api-3.1.0</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/javax.servlet-api-3.1.0.jar</systemPath></dependency>
|
|
</dependencies>
|
|
</project>
|