|
@@ -9,29 +9,11 @@
|
|
</parent>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <artifactId>storage</artifactId>
|
|
|
|
-
|
|
|
|
|
|
+ <artifactId>saas-storage</artifactId>
|
|
|
|
+ <description>saas 仓管</description>
|
|
|
|
+ <packaging>jar</packaging>
|
|
<properties>
|
|
<properties>
|
|
<maven.compiler.source>8</maven.compiler.source>
|
|
<maven.compiler.source>8</maven.compiler.source>
|
|
<maven.compiler.target>8</maven.compiler.target>
|
|
<maven.compiler.target>8</maven.compiler.target>
|
|
</properties>
|
|
</properties>
|
|
-
|
|
|
|
- <dependencies>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.fjhx</groupId>
|
|
|
|
- <artifactId>hx-tool</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>com.fjhx</groupId>
|
|
|
|
- <artifactId>storage-api</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.springblade</groupId>
|
|
|
|
- <artifactId>blade-starter-tenant</artifactId>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
- </dependencies>
|
|
|
|
-
|
|
|
|
</project>
|
|
</project>
|