Files
hpd840321 7b2bd307f1 Initial commit: reorganized source tree
- 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.
2026-05-09 09:56:45 +08:00

30 lines
4.9 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-interface</artifactId>
<dependencies>
<!-- 以下均来自 ${all-lib.dir},与 Maven 坐标版本一致的本地 JAR -->
<dependency><groupId>lib.ext</groupId><artifactId>fastjson-1.2.67</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/fastjson-1.2.67.jar</systemPath></dependency>
<dependency><groupId>lib.ext</groupId><artifactId>validation-api-1.1.0.Final</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/validation-api-1.1.0.Final.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>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>hibernate-validator-5.3.6.Final</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/hibernate-validator-5.3.6.Final.jar</systemPath></dependency>
<dependency><groupId>lib.ext</groupId><artifactId>jboss-logging-3.3.2.Final</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/jboss-logging-3.3.2.Final.jar</systemPath></dependency>
<dependency><groupId>lib.ext</groupId><artifactId>classmate-1.3.4</artifactId><version>1.0</version><scope>system</scope><systemPath>${all-lib.dir}/classmate-1.3.4.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-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-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>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>
<!-- CloudWalk / CWOS API -->
<dependency><groupId>cn.cloudwalk.cloud</groupId><artifactId>cloudwalk-common-result</artifactId><version>3.2.0</version><scope>system</scope><systemPath>${all-lib.dir}/cloudwalk-common-result-3.2.0-Brussels-SRX.jar</systemPath></dependency>
<dependency><groupId>cn.cloudwalk.cloud</groupId><artifactId>cloudwalk-common-data</artifactId><version>3.5.2</version><scope>system</scope><systemPath>${all-lib.dir}/cloudwalk-common-data-3.5.2-Brussels-SRX.jar</systemPath></dependency>
<dependency><groupId>cn.cloudwalk.cloud</groupId><artifactId>cloudwalk-device-sdk-interface</artifactId><version>2.2.4</version><scope>system</scope><systemPath>${all-lib.dir}/cloudwalk-device-sdk-interface-2.2.4-SNAPSHOT.jar</systemPath></dependency>
<dependency><groupId>cn.cloudwalk.cloud</groupId><artifactId>cloudwalk-device-sdk-protocol-entity</artifactId><version>2.1.4</version><scope>system</scope><systemPath>${all-lib.dir}/cloudwalk-device-sdk-protocol-entity-2.1.4-SNAPSHOT.jar</systemPath></dependency>
<!-- CWOS client API types referenced by organization-interface DTOs/Feign -->
<dependency><groupId>lib.ext</groupId><artifactId>cwos-core-aggregate-interface</artifactId><version>2.15.0-SNAPSHOT</version><scope>system</scope><systemPath>${all-lib.dir}/cwos-core-aggregate-interface-2.15.0-SNAPSHOT.jar</systemPath></dependency>
<dependency><groupId>lib.ext</groupId><artifactId>cwos-core-device-mgn-atomic-interface</artifactId><version>2.15.0-SNAPSHOT</version><scope>system</scope><systemPath>${all-lib.dir}/cwos-core-device-mgn-atomic-interface-2.15.0-SNAPSHOT.jar</systemPath></dependency>
<dependency><groupId>lib.ext</groupId><artifactId>cwos-component-account-interface</artifactId><version>2.10.0-SNAPSHOT</version><scope>system</scope><systemPath>${all-lib.dir}/cwos-component-account-interface-2.10.0-SNAPSHOT.jar</systemPath></dependency>
</dependencies>
</project>