mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-12 01:40:30 +08:00
feat: add component-organization decompiled Maven module
- Reactor POM with 4 sub-modules (interface/data/service/web) - all-lib/ with 255 extracted JARs from original fat JAR - .m2-isolated/ repo with 252 installed JARs - interface module: BUILD SUCCESS (325 classes) - data module: BUILD SUCCESS (120 classes) - service module: 200 type errors (CFR decompilation artifacts) - install-libs.sh for isolated repo setup - Feign fallback inner classes separated
This commit is contained in:
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<project><modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId><artifactId>commons-beanutils</artifactId><version>1.9.3</version>
|
||||
</project>
|
||||
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<project><modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId><artifactId>commons-codec</artifactId><version>1.10</version>
|
||||
</project>
|
||||
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<project><modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId><artifactId>commons-collections</artifactId><version>3.2.2</version>
|
||||
</project>
|
||||
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<project><modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId><artifactId>commons-collections4</artifactId><version>4-4.1</version>
|
||||
</project>
|
||||
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<project><modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId><artifactId>commons-configuration</artifactId><version>1.8</version>
|
||||
</project>
|
||||
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<project><modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId><artifactId>commons-fileupload</artifactId><version>1.3.1</version>
|
||||
</project>
|
||||
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<project><modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId><artifactId>commons-imaging</artifactId><version>1.0-alpha1</version>
|
||||
</project>
|
||||
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<project><modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId><artifactId>commons-io</artifactId><version>2.2</version>
|
||||
</project>
|
||||
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<project><modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId><artifactId>commons-lang</artifactId><version>2.6</version>
|
||||
</project>
|
||||
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<project><modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3-3.3.2</version>
|
||||
</project>
|
||||
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<project><modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId><artifactId>commons-logging</artifactId><version>1.2</version>
|
||||
</project>
|
||||
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<project><modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId><artifactId>commons-net</artifactId><version>3.6</version>
|
||||
</project>
|
||||
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0"?>
|
||||
<project><modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId><artifactId>commons-pool2</artifactId><version>2-2.4.3</version>
|
||||
</project>
|
||||
Reference in New Issue
Block a user