Files
starRiverProperty/docs/testing/cw-elevator-v1-v2-dependency-diff.md
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

47 KiB
Raw Permalink Blame History

cw-elevator-application V1 fat-jar 与 V2 fat-jar 依赖差异核对

生成方式:脚本 scripts/generate_v1_v2_elevator_dependency_diff.py(可重复执行覆盖本文件)。

样本路径

  • V1cw-elevator-application-V1.0.0.20211103/cw-elevator-application-V1.0.0.20211103.jar
  • V2maven-cw-elevator-application/cw-elevator-application-starter/target/cw-elevator-application-2.0.0.jar
指标 V1 V2
嵌套 jar 条目数(lib / BOOT-INF/lib 269 242
解析出唯一坐标 groupId:artifactId:version 269 242
同名 GA、两侧均有解析且 version 集合不一致(§2.2.1)条数 4
与 Maven dependency:listruntime)条目数 242

1. Maven 方式(仅 V2 reactor

maven-cw-elevator-application 下执行:mvn -pl cw-elevator-application-starter -am dependency:list -DincludeScope=runtime -Dsort=true -DoutputFile=target/v2-maven-deps.txt-am 时每个子模块写各自的 target/§1.1 使用 starter 模块文件cw-elevator-application-starter/target/v2-maven-deps.txt

说明:历史 V1 运行包 当前仓库无对应 1.0 聚合工程可一键 dependency:listV1 的 Maven 坐标视图见 §2 二进制嵌套 JAR 的 pom.properties

1.1 V2 dependency:list 全量(runtime

# groupId artifactId version scope
1 ch.qos.logback logback-classic 1.1.11 compile
2 ch.qos.logback logback-core 1.1.11 compile
3 cn.cloudwalk cloudwalk-device-sdk-protocol-entity 2.2.0 compile
4 cn.cloudwalk cwos-java-sdk-resource 1.0.0-SNAPSHOT compile
5 cn.cloudwalk cwos-portal-interface 1.0.0-SNAPSHOT compile
6 cn.cloudwalk.cloud cloudwalk-common-event 3.7.2-Brussels-SRX compile
7 cn.cloudwalk.cloud cloudwalk-common-result 3.7.2-Brussels-SRX compile
8 cn.cloudwalk.cloud cloudwalk-common-serial 3.7.2-Brussels-SRX compile
9 cn.cloudwalk.cloud cloudwalk-common-service 3.7.2-Brussels-SRX compile
10 cn.cloudwalk.cloud cloudwalk-common-web 3.7.2-Brussels-SRX compile
11 cn.cloudwalk.cloud cloudwalk-device-manager-common 2.0.2 compile
12 cn.cloudwalk.cloud cloudwalk-device-manager-interface 2.0.2 compile
13 cn.cloudwalk.cloud cwos-common-aks-interface 1.0.0-SNAPSHOT compile
14 cn.cloudwalk.cloud cwos-component-resource-data 1.0.0-SNAPSHOT compile
15 cn.cloudwalk.cloud cwos-component-resource-interface 1.0.0-SNAPSHOT compile
16 cn.cloudwalk.cloud cwos-device-authentication-interface 1.0.0-SNAPSHOT compile
17 cn.cloudwalk.cloud cwos-sdk-event 1.5.0-SNAPSHOT compile
18 cn.cloudwalk.elevator cw-elevator-application-common 2.0-SNAPSHOT compile
19 cn.cloudwalk.elevator cw-elevator-application-data 2.0-SNAPSHOT compile
20 cn.cloudwalk.elevator cw-elevator-application-service 2.0-SNAPSHOT compile
21 cn.cloudwalk.elevator cw-elevator-application-web 2.0-SNAPSHOT compile
22 cn.cloudwalk.intelligent cloudwalk-intelligent-component-lock 1.1.1-SNAPSHOT compile
23 cn.cloudwalk.intelligent davinci-manager-common 1.1.7-SNAPSHOT compile
24 cn.cloudwalk.intelligent davinci-manager-storage 1.1.7-SNAPSHOT compile
25 cn.cloudwalk.intelligent intelligent-cwoscomponent-interface 2.9.2-xinghewan compile
26 cn.cloudwalk.intelligent intelligent-cwoscomponent-rest 2.9.2-xinghewan compile
27 com.alibaba fastjson 1.2.73 compile
28 com.aliyun aliyun-java-sdk-core 3.2.8 compile
29 com.aliyun aliyun-java-sdk-dysmsapi 1.1.0 compile
30 com.ecwid.consul consul-api 1.3.0 compile
31 com.fasterxml classmate 1.3.4 compile
32 com.fasterxml.jackson.core jackson-annotations 2.11.2 compile
33 com.fasterxml.jackson.core jackson-core 2.11.2 compile
34 com.fasterxml.jackson.core jackson-databind 2.11.2 compile
35 com.fasterxml.jackson.dataformat jackson-dataformat-yaml 2.11.2 compile
36 com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.11.2 compile
37 com.fasterxml.jackson.module jackson-module-afterburner 2.11.2 compile
38 com.github.jsqlparser jsqlparser 1.2 compile
39 com.github.luben zstd-jni 1.4.0-1 compile
40 com.github.pagehelper pagehelper 5.1.2 compile
41 com.github.pagehelper pagehelper-spring-boot-autoconfigure 1.2.5 compile
42 com.github.virtuald curvesapi 1.04 compile
43 com.google.code.findbugs annotations 2.0.1 compile
44 com.google.code.findbugs jsr305 3.0.2 compile
45 com.google.code.gson gson 2.8.5 compile
46 com.google.guava guava 20.0 compile
47 com.google.zxing core 3.3.3 compile
48 com.netflix.archaius archaius-core 0.6.6 compile
49 com.netflix.hystrix hystrix-core 1.5.12 compile
50 com.netflix.hystrix hystrix-javanica 1.5.12 compile
51 com.netflix.hystrix hystrix-metrics-event-stream 1.5.12 compile
52 com.netflix.hystrix hystrix-serialization 1.5.12 runtime
53 com.netflix.netflix-commons netflix-commons-util 0.1.1 runtime
54 com.netflix.netflix-commons netflix-statistics 0.1.1 runtime
55 com.netflix.ribbon ribbon 2.2.5 compile
56 com.netflix.ribbon ribbon-core 2.2.5 compile
57 com.netflix.ribbon ribbon-httpclient 2.2.5 compile
58 com.netflix.ribbon ribbon-loadbalancer 2.2.5 compile
59 com.netflix.ribbon ribbon-transport 2.2.5 runtime
60 com.netflix.servo servo-core 0.10.1 runtime
61 com.netflix.servo servo-internal 0.10.1 runtime
62 com.squareup.okhttp3 okhttp 3.2.0 compile
63 com.squareup.okio okio 1.6.0 compile
64 com.sun.jersey jersey-client 1.19.1 runtime
65 com.sun.jersey jersey-core 1.19.1 runtime
66 com.sun.jersey.contribs jersey-apache-client4 1.19.1 runtime
67 com.zaxxer HikariCP 2.5.1 compile
68 commons-codec commons-codec 1.10 compile
69 commons-collections commons-collections 3.2.2 runtime
70 commons-configuration commons-configuration 1.8 compile
71 commons-fileupload commons-fileupload 1.3.1 compile
72 commons-io commons-io 2.5 compile
73 commons-lang commons-lang 2.6 compile
74 commons-logging commons-logging 1.2 compile
75 de.ruedigermoeller fst 2.56 compile
76 dom4j dom4j 1.6.1 compile
77 io.github.openfeign feign-core 9.5.0 compile
78 io.github.openfeign feign-hystrix 9.5.0 compile
79 io.github.openfeign feign-okhttp 9.5.0 compile
80 io.github.openfeign feign-slf4j 9.5.0 compile
81 io.github.openfeign.form feign-form 3.0.3 compile
82 io.github.openfeign.form feign-form-spring 3.0.3 compile
83 io.netty netty-buffer 4.1.33.Final compile
84 io.netty netty-codec 4.1.33.Final compile
85 io.netty netty-codec-dns 4.1.33.Final compile
86 io.netty netty-common 4.1.33.Final compile
87 io.netty netty-handler 4.1.33.Final compile
88 io.netty netty-resolver 4.1.33.Final compile
89 io.netty netty-resolver-dns 4.1.33.Final compile
90 io.netty netty-transport 4.1.33.Final compile
91 io.projectreactor reactor-core 2.0.8.RELEASE compile
92 io.projectreactor reactor-stream 2.0.8.RELEASE compile
93 io.reactivex rxjava 1.2.0 compile
94 io.reactivex rxnetty 0.4.9 runtime
95 io.reactivex rxnetty-contexts 0.4.9 runtime
96 io.reactivex rxnetty-servo 0.4.9 runtime
97 io.reactivex.rxjava2 rxjava 2.1.13 compile
98 javax.activation activation 1.1 compile
99 javax.annotation javax.annotation-api 1.3.2 compile
100 javax.cache cache-api 1.0.0 compile
101 javax.inject javax.inject 1 runtime
102 javax.mail mail 1.4.4 compile
103 javax.validation validation-api 1.1.0.Final compile
104 javax.ws.rs jsr311-api 1.1.1 runtime
105 joda-time joda-time 2.9.9 compile
106 mysql mysql-connector-java 5.1.47 compile
107 net.bytebuddy byte-buddy 1.9.6 compile
108 net.bytebuddy byte-buddy-dep 1.9.6 compile
109 net.coobird thumbnailator 0.4.8 compile
110 net.lingala.zip4j zip4j 2.6.2 compile
111 net.sf.ehcache ehcache 2.10.5 compile
112 net.sf.opencsv opencsv 2.3 compile
113 org.antlr antlr4-runtime 4.7.2 compile
114 org.apache.ant ant 1.9.6 compile
115 org.apache.ant ant-launcher 1.9.6 compile
116 org.apache.commons commons-collections4 4.1 compile
117 org.apache.commons commons-compress 1.9 compile
118 org.apache.commons commons-lang3 3.5 compile
119 org.apache.commons commons-pool2 2.4.3 compile
120 org.apache.httpcomponents httpclient 4.5.6 compile
121 org.apache.httpcomponents httpcore 4.4.10 compile
122 org.apache.kafka kafka-clients 2.3.0 compile
123 org.apache.poi poi 3.15 compile
124 org.apache.poi poi-ooxml 3.15 compile
125 org.apache.poi poi-ooxml-schemas 3.15 compile
126 org.apache.shardingsphere encrypt-core-merge 4.0.0 compile
127 org.apache.shardingsphere encrypt-core-rewrite 4.0.0 compile
128 org.apache.shardingsphere sharding-core-api 4.0.0 compile
129 org.apache.shardingsphere sharding-core-common 4.0.0 compile
130 org.apache.shardingsphere sharding-core-entry 4.0.0 compile
131 org.apache.shardingsphere sharding-core-execute 4.0.0 compile
132 org.apache.shardingsphere sharding-core-merge 4.0.0 compile
133 org.apache.shardingsphere sharding-core-rewrite 4.0.0 compile
134 org.apache.shardingsphere sharding-core-route 4.0.0 compile
135 org.apache.shardingsphere sharding-jdbc-core 4.0.0 compile
136 org.apache.shardingsphere sharding-jdbc-spring-boot-starter 4.0.0 compile
137 org.apache.shardingsphere sharding-spring-boot-util 4.0.0 compile
138 org.apache.shardingsphere sharding-transaction-core 4.0.0 compile
139 org.apache.shardingsphere shardingsphere-execute 4.0.0 compile
140 org.apache.shardingsphere shardingsphere-merge 4.0.0 compile
141 org.apache.shardingsphere shardingsphere-rewrite-engine 4.0.0 compile
142 org.apache.shardingsphere shardingsphere-spi 4.0.0 compile
143 org.apache.shardingsphere shardingsphere-sql-parser-engine 4.0.0 compile
144 org.apache.shardingsphere shardingsphere-sql-parser-mysql 4.0.0 compile
145 org.apache.shardingsphere shardingsphere-sql-parser-oracle 4.0.0 compile
146 org.apache.shardingsphere shardingsphere-sql-parser-postgresql 4.0.0 compile
147 org.apache.shardingsphere shardingsphere-sql-parser-relation 4.0.0 compile
148 org.apache.shardingsphere shardingsphere-sql-parser-spi 4.0.0 compile
149 org.apache.shardingsphere shardingsphere-sql-parser-sql92 4.0.0 compile
150 org.apache.shardingsphere shardingsphere-sql-parser-sqlserver 4.0.0 compile
151 org.apache.tomcat tomcat-annotations-api 8.5.34 compile
152 org.apache.tomcat tomcat-jdbc 8.5.34 compile
153 org.apache.tomcat tomcat-juli 8.5.34 compile
154 org.apache.tomcat.embed tomcat-embed-core 8.5.34 compile
155 org.apache.tomcat.embed tomcat-embed-el 8.5.34 compile
156 org.apache.tomcat.embed tomcat-embed-websocket 8.5.34 compile
157 org.apache.xmlbeans xmlbeans 2.6.0 compile
158 org.aspectj aspectjweaver 1.8.13 compile
159 org.bouncycastle bcpkix-jdk15on 1.55 compile
160 org.bouncycastle bcprov-jdk15on 1.55 compile
161 org.codehaus.groovy groovy indy 2.4.5
162 org.freemarker freemarker 2.3.28 compile
163 org.hdrhistogram HdrHistogram 2.1.9 compile
164 org.hibernate hibernate-validator 5.3.6.Final compile
165 org.hibernate.validator hibernate-validator 6.0.22.Final compile
166 org.javassist javassist 3.21.0-GA compile
167 org.jboss.logging jboss-logging 3.3.2.Final compile
168 org.jctools jctools-core 2.1.1 compile
169 org.jodd jodd-bean 3.7.1 compile
170 org.jodd jodd-core 3.7.1 compile
171 org.jsoup jsoup 1.9.2 compile
172 org.jvnet animal-sniffer-annotation 1.0 compile
173 org.lz4 lz4-java 1.6.0 compile
174 org.mybatis mybatis 3.4.6 compile
175 org.mybatis mybatis-spring 1.3.2 compile
176 org.mybatis.spring.boot mybatis-spring-boot-autoconfigure 1.3.1 compile
177 org.mybatis.spring.boot mybatis-spring-boot-starter 1.3.1 compile
178 org.objenesis objenesis 2.1 compile
179 org.ow2.asm asm 7.3.1 compile
180 org.ow2.asm asm-commons 7.0 compile
181 org.projectlombok lombok 1.16.22 compile
182 org.reactivestreams reactive-streams 1.0.2 compile
183 org.redisson redisson 2.15.2 compile
184 org.redisson redisson-spring-boot-starter 2.15.2 compile
185 org.redisson redisson-spring-data-18 2.15.2 compile
186 org.reflections reflections 0.9.9-RC2 compile
187 org.slf4j jcl-over-slf4j 1.7.25 compile
188 org.slf4j jul-to-slf4j 1.7.25 compile
189 org.slf4j log4j-over-slf4j 1.7.25 compile
190 org.slf4j slf4j-api 1.7.25 compile
191 org.springframework spring-aop 4.3.29.RELEASE compile
192 org.springframework spring-aspects 4.3.29.RELEASE compile
193 org.springframework spring-beans 4.3.29.RELEASE compile
194 org.springframework spring-context 4.3.29.RELEASE compile
195 org.springframework spring-context-support 4.3.29.RELEASE compile
196 org.springframework spring-core 4.3.29.RELEASE compile
197 org.springframework spring-expression 4.3.29.RELEASE compile
198 org.springframework spring-jdbc 4.3.29.RELEASE compile
199 org.springframework spring-oxm 4.3.29.RELEASE compile
200 org.springframework spring-tx 4.3.29.RELEASE compile
201 org.springframework spring-web 4.3.29.RELEASE compile
202 org.springframework spring-webmvc 4.3.29.RELEASE compile
203 org.springframework.boot spring-boot 1.5.17.RELEASE compile
204 org.springframework.boot spring-boot-actuator 1.5.17.RELEASE compile
205 org.springframework.boot spring-boot-autoconfigure 1.5.17.RELEASE compile
206 org.springframework.boot spring-boot-starter 1.5.17.RELEASE compile
207 org.springframework.boot spring-boot-starter-actuator 1.5.17.RELEASE compile
208 org.springframework.boot spring-boot-starter-aop 1.5.17.RELEASE compile
209 org.springframework.boot spring-boot-starter-cache 1.5.17.RELEASE compile
210 org.springframework.boot spring-boot-starter-data-redis 1.5.17.RELEASE compile
211 org.springframework.boot spring-boot-starter-freemarker 1.5.17.RELEASE compile
212 org.springframework.boot spring-boot-starter-jdbc 1.5.17.RELEASE compile
213 org.springframework.boot spring-boot-starter-logging 1.5.17.RELEASE compile
214 org.springframework.boot spring-boot-starter-tomcat 1.5.17.RELEASE compile
215 org.springframework.boot spring-boot-starter-web 1.5.17.RELEASE compile
216 org.springframework.cloud spring-cloud-commons 1.3.5.RELEASE compile
217 org.springframework.cloud spring-cloud-consul-core 1.3.5.RELEASE compile
218 org.springframework.cloud spring-cloud-consul-discovery 1.3.5.RELEASE compile
219 org.springframework.cloud spring-cloud-context 1.3.5.RELEASE compile
220 org.springframework.cloud spring-cloud-netflix-core 1.4.6.RELEASE compile
221 org.springframework.cloud spring-cloud-netflix-hystrix-dashboard 1.4.6.RELEASE compile
222 org.springframework.cloud spring-cloud-starter 1.3.5.RELEASE compile
223 org.springframework.cloud spring-cloud-starter-consul 1.3.5.RELEASE compile
224 org.springframework.cloud spring-cloud-starter-consul-discovery 1.3.5.RELEASE compile
225 org.springframework.cloud spring-cloud-starter-netflix-archaius 1.4.6.RELEASE compile
226 org.springframework.cloud spring-cloud-starter-netflix-hystrix 1.4.6.RELEASE compile
227 org.springframework.cloud spring-cloud-starter-netflix-hystrix-dashboard 1.4.6.RELEASE compile
228 org.springframework.cloud spring-cloud-starter-netflix-ribbon 1.4.6.RELEASE compile
229 org.springframework.cloud spring-cloud-starter-openfeign 1.4.6.RELEASE compile
230 org.springframework.cloud spring-cloud-starter-ribbon 1.4.6.RELEASE compile
231 org.springframework.data spring-data-commons 1.13.16.RELEASE compile
232 org.springframework.data spring-data-keyvalue 1.2.16.RELEASE compile
233 org.springframework.data spring-data-redis 1.8.16.RELEASE compile
234 org.springframework.security spring-security-crypto 4.2.9.RELEASE compile
235 org.springframework.security spring-security-rsa 1.0.3.RELEASE compile
236 org.webjars d3js 3.4.11 compile
237 org.webjars jquery 2.1.1 compile
238 org.xerial.snappy snappy-java 1.1.7.3 compile
239 org.yaml snakeyaml 1.17 compile
240 redis.clients jedis 2.9.0 compile
241 stax stax-api 1.0.1 compile
242 xml-apis xml-apis 1.4.01 compile

2. 二进制方式(嵌套 JAR + pom.properties

  • V1lib/*.jar
  • V2:自动检测为 lib/*.jar(与 spring-boot-maven-plugin 1.3.x + Boot 1.5 一致时为 lib/)。

对每个嵌套 jar 读取 META-INF/maven/**/pom.properties 得到 groupId:artifactId:version;无法读取时记为 ?:?:?(多为无 Maven 元数据的第三方包)。

2.1 仅在 V1 出现的坐标(相对 V2 二进制集合)

共 41 项

groupId:artifactId:version V1 嵌套路径
cn.cloudwalk.elevator:cw-elevator-application-common:1.0-SNAPSHOT lib/cw-elevator-application-common-1.0-SNAPSHOT.jar
cn.cloudwalk.elevator:cw-elevator-application-data:1.0-SNAPSHOT lib/cw-elevator-application-data-1.0-SNAPSHOT.jar
cn.cloudwalk.elevator:cw-elevator-application-service:1.0-SNAPSHOT lib/cw-elevator-application-service-1.0-SNAPSHOT.jar
cn.cloudwalk.elevator:cw-elevator-application-web:1.0-SNAPSHOT lib/cw-elevator-application-web-1.0-SNAPSHOT.jar
org.apache.maven.wagon:wagon-provider-api:1.0-beta-2 lib/wagon-provider-api-1.0-beta-2.jar
org.apache.maven:maven-artifact-manager:2.0.5 lib/maven-artifact-manager-2.0.5.jar
org.apache.maven:maven-artifact:2.0.5 lib/maven-artifact-2.0.5.jar
org.apache.maven:maven-model:2.0.5 lib/maven-model-2.0.5.jar
org.apache.maven:maven-plugin-api:2.0.5 lib/maven-plugin-api-2.0.5.jar
org.apache.maven:maven-profile:2.0.5 lib/maven-profile-2.0.5.jar
org.apache.maven:maven-project:2.0.5 lib/maven-project-2.0.5.jar
org.apache.maven:maven-repository-metadata:2.0.5 lib/maven-repository-metadata-2.0.5.jar
org.apache.maven:maven-settings:2.0.5 lib/maven-settings-2.0.5.jar
org.codehaus.plexus:plexus-container-default:1.0-alpha-9 lib/plexus-container-default-1.0-alpha-9.jar
org.codehaus.plexus:plexus-utils:1.1 lib/plexus-utils-1.1.jar
org.jfrog.jade.plugins.common:jade-plugin-common:1.3.8 lib/jade-plugin-common-1.3.8.jar
org.jfrog.maven.annomojo:maven-plugin-anno:1.4.1 lib/maven-plugin-anno-1.4.1.jar
org.reflections:reflections-maven:0.9.9-RC2 lib/reflections-maven-0.9.9-RC2.jar
org.springside:springside-core:4.2.3-GA lib/springside-core-4.2.3-GA.jar
unresolved:annotations-2.0.0.jar lib/annotations-2.0.0.jar
unresolved:ant-1.6.5.jar lib/ant-1.6.5.jar
unresolved:ant-apache-bsf-1.9.4.jar lib/ant-apache-bsf-1.9.4.jar
unresolved:ant-jakarta-oro-1.6.1.jar lib/ant-jakarta-oro-1.6.1.jar
unresolved:ant-nodeps-1.8.1.jar lib/ant-nodeps-1.8.1.jar
unresolved:asm-5.0.3.jar lib/asm-5.0.3.jar
unresolved:asm-analysis-5.0.3.jar lib/asm-analysis-5.0.3.jar
unresolved:asm-tree-5.0.3.jar lib/asm-tree-5.0.3.jar
unresolved:asm-util-5.0.3.jar lib/asm-util-5.0.3.jar
unresolved:bsf-2.4.0.jar lib/bsf-2.4.0.jar
unresolved:classworlds-1.1-alpha-2.jar lib/classworlds-1.1-alpha-2.jar
unresolved:feign-core-8.18.0.jar lib/feign-core-8.18.0.jar
unresolved:feign-okhttp-8.18.0.jar lib/feign-okhttp-8.18.0.jar
unresolved:hamcrest-core-1.3.jar lib/hamcrest-core-1.3.jar
unresolved:jdom-1.1.2.jar lib/jdom-1.1.2.jar
unresolved:junit-4.12.jar lib/junit-4.12.jar
unresolved:lombok-1.16.18.jar lib/lombok-1.16.18.jar
unresolved:parboiled-core-1.1.7.jar lib/parboiled-core-1.1.7.jar
unresolved:parboiled-java-1.1.7.jar lib/parboiled-java-1.1.7.jar
unresolved:pegdown-1.6.0.jar lib/pegdown-1.6.0.jar
unresolved:xpp3-1.1.3.4-RC8.jar lib/xpp3-1.1.3.4-RC8.jar
unresolved:xstream-1.1.3.jar lib/xstream-1.1.3.jar

2.2 仅在 V2 出现的坐标(相对 V1 二进制集合)

共 14 项

groupId:artifactId:version V2 嵌套路径
cn.cloudwalk.elevator:cw-elevator-application-common:2.0-SNAPSHOT lib/cw-elevator-application-common-2.0-SNAPSHOT.jar
cn.cloudwalk.elevator:cw-elevator-application-data:2.0-SNAPSHOT lib/cw-elevator-application-data-2.0-SNAPSHOT.jar
cn.cloudwalk.elevator:cw-elevator-application-service:2.0-SNAPSHOT lib/cw-elevator-application-service-2.0-SNAPSHOT.jar
cn.cloudwalk.elevator:cw-elevator-application-web:2.0-SNAPSHOT lib/cw-elevator-application-web-2.0-SNAPSHOT.jar
com.google.code.findbugs:jsr305:3.0.2 lib/jsr305-3.0.2.jar
io.github.openfeign:feign-okhttp:9.5.0 lib/feign-okhttp-9.5.0.jar
javax.annotation:javax.annotation-api:1.3.2 lib/javax.annotation-api-1.3.2.jar
net.bytebuddy:byte-buddy-dep:1.9.6 lib/byte-buddy-dep-1.9.6.jar
org.hibernate.validator:hibernate-validator:6.0.22.Final lib/hibernate-validator-6.0.22.Final.jar
org.jctools:jctools-core:2.1.1 lib/jctools-core-2.1.1.jar
unresolved:annotations-2.0.1.jar lib/annotations-2.0.1.jar
unresolved:asm-7.3.1.jar lib/asm-7.3.1.jar
unresolved:asm-commons-7.0.jar lib/asm-commons-7.0.jar
unresolved:lombok-1.16.22.jar lib/lombok-1.16.22.jar

2.2.1 同名构件(groupId:artifactId)在 V1 与 V2 中的版本集合差异

由嵌套 jar 的 pom.properties 聚合:若同一 GA 在 V1、V2 中均能解析出版本,且 version 集合不同,则单独列出(与 §2.1 / §2.2 中分列的 g:a:v 键互为补充)。不含仅一侧出现的 GA。

共 4 项

groupId:artifactId V1 version(s) V2 version(s)
cn.cloudwalk.elevator:cw-elevator-application-common 1.0-SNAPSHOT 2.0-SNAPSHOT
cn.cloudwalk.elevator:cw-elevator-application-data 1.0-SNAPSHOT 2.0-SNAPSHOT
cn.cloudwalk.elevator:cw-elevator-application-service 1.0-SNAPSHOT 2.0-SNAPSHOT
cn.cloudwalk.elevator:cw-elevator-application-web 1.0-SNAPSHOT 2.0-SNAPSHOT

2.3 两边均存在且坐标一致的依赖

共 228 项(名称版本完全一致)。

展开长表
groupId:artifactId:version
ch.qos.logback:logback-classic:1.1.11
ch.qos.logback:logback-core:1.1.11
cn.cloudwalk.cloud:cloudwalk-common-event:3.7.2-Brussels-SRX
cn.cloudwalk.cloud:cloudwalk-common-result:3.7.2-Brussels-SRX
cn.cloudwalk.cloud:cloudwalk-common-serial:3.7.2-Brussels-SRX
cn.cloudwalk.cloud:cloudwalk-common-service:3.7.2-Brussels-SRX
cn.cloudwalk.cloud:cloudwalk-common-web:3.7.2-Brussels-SRX
cn.cloudwalk.cloud:cloudwalk-device-manager-common:2.0.2
cn.cloudwalk.cloud:cloudwalk-device-manager-interface:2.0.2
cn.cloudwalk.cloud:cwos-common-aks-interface:1.0.0-SNAPSHOT
cn.cloudwalk.cloud:cwos-component-resource-data:1.0.0-SNAPSHOT
cn.cloudwalk.cloud:cwos-component-resource-interface:1.0.0-SNAPSHOT
cn.cloudwalk.cloud:cwos-device-authentication-interface:1.0.0-SNAPSHOT
cn.cloudwalk.cloud:cwos-sdk-event:1.5.0-SNAPSHOT
cn.cloudwalk.intelligent:cloudwalk-intelligent-component-lock:1.1.1-SNAPSHOT
cn.cloudwalk.intelligent:davinci-manager-common:1.1.7-SNAPSHOT
cn.cloudwalk.intelligent:davinci-manager-storage:1.1.7-SNAPSHOT
cn.cloudwalk.intelligent:intelligent-cwoscomponent-interface:2.9.2-xinghewan
cn.cloudwalk.intelligent:intelligent-cwoscomponent-rest:2.9.2-xinghewan
cn.cloudwalk:cloudwalk-device-sdk-protocol-entity:2.2.0
cn.cloudwalk:cwos-java-sdk-resource:1.0.0-SNAPSHOT
cn.cloudwalk:cwos-portal-interface:1.0.0-SNAPSHOT
com.alibaba:fastjson:1.2.73
com.aliyun:aliyun-java-sdk-core:3.2.8
com.aliyun:aliyun-java-sdk-dysmsapi:1.1.0
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-afterburner:2.11.2
com.fasterxml:classmate:1.3.4
com.github.jsqlparser:jsqlparser:1.2
com.github.pagehelper:pagehelper-spring-boot-autoconfigure:1.2.5
com.github.pagehelper:pagehelper:5.1.2
com.github.virtuald:curvesapi:1.04
com.google.code.gson:gson:2.8.5
com.google.guava:guava:20.0
com.google.zxing:core:3.3.3
com.squareup.okhttp3:okhttp:3.2.0
com.squareup.okio:okio:1.6.0
com.sun.jersey.contribs:jersey-apache-client4:1.19.1
com.sun.jersey:jersey-client:1.19.1
com.sun.jersey:jersey-core:1.19.1
com.zaxxer:HikariCP:2.5.1
commons-codec:commons-codec:1.10
commons-collections:commons-collections:3.2.2
commons-configuration:commons-configuration:1.8
commons-fileupload:commons-fileupload:1.3.1
commons-io:commons-io:2.5
commons-lang:commons-lang:2.6
commons-logging:commons-logging:1.2
de.ruedigermoeller:fst:2.56
io.github.openfeign.form:feign-form-spring:3.0.3
io.github.openfeign.form:feign-form:3.0.3
io.github.openfeign:feign-core:9.5.0
io.github.openfeign:feign-hystrix:9.5.0
io.github.openfeign:feign-slf4j:9.5.0
io.netty:netty-buffer:4.1.33.Final
io.netty:netty-codec-dns:4.1.33.Final
io.netty:netty-codec:4.1.33.Final
io.netty:netty-common:4.1.33.Final
io.netty:netty-handler:4.1.33.Final
io.netty:netty-resolver-dns:4.1.33.Final
io.netty:netty-resolver:4.1.33.Final
io.netty:netty-transport:4.1.33.Final
javax.cache:cache-api:1.0.0
javax.mail:mail:1.4.4
javax.validation:validation-api:1.1.0.Final
javax.ws.rs:jsr311-api:1.1.1
joda-time:joda-time:2.9.9
net.bytebuddy:byte-buddy:1.9.6
net.coobird:thumbnailator:0.4.8
net.lingala.zip4j:zip4j:2.6.2
net.sf.ehcache:ehcache:2.10.5
net.sf.opencsv:opencsv:2.3
org.antlr:antlr4-runtime:4.7.2
org.apache.commons:commons-collections4:4.1
org.apache.commons:commons-compress:1.9
org.apache.commons:commons-lang3:3.5
org.apache.commons:commons-pool2:2.4.3
org.apache.httpcomponents:httpclient:4.5.6
org.apache.httpcomponents:httpcore:4.4.10
org.apache.shardingsphere:encrypt-core-merge:4.0.0
org.apache.shardingsphere:encrypt-core-rewrite:4.0.0
org.apache.shardingsphere:sharding-core-api:4.0.0
org.apache.shardingsphere:sharding-core-common:4.0.0
org.apache.shardingsphere:sharding-core-entry:4.0.0
org.apache.shardingsphere:sharding-core-execute:4.0.0
org.apache.shardingsphere:sharding-core-merge:4.0.0
org.apache.shardingsphere:sharding-core-rewrite:4.0.0
org.apache.shardingsphere:sharding-core-route:4.0.0
org.apache.shardingsphere:sharding-jdbc-core:4.0.0
org.apache.shardingsphere:sharding-jdbc-spring-boot-starter:4.0.0
org.apache.shardingsphere:sharding-spring-boot-util:4.0.0
org.apache.shardingsphere:sharding-transaction-core:4.0.0
org.apache.shardingsphere:shardingsphere-execute:4.0.0
org.apache.shardingsphere:shardingsphere-merge:4.0.0
org.apache.shardingsphere:shardingsphere-rewrite-engine:4.0.0
org.apache.shardingsphere:shardingsphere-spi:4.0.0
org.apache.shardingsphere:shardingsphere-sql-parser-engine:4.0.0
org.apache.shardingsphere:shardingsphere-sql-parser-mysql:4.0.0
org.apache.shardingsphere:shardingsphere-sql-parser-oracle:4.0.0
org.apache.shardingsphere:shardingsphere-sql-parser-postgresql:4.0.0
org.apache.shardingsphere:shardingsphere-sql-parser-relation:4.0.0
org.apache.shardingsphere:shardingsphere-sql-parser-spi:4.0.0
org.apache.shardingsphere:shardingsphere-sql-parser-sql92:4.0.0
org.apache.shardingsphere:shardingsphere-sql-parser-sqlserver:4.0.0
org.hdrhistogram:HdrHistogram:2.1.9
org.hibernate:hibernate-validator:5.3.6.Final
org.javassist:javassist:3.21.0-GA
org.jboss.logging:jboss-logging:3.3.2.Final
org.jsoup:jsoup:1.9.2
org.jvnet:animal-sniffer-annotation:1.0
org.mybatis.spring.boot:mybatis-spring-boot-autoconfigure:1.3.1
org.mybatis.spring.boot:mybatis-spring-boot-starter:1.3.1
org.mybatis:mybatis-spring:1.3.2
org.mybatis:mybatis:3.4.6
org.redisson:redisson-spring-boot-starter:2.15.2
org.redisson:redisson-spring-data-18:2.15.2
org.redisson:redisson:2.15.2
org.reflections:reflections:0.9.9-RC2
org.slf4j:jcl-over-slf4j:1.7.25
org.slf4j:jul-to-slf4j:1.7.25
org.slf4j:log4j-over-slf4j:1.7.25
org.slf4j:slf4j-api:1.7.25
org.springframework.boot:spring-boot-actuator:1.5.17.RELEASE
org.springframework.boot:spring-boot-autoconfigure:1.5.17.RELEASE
org.springframework.boot:spring-boot-starter-actuator:1.5.17.RELEASE
org.springframework.boot:spring-boot-starter-aop:1.5.17.RELEASE
org.springframework.boot:spring-boot-starter-cache:1.5.17.RELEASE
org.springframework.boot:spring-boot-starter-data-redis:1.5.17.RELEASE
org.springframework.boot:spring-boot-starter-freemarker:1.5.17.RELEASE
org.springframework.boot:spring-boot-starter-jdbc:1.5.17.RELEASE
org.springframework.boot:spring-boot-starter-logging:1.5.17.RELEASE
org.springframework.boot:spring-boot-starter-tomcat:1.5.17.RELEASE
org.springframework.boot:spring-boot-starter-web:1.5.17.RELEASE
org.springframework.boot:spring-boot-starter:1.5.17.RELEASE
org.springframework.boot:spring-boot:1.5.17.RELEASE
org.springframework.cloud:spring-cloud-commons:1.3.5.RELEASE
org.springframework.cloud:spring-cloud-consul-core:1.3.5.RELEASE
org.springframework.cloud:spring-cloud-consul-discovery:1.3.5.RELEASE
org.springframework.cloud:spring-cloud-context:1.3.5.RELEASE
org.springframework.cloud:spring-cloud-netflix-core:1.4.6.RELEASE
org.springframework.cloud:spring-cloud-netflix-hystrix-dashboard:1.4.6.RELEASE
org.springframework.cloud:spring-cloud-starter-consul-discovery:1.3.5.RELEASE
org.springframework.cloud:spring-cloud-starter-consul:1.3.5.RELEASE
org.springframework.cloud:spring-cloud-starter-netflix-archaius:1.4.6.RELEASE
org.springframework.cloud:spring-cloud-starter-netflix-hystrix-dashboard:1.4.6.RELEASE
org.springframework.cloud:spring-cloud-starter-netflix-hystrix:1.4.6.RELEASE
org.springframework.cloud:spring-cloud-starter-netflix-ribbon:1.4.6.RELEASE
org.springframework.cloud:spring-cloud-starter-openfeign:1.4.6.RELEASE
org.springframework.cloud:spring-cloud-starter-ribbon:1.4.6.RELEASE
org.springframework.cloud:spring-cloud-starter:1.3.5.RELEASE
org.springframework.data:spring-data-commons:1.13.16.RELEASE
org.springframework.data:spring-data-keyvalue:1.2.16.RELEASE
org.springframework.data:spring-data-redis:1.8.16.RELEASE
org.springframework.security:spring-security-rsa:1.0.3.BUILD-SNAPSHOT
org.webjars:d3js:3.4.11
org.webjars:jquery:2.1.1
org.yaml:snakeyaml:1.17
redis.clients:jedis:2.9.0
unresolved:activation-1.1.jar
unresolved:ant-1.9.6.jar
unresolved:ant-launcher-1.9.6.jar
unresolved:archaius-core-0.6.6.jar
unresolved:aspectjweaver-1.8.13.jar
unresolved:bcpkix-jdk15on-1.55.jar
unresolved:bcprov-jdk15on-1.55.jar
unresolved:consul-api-1.3.0.jar
unresolved:dom4j-1.6.1.jar
unresolved:freemarker-2.3.28.jar
unresolved:groovy-2.4.5-indy.jar
unresolved:hystrix-core-1.5.12.jar
unresolved:hystrix-javanica-1.5.12.jar
unresolved:hystrix-metrics-event-stream-1.5.12.jar
unresolved:hystrix-serialization-1.5.12.jar
unresolved:javax.inject-1.jar
unresolved:jodd-bean-3.7.1.jar
unresolved:jodd-core-3.7.1.jar
unresolved:kafka-clients-2.3.0.jar
unresolved:lz4-java-1.6.0.jar
unresolved:mysql-connector-java-5.1.47.jar
unresolved:netflix-commons-util-0.1.1.jar
unresolved:netflix-statistics-0.1.1.jar
unresolved:objenesis-2.1.jar
unresolved:poi-3.15.jar
unresolved:poi-ooxml-3.15.jar
unresolved:poi-ooxml-schemas-3.15.jar
unresolved:reactive-streams-1.0.2.jar
unresolved:reactor-core-2.0.8.RELEASE.jar
unresolved:reactor-stream-2.0.8.RELEASE.jar
unresolved:ribbon-2.2.5.jar
unresolved:ribbon-core-2.2.5.jar
unresolved:ribbon-httpclient-2.2.5.jar
unresolved:ribbon-loadbalancer-2.2.5.jar
unresolved:ribbon-transport-2.2.5.jar
unresolved:rxjava-1.2.0.jar
unresolved:rxjava-2.1.13.jar
unresolved:rxnetty-0.4.9.jar
unresolved:rxnetty-contexts-0.4.9.jar
unresolved:rxnetty-servo-0.4.9.jar
unresolved:servo-core-0.10.1.jar
unresolved:servo-internal-0.10.1.jar
unresolved:snappy-java-1.1.7.3.jar
unresolved:spring-aop-4.3.29.RELEASE.jar
unresolved:spring-aspects-4.3.29.RELEASE.jar
unresolved:spring-beans-4.3.29.RELEASE.jar
unresolved:spring-context-4.3.29.RELEASE.jar
unresolved:spring-context-support-4.3.29.RELEASE.jar
unresolved:spring-core-4.3.29.RELEASE.jar
unresolved:spring-expression-4.3.29.RELEASE.jar
unresolved:spring-jdbc-4.3.29.RELEASE.jar
unresolved:spring-oxm-4.3.29.RELEASE.jar
unresolved:spring-security-crypto-4.2.9.RELEASE.jar
unresolved:spring-tx-4.3.29.RELEASE.jar
unresolved:spring-web-4.3.29.RELEASE.jar
unresolved:spring-webmvc-4.3.29.RELEASE.jar
unresolved:stax-api-1.0.1.jar
unresolved:tomcat-annotations-api-8.5.34.jar
unresolved:tomcat-embed-core-8.5.34.jar
unresolved:tomcat-embed-el-8.5.34.jar
unresolved:tomcat-embed-websocket-8.5.34.jar
unresolved:tomcat-jdbc-8.5.34.jar
unresolved:tomcat-juli-8.5.34.jar
unresolved:xml-apis-1.4.01.jar
unresolved:xmlbeans-2.6.0.jar
unresolved:zstd-jni-1.4.0-1.jar

2.4 V2 二进制坐标 vs Maven dependency:list

  • 版本字符串不一致:例如 reactor 在 dependency:list 中为 2.0-SNAPSHOT,而 fat-jar 内嵌模块 cw-elevator-application-*-2.0.6.jarpom.properties2.0.6,字符串比对会视为「仅一侧存在」,属同名构件不同表述,非缺失依赖。

  • 在 dependency:list 中但不在嵌套 jar 元数据中的:多为 仅存在于解析树、与本模块 jar 文件命名不一致,需对照 §1 表格。

  • 未解析 unresolved:*:见 §3,此类条目不参与坐标相等判断。

  • 仅在 Maven listruntime71 项

坐标
com.ecwid.consul:consul-api:1.3.0
com.github.luben:zstd-jni:1.4.0-1
com.google.code.findbugs:annotations:2.0.1
com.netflix.archaius:archaius-core:0.6.6
com.netflix.hystrix:hystrix-core:1.5.12
com.netflix.hystrix:hystrix-javanica:1.5.12
com.netflix.hystrix:hystrix-metrics-event-stream:1.5.12
com.netflix.hystrix:hystrix-serialization:1.5.12
com.netflix.netflix-commons:netflix-commons-util:0.1.1
com.netflix.netflix-commons:netflix-statistics:0.1.1
com.netflix.ribbon:ribbon-core:2.2.5
com.netflix.ribbon:ribbon-httpclient:2.2.5
com.netflix.ribbon:ribbon-loadbalancer:2.2.5
com.netflix.ribbon:ribbon-transport:2.2.5
com.netflix.ribbon:ribbon:2.2.5
com.netflix.servo:servo-core:0.10.1
com.netflix.servo:servo-internal:0.10.1
dom4j:dom4j:1.6.1
io.projectreactor:reactor-core:2.0.8.RELEASE
io.projectreactor:reactor-stream:2.0.8.RELEASE
io.reactivex.rxjava2:rxjava:2.1.13
io.reactivex:rxjava:1.2.0
io.reactivex:rxnetty-contexts:0.4.9
io.reactivex:rxnetty-servo:0.4.9
io.reactivex:rxnetty:0.4.9
javax.activation:activation:1.1
javax.inject:javax.inject:1
mysql:mysql-connector-java:5.1.47
org.apache.ant:ant-launcher:1.9.6
org.apache.ant:ant:1.9.6
org.apache.kafka:kafka-clients:2.3.0
org.apache.poi:poi-ooxml-schemas:3.15
org.apache.poi:poi-ooxml:3.15
org.apache.poi:poi:3.15
org.apache.tomcat.embed:tomcat-embed-core:8.5.34
org.apache.tomcat.embed:tomcat-embed-el:8.5.34
org.apache.tomcat.embed:tomcat-embed-websocket:8.5.34
org.apache.tomcat:tomcat-annotations-api:8.5.34
org.apache.tomcat:tomcat-jdbc:8.5.34
org.apache.tomcat:tomcat-juli:8.5.34
org.apache.xmlbeans:xmlbeans:2.6.0
org.aspectj:aspectjweaver:1.8.13
org.bouncycastle:bcpkix-jdk15on:1.55
org.bouncycastle:bcprov-jdk15on:1.55
org.codehaus.groovy:groovy:indy
org.freemarker:freemarker:2.3.28
org.jodd:jodd-bean:3.7.1
org.jodd:jodd-core:3.7.1
org.lz4:lz4-java:1.6.0
org.objenesis:objenesis:2.1
org.ow2.asm:asm-commons:7.0
org.ow2.asm:asm:7.3.1
org.projectlombok:lombok:1.16.22
org.reactivestreams:reactive-streams:1.0.2
org.springframework.security:spring-security-crypto:4.2.9.RELEASE
org.springframework.security:spring-security-rsa:1.0.3.RELEASE
org.springframework:spring-aop:4.3.29.RELEASE
org.springframework:spring-aspects:4.3.29.RELEASE
org.springframework:spring-beans:4.3.29.RELEASE
org.springframework:spring-context-support:4.3.29.RELEASE
org.springframework:spring-context:4.3.29.RELEASE
org.springframework:spring-core:4.3.29.RELEASE
org.springframework:spring-expression:4.3.29.RELEASE
org.springframework:spring-jdbc:4.3.29.RELEASE
org.springframework:spring-oxm:4.3.29.RELEASE
org.springframework:spring-tx:4.3.29.RELEASE
org.springframework:spring-web:4.3.29.RELEASE
org.springframework:spring-webmvc:4.3.29.RELEASE
org.xerial.snappy:snappy-java:1.1.7.3
stax:stax-api:1.0.1
xml-apis:xml-apis:1.4.01
  • 仅在二进制坐标集合71 项
坐标
org.springframework.security:spring-security-rsa:1.0.3.BUILD-SNAPSHOT
unresolved:activation-1.1.jar
unresolved:annotations-2.0.1.jar
unresolved:ant-1.9.6.jar
unresolved:ant-launcher-1.9.6.jar
unresolved:archaius-core-0.6.6.jar
unresolved:asm-7.3.1.jar
unresolved:asm-commons-7.0.jar
unresolved:aspectjweaver-1.8.13.jar
unresolved:bcpkix-jdk15on-1.55.jar
unresolved:bcprov-jdk15on-1.55.jar
unresolved:consul-api-1.3.0.jar
unresolved:dom4j-1.6.1.jar
unresolved:freemarker-2.3.28.jar
unresolved:groovy-2.4.5-indy.jar
unresolved:hystrix-core-1.5.12.jar
unresolved:hystrix-javanica-1.5.12.jar
unresolved:hystrix-metrics-event-stream-1.5.12.jar
unresolved:hystrix-serialization-1.5.12.jar
unresolved:javax.inject-1.jar
unresolved:jodd-bean-3.7.1.jar
unresolved:jodd-core-3.7.1.jar
unresolved:kafka-clients-2.3.0.jar
unresolved:lombok-1.16.22.jar
unresolved:lz4-java-1.6.0.jar
unresolved:mysql-connector-java-5.1.47.jar
unresolved:netflix-commons-util-0.1.1.jar
unresolved:netflix-statistics-0.1.1.jar
unresolved:objenesis-2.1.jar
unresolved:poi-3.15.jar
unresolved:poi-ooxml-3.15.jar
unresolved:poi-ooxml-schemas-3.15.jar
unresolved:reactive-streams-1.0.2.jar
unresolved:reactor-core-2.0.8.RELEASE.jar
unresolved:reactor-stream-2.0.8.RELEASE.jar
unresolved:ribbon-2.2.5.jar
unresolved:ribbon-core-2.2.5.jar
unresolved:ribbon-httpclient-2.2.5.jar
unresolved:ribbon-loadbalancer-2.2.5.jar
unresolved:ribbon-transport-2.2.5.jar
unresolved:rxjava-1.2.0.jar
unresolved:rxjava-2.1.13.jar
unresolved:rxnetty-0.4.9.jar
unresolved:rxnetty-contexts-0.4.9.jar
unresolved:rxnetty-servo-0.4.9.jar
unresolved:servo-core-0.10.1.jar
unresolved:servo-internal-0.10.1.jar
unresolved:snappy-java-1.1.7.3.jar
unresolved:spring-aop-4.3.29.RELEASE.jar
unresolved:spring-aspects-4.3.29.RELEASE.jar
unresolved:spring-beans-4.3.29.RELEASE.jar
unresolved:spring-context-4.3.29.RELEASE.jar
unresolved:spring-context-support-4.3.29.RELEASE.jar
unresolved:spring-core-4.3.29.RELEASE.jar
unresolved:spring-expression-4.3.29.RELEASE.jar
unresolved:spring-jdbc-4.3.29.RELEASE.jar
unresolved:spring-oxm-4.3.29.RELEASE.jar
unresolved:spring-security-crypto-4.2.9.RELEASE.jar
unresolved:spring-tx-4.3.29.RELEASE.jar
unresolved:spring-web-4.3.29.RELEASE.jar
unresolved:spring-webmvc-4.3.29.RELEASE.jar
unresolved:stax-api-1.0.1.jar
unresolved:tomcat-annotations-api-8.5.34.jar
unresolved:tomcat-embed-core-8.5.34.jar
unresolved:tomcat-embed-el-8.5.34.jar
unresolved:tomcat-embed-websocket-8.5.34.jar
unresolved:tomcat-jdbc-8.5.34.jar
unresolved:tomcat-juli-8.5.34.jar
unresolved:xml-apis-1.4.01.jar
unresolved:xmlbeans-2.6.0.jar
unresolved:zstd-jni-1.4.0-1.jar

3. 无法解析 pom.properties 的嵌套 JAR(仅列文件名)

  • V1 未解析条目:88
    • activation-1.1.jar
    • annotations-2.0.0.jar
    • ant-1.6.5.jar
    • ant-1.9.6.jar
    • ant-apache-bsf-1.9.4.jar
    • ant-jakarta-oro-1.6.1.jar
    • ant-launcher-1.9.6.jar
    • ant-nodeps-1.8.1.jar
    • archaius-core-0.6.6.jar
    • asm-5.0.3.jar
    • asm-analysis-5.0.3.jar
    • asm-tree-5.0.3.jar
    • asm-util-5.0.3.jar
    • aspectjweaver-1.8.13.jar
    • bcpkix-jdk15on-1.55.jar
    • bcprov-jdk15on-1.55.jar
    • bsf-2.4.0.jar
    • classworlds-1.1-alpha-2.jar
    • consul-api-1.3.0.jar
    • dom4j-1.6.1.jar
    • feign-core-8.18.0.jar
    • feign-okhttp-8.18.0.jar
    • freemarker-2.3.28.jar
    • groovy-2.4.5-indy.jar
    • hamcrest-core-1.3.jar
    • hystrix-core-1.5.12.jar
    • hystrix-javanica-1.5.12.jar
    • hystrix-metrics-event-stream-1.5.12.jar
    • hystrix-serialization-1.5.12.jar
    • javax.inject-1.jar
    • jdom-1.1.2.jar
    • jodd-bean-3.7.1.jar
    • jodd-core-3.7.1.jar
    • junit-4.12.jar
    • kafka-clients-2.3.0.jar
    • lombok-1.16.18.jar
    • lz4-java-1.6.0.jar
    • mysql-connector-java-5.1.47.jar
    • netflix-commons-util-0.1.1.jar
    • netflix-statistics-0.1.1.jar
    • objenesis-2.1.jar
    • parboiled-core-1.1.7.jar
    • parboiled-java-1.1.7.jar
    • pegdown-1.6.0.jar
    • poi-3.15.jar
    • poi-ooxml-3.15.jar
    • poi-ooxml-schemas-3.15.jar
    • reactive-streams-1.0.2.jar
    • reactor-core-2.0.8.RELEASE.jar
    • reactor-stream-2.0.8.RELEASE.jar
    • … 省略 38 条
  • V2 未解析条目:70
    • activation-1.1.jar
    • annotations-2.0.1.jar
    • ant-1.9.6.jar
    • ant-launcher-1.9.6.jar
    • archaius-core-0.6.6.jar
    • asm-7.3.1.jar
    • asm-commons-7.0.jar
    • aspectjweaver-1.8.13.jar
    • bcpkix-jdk15on-1.55.jar
    • bcprov-jdk15on-1.55.jar
    • consul-api-1.3.0.jar
    • dom4j-1.6.1.jar
    • freemarker-2.3.28.jar
    • groovy-2.4.5-indy.jar
    • hystrix-core-1.5.12.jar
    • hystrix-javanica-1.5.12.jar
    • hystrix-metrics-event-stream-1.5.12.jar
    • hystrix-serialization-1.5.12.jar
    • javax.inject-1.jar
    • jodd-bean-3.7.1.jar
    • jodd-core-3.7.1.jar
    • kafka-clients-2.3.0.jar
    • lombok-1.16.22.jar
    • lz4-java-1.6.0.jar
    • mysql-connector-java-5.1.47.jar
    • netflix-commons-util-0.1.1.jar
    • netflix-statistics-0.1.1.jar
    • objenesis-2.1.jar
    • poi-3.15.jar
    • poi-ooxml-3.15.jar
    • poi-ooxml-schemas-3.15.jar
    • reactive-streams-1.0.2.jar
    • reactor-core-2.0.8.RELEASE.jar
    • reactor-stream-2.0.8.RELEASE.jar
    • ribbon-2.2.5.jar
    • ribbon-core-2.2.5.jar
    • ribbon-httpclient-2.2.5.jar
    • ribbon-loadbalancer-2.2.5.jar
    • ribbon-transport-2.2.5.jar
    • rxjava-1.2.0.jar
    • rxjava-2.1.13.jar
    • rxnetty-0.4.9.jar
    • rxnetty-contexts-0.4.9.jar
    • rxnetty-servo-0.4.9.jar
    • servo-core-0.10.1.jar
    • servo-internal-0.10.1.jar
    • snappy-java-1.1.7.3.jar
    • spring-aop-4.3.29.RELEASE.jar
    • spring-aspects-4.3.29.RELEASE.jar
    • spring-beans-4.3.29.RELEASE.jar
    • … 省略 20 条