Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
927bf284
Commit
927bf284
authored
May 26, 2021
by
李成龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+提交pom文件,修改依赖
parent
3af1df6c
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
31 additions
and
1 deletion
+31
-1
pom.xml
amos-boot-jcs-system/pom.xml
+5
-0
pom.xml
...ule/amos-boot-module-api/amos-boot-module-jcs-api/pom.xml
+5
-1
pom.xml
...ule/amos-boot-module-api/amos-boot-module-tzs-api/pom.xml
+5
-0
pom.xml
...ule/amos-boot-module-biz/amos-boot-module-jcs-biz/pom.xml
+5
-0
pom.xml
...ule/amos-boot-module-biz/amos-boot-module-tzs-biz/pom.xml
+5
-0
pom.xml
amos-boot-tzs-system/pom.xml
+5
-0
pom.xml
pom.xml
+1
-0
No files found.
amos-boot-jcs-system/pom.xml
View file @
927bf284
...
@@ -12,6 +12,11 @@
...
@@ -12,6 +12,11 @@
<dependencies>
<dependencies>
<dependency>
<groupId>
com.amosframework.boot
</groupId>
<artifactId>
amos-boot-module-jcs-biz
</artifactId>
<version>
${amos-biz-boot.version}
</version>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
...
...
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/pom.xml
View file @
927bf284
...
@@ -10,7 +10,11 @@
...
@@ -10,7 +10,11 @@
<artifactId>
amos-boot-module-jcs-api
</artifactId>
<artifactId>
amos-boot-module-jcs-api
</artifactId>
<dependencies>
<dependencies>
<dependency>
<groupId>
com.amosframework.boot
</groupId>
<artifactId>
amos-boot-biz-common
</artifactId>
<version>
${amos-biz-boot.version}
</version>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
amos-boot-module/amos-boot-module-api/amos-boot-module-tzs-api/pom.xml
View file @
927bf284
...
@@ -10,6 +10,11 @@
...
@@ -10,6 +10,11 @@
<artifactId>
amos-boot-module-tzs-api
</artifactId>
<artifactId>
amos-boot-module-tzs-api
</artifactId>
<dependencies>
<dependencies>
<dependency>
<groupId>
com.amosframework.boot
</groupId>
<artifactId>
amos-boot-biz-common
</artifactId>
<version>
${amos-biz-boot.version}
</version>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
amos-boot-module/amos-boot-module-biz/amos-boot-module-jcs-biz/pom.xml
View file @
927bf284
...
@@ -10,6 +10,11 @@
...
@@ -10,6 +10,11 @@
<artifactId>
amos-boot-module-jcs-biz
</artifactId>
<artifactId>
amos-boot-module-jcs-biz
</artifactId>
<dependencies>
<dependencies>
<dependency>
<groupId>
com.amosframework.boot
</groupId>
<artifactId>
amos-boot-module-jcs-api
</artifactId>
<version>
${amos-biz-boot.version}
</version>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
amos-boot-module/amos-boot-module-biz/amos-boot-module-tzs-biz/pom.xml
View file @
927bf284
...
@@ -10,6 +10,11 @@
...
@@ -10,6 +10,11 @@
<artifactId>
amos-boot-module-tzs-biz
</artifactId>
<artifactId>
amos-boot-module-tzs-biz
</artifactId>
<dependencies>
<dependencies>
<dependency>
<groupId>
com.amosframework.boot
</groupId>
<artifactId>
amos-boot-module-tzs-api
</artifactId>
<version>
${amos-biz-boot.version}
</version>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
amos-boot-tzs-system/pom.xml
View file @
927bf284
...
@@ -10,6 +10,11 @@
...
@@ -10,6 +10,11 @@
<artifactId>
amos-boot-tzs-system
</artifactId>
<artifactId>
amos-boot-tzs-system
</artifactId>
<dependencies>
<dependencies>
<dependency>
<groupId>
com.amosframework.boot
</groupId>
<artifactId>
amos-boot-module-tzs-biz
</artifactId>
<version>
${amos-biz-boot.version}
</version>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
pom.xml
View file @
927bf284
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
<properties>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<amos-biz-boot.version>
1.0.0
</amos-biz-boot.version>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.source>
1.8
</maven.compiler.source>
<maven.compiler.target>
1.8
</maven.compiler.target>
<maven.compiler.target>
1.8
</maven.compiler.target>
<fastjson.version>
1.2.75
</fastjson.version>
<fastjson.version>
1.2.75
</fastjson.version>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment